summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* Support for correctly scaling text selection handlesJohn Reck2011-09-271-0/+6
* Merge "Update the error for WebView thread violations to make clear that it's...Steve Block2011-09-261-4/+4
|\
| * Update the error for WebView thread violations to make clear that it's not fatalSteve Block2011-09-261-4/+4
* | Merge "Force a WebView pictureset invalidation on screen rotation."Ben Murdoch2011-09-261-0/+1
|\ \
| * | Force a WebView pictureset invalidation on screen rotation.Ben Murdoch2011-09-231-0/+1
| |/
* | Add detail to restorePicture deprecationJohn Reck2011-09-231-0/+2
|/
* Use overview scale when restored scale is 0.Mangesh Ghiware2011-09-211-0/+8
* Merge "Cleanup for bug 5278763"Ben Murdoch2011-09-201-0/+4
|\
| * Cleanup for bug 5278763Kristian Monsen2011-09-121-0/+4
* | Merge "Bringing back the 'cache"John Reck2011-09-191-2/+22
|\ \
| * | Bringing back the 'cacheJohn Reck2011-09-191-2/+22
* | | Don't switch to handle drag mode when starting selectionJohn Reck2011-09-161-1/+0
|/ /
* | Merge "Fix text selection drawing on SW"John Reck2011-09-161-4/+6
|\ \
| * | Fix text selection drawing on SWJohn Reck2011-09-151-4/+6
* | | DO NOT MERGE Fix finalizationJohn Reck2011-09-151-1/+1
* | | Fix bug 5321195 - Starting WebView text selection with long press doesAdam Powell2011-09-141-1/+6
|/ /
* | Fix bug 5314559 - Slow menu scrolling in browser on some devicesAdam Powell2011-09-131-4/+2
* | Merge "Fix bug 5309557 - Monkeys and SIGSEGV do not mix!"Adam Powell2011-09-131-2/+2
|\ \
| * | Fix bug 5309557 - Monkeys and SIGSEGV do not mix!Adam Powell2011-09-131-2/+2
* | | Make sure the finalizer destroy runs on the UI threadJohn Reck2011-09-131-1/+8
|/ /
* | Pause WebKit drawing when WebView loses window focus.Adam Powell2011-09-121-0/+15
|/
* Relax form autocomplete conditionsBen Murdoch2011-09-091-1/+1
* Register to receive onTrimMemory callbacksJohn Reck2011-09-071-0/+35
* OnTrimMemory plumbingJohn Reck2011-09-071-0/+5
* Notify native that scrolling has stopped correctlyChris Craik2011-09-021-0/+7
* Merge "Set reading level scale to display density instead of a fixed minimum."Mangesh Ghiware2011-09-021-0/+8
|\
| * Set reading level scale to display density instead of a fixed minimum.Mangesh Ghiware2011-09-011-0/+8
* | Merge "Prevent serialization after being destroyed"John Reck2011-09-011-0/+3
|\ \
| * | Prevent serialization after being destroyedJohn Reck2011-09-011-0/+3
* | | Partial rollback of I9ebc92dcJohn Reck2011-09-011-6/+3
|/ /
* | Draw text selection in JavaJohn Reck2011-08-311-7/+67
|/
* Merge "Fix contentInvalidateAll NPE"John Reck2011-08-291-1/+3
|\
| * Fix contentInvalidateAll NPEJohn Reck2011-08-291-1/+3
* | Tap highlight fix + small perf increaseJohn Reck2011-08-291-4/+8
|/
* Merge "Better touch rects"John Reck2011-08-261-51/+89
|\
| * Better touch rectsJohn Reck2011-08-261-51/+89
* | actually pause webkit thread, remove costly invalidateChris Craik2011-08-251-0/+5
|/
* Merge "Modify nativeSetProperty to return a boolean indicating if we need to ...Nicolas Roard2011-08-181-1/+1
|\
| * Modify nativeSetProperty to return a boolean indicating if weNicolas Roard2011-08-181-1/+1
* | Removed setExtendedTileBoundsChris Craik2011-08-181-10/+0
|/
* No need to pass an AssetManager to native when creating a WebViewBen Murdoch2011-08-161-4/+2
* Increase WebView.TAP_TIMEOUT to 300ms to account for trackpad taps.Ben Murdoch2011-08-121-1/+4
* Added automated performance test to TileBenchmarkChris Craik2011-08-021-7/+18
* Merge "Add a runtime switch between Raster and Ganesh rendering modes."Derek Sollenberger2011-07-291-1/+11
|\
| * Add a runtime switch between Raster and Ganesh rendering modes.Derek Sollenberger2011-07-121-1/+11
* | use pageswap callback to sync WebTextView with drawing of pageChris Craik2011-07-281-7/+22
* | Merge "Use WebTextView overlay to render text fields/areas much faster"Chris Craik2011-07-271-51/+22
|\ \
| * | Use WebTextView overlay to render text fields/areas much fasterChris Craik2011-07-271-51/+22
* | | Fix for Autofill calling WebView.getSettings on background thread.Ben Murdoch2011-07-251-2/+3
|/ /
* | Merge "New log format, Manual log generation, plus logging of invalidates"Chris Craik2011-07-211-16/+6
|\ \