summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/DebugFlags.java
Commit message (Collapse)AuthorAgeFilesLines
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-37/+0
| | | | | BUG:18152150 Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
* Remove defunct flagSelim Gurun2014-01-271-1/+0
| | | | Change-Id: Ib745f225f40a9cd7bf62a93f9546bd31f1507cbf
* Delete the old WebView.Torne (Richard Coles)2013-10-151-18/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Add tracing to WebView API methods and callbacksJonathan Dixon2013-08-301-5/+13
| | | | | | | | Bug: 10488419 This is useful for debugging numerous SxS issues. Change-Id: I5d0d2e253499741c5f9454582988c99e42dc0a81
* Do pause painting betterJohn Reck2012-03-271-6/+1
| | | | Change-Id: Ia58bbb19cea899c8826d74d7afcbd7e7c541d9c6
* Use WebTextView overlay to render text fields/areas much fasterChris Craik2011-07-271-1/+1
| | | | | | | | | | | | | | | | | | bug:5008210 Still has the following issues: * colors are always black & white * ignores centering, word wrap from text area * gray background text (such as with instant search) and other textfield effects aren't shown The DebugFlags.DRAW_WEBTEXTVIEW can still be used to overlay red text over the input box. Change-Id: I7f22321c31b9edbc5351cac13f2e17b0ee19d563
* Fix for bug 3469242 Turn of extra debugging before shippingKristian Monsen2011-03-081-2/+2
| | | | | | | Reverting 3469242 Turn of extra debugging before shipping manually since that was done in master. Change-Id: I0e6ec7dd22ec07e09af7d7270c05ad2b6cc624bb
* Turning on debug logs temporary for bug 3424424Kristian Monsen2011-02-211-2/+2
| | | | Change-Id: Ic911a244e48312b566e6bcad2f635cc85075d897
* Provide variable for debugging the text in WebTextView.Leon Scroggins2010-11-121-1/+5
| | | | Change-Id: I40630e3ab754c9e9805dc674c8c0c6c8688973c3
* Delete unused WebView drag tracking codeBjorn Bringert2010-10-141-2/+0
| | | | | | | | This also removes android.graphics.utils.BoundaryPatch which was only used by the Browser for the unused drag tracking (and by a demo app that I'm also removing). Change-Id: I48253ae005ab11cb4c70d132bc1ea4f2692e2bd2
* add DragTracker classMike Reed2009-12-181-0/+2
|
* Remove the web text view if the key cannot be handledCary Clark2009-06-291-0/+1
| | | | | Also add some debugging to WebTextView Requires companion change in external/webkit
* Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger2009-06-031-0/+48