summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | New log format, Manual log generation, plus logging of invalidatesChris Craik2011-07-211-16/+6
* | | b/4070489 Jumpy motion when switching fingers during zoom gesture.Huahui Wu2011-07-211-2/+2
|/ /
* | Merge "Add a hidden generic property interface"John Reck2011-07-151-0/+2
|\ \
| * | Add a hidden generic property interfaceJohn Reck2011-07-151-0/+2
| |/
* | Tile profiling interfaceChris Craik2011-07-131-0/+55
|/
* Revert "b/3302378 Passes touch pressures, size and timestamps to webkit."Huahui Wu2011-07-071-63/+37
* b/3302378 Passes touch pressures, size and timestamps to webkit.Huahui Wu2011-07-071-37/+63
* Clarify the documentation for WebView.loadDataWithBaseURL() when the base URL...Steve Block2011-07-041-5/+10
* Clarify documentation for WebView.loadData()Steve Block2011-07-041-8/+13
* Touch exploration hover events don't map coordinates correctly on scrollable ...Svetoslav Ganov2011-06-211-2/+2
* Support for getting the background colorJohn Reck2011-06-141-0/+8
* Merge "Fix thread violation in WebView.getViewHeight()"Steve Block2011-06-131-8/+12
|\
| * Fix thread violation in WebView.getViewHeight()Steve Block2011-05-231-8/+12
* | Tweaks for webview snapJohn Reck2011-06-131-4/+10
* | Merge "Tweak snap settings"John Reck2011-06-101-45/+56
|\ \
| * | Tweak snap settingsJohn Reck2011-06-101-45/+56
* | | Expose hook for crash backupJohn Reck2011-06-091-1/+2
|/ /
* | Merge "Fix height measure state."Shimeng (Simon) Wang2011-06-091-1/+0
|\ \
| * | Fix height measure state.Shimeng (Simon) Wang2011-06-091-1/+0
* | | Merge "Don't cut velocity"John Reck2011-06-091-5/+0
|\ \ \
| * | | Don't cut velocityJohn Reck2011-06-091-5/+0
* | | | Merge "Fixes WebView.loadData() to avoid constructing invalid URLs."Steve Block2011-06-091-13/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes WebView.loadData() to avoid constructing invalid URLs.Steve Block2011-06-091-13/+22
* | | | Merge "Fix some poorly worded API documentation for WebView.loadDataWithBaseU...Steve Block2011-06-091-7/+3
|\ \ \ \ | |/ / /
| * | | Fix some poorly worded API documentation for WebView.loadDataWithBaseURL()Steve Block2011-06-091-7/+3
* | | | Fix initial zoom with loadViewStateJohn Reck2011-06-081-10/+21
|/ / /
* | | am c3709f25: am 277bfd7c: am c1830a77: Merge "Improve browser scrolling when ...Jeff Brown2011-06-071-1/+1
|\ \ \ | |/ / |/| |
| * | Improve browser scrolling when using the mouse wheel.Jeff Brown2011-06-061-1/+1
| * | Fix for bug 4144936: [Proxy setting]: traffic to a bypass domain doesn't bypa...Kristian Monsen2011-05-241-12/+2
* | | Delay set picture if necessaryJohn Reck2011-06-041-1/+17
* | | Prevent WebKit updates in loadViewState caseJohn Reck2011-06-031-25/+66
* | | Merge "Initial support for view state serialization"John Reck2011-06-031-61/+110
|\ \ \
| * | | Initial support for view state serializationJohn Reck2011-06-031-61/+110