summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* For Textareas, do not use UI side layers.Leon Scroggins2011-01-311-11/+3
* Prevent SET_SCROLL_OFFSET spam from clogging tubesJohn Reck2011-01-301-0/+1
* Merge "Only send a direction key if we are not in touch mode." into honeycombLeon Scroggins2011-01-281-1/+1
|\
| * Only send a direction key if we are not in touch mode.Leon Scroggins2011-01-281-1/+1
* | Merge "Fix artifact with clipped webview content" into honeycombChet Haase2011-01-281-11/+18
|\ \ | |/ |/|
| * Fix artifact with clipped webview contentChet Haase2011-01-281-11/+18
* | Merge "Implement the double tap to zoom animation with HW accleration." into ...Ben Murdoch2011-01-281-0/+4
|\ \ | |/ |/|
| * Implement the double tap to zoom animation with HW accleration.Ben Murdoch2011-01-271-0/+4
* | Add Plugin API for controling the device power statesDerek Sollenberger2011-01-271-1/+7
|/
* Merge "fix incognito url loading" into honeycombMichael Kolb2011-01-261-6/+0
|\
| * fix incognito url loadingMichael Kolb2011-01-261-6/+0
* | Merge "Final polish of WebView accessibility support for no JavaScript case."...Svetoslav Ganov2011-01-261-25/+10
|\ \
| * | Final polish of WebView accessibility support for no JavaScript case.Svetoslav Ganov2011-01-261-25/+10
* | | Merge "Move last touch point when moving the cursor node." into honeycombLeon Scroggins2011-01-261-1/+4
|\ \ \ | |/ / |/| |
| * | Move last touch point when moving the cursor node.Leon Scroggins2011-01-261-1/+4
| |/
* | Merge "Turn off picture splitting for now." into honeycombPatrick Scott2011-01-261-1/+3
|\ \ | |/ |/|
| * Turn off picture splitting for now.Patrick Scott2011-01-251-1/+3
* | Merge "Disable focus controller when WebView loses focus." into honeycombLeon Scroggins2011-01-241-0/+1
|\ \
| * | Disable focus controller when WebView loses focus.Leon Scroggins2011-01-241-0/+1
* | | A few small cleanning-ups.Huahui Wu2011-01-241-14/+0
|/ /
* | Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-23/+11
|/
* Merge "b/3377597 Improve zooming performance." into honeycombBart Sears2011-01-211-80/+91
|\
| * b/3377597 Improve zooming performance.Huahui Wu2011-01-211-80/+91
* | Do a better job of lining up text with page text.Leon Scroggins2011-01-211-11/+41
|/
* b/3350774 Enforce clearing the flag mIsHandlingMultiTouch.Huahui Wu2011-01-201-0/+1
* b/3350774 avoid screen jumping when pinching to zoom.Huahui Wu2011-01-191-9/+26
* Merge "Use rounded interger to represent the last touch point." into honeycombShimeng (Simon) Wang2011-01-191-47/+38
|\
| * Use rounded interger to represent the last touch point.Shimeng (Simon) Wang2011-01-191-47/+38
* | Fix complex character support for plugins.Derek Sollenberger2011-01-191-1/+1
* | Only scroll on screen when necessary.Leon Scroggins2011-01-191-2/+1
* | Make WebView inactive when title bar takes focus.Leon Scroggins2011-01-191-1/+1
|/
* Fix smart zoom for plugins that use OpenGL.Derek Sollenberger2011-01-181-28/+36
* add interface to return if (x/y) is a pluginCary Clark2011-01-181-0/+9
* Motorola request to fix proxyKristian Monsen2011-01-181-1/+1
* Merge "b/3348192 re-enable snap scrolling mode." into honeycombHuahui Wu2011-01-141-0/+18
|\
| * b/3348192 re-enable snap scrolling mode.Huahui Wu2011-01-141-0/+18
* | Merge "b/3133123 Pass touch point ids to WebKit." into honeycombHuahui Wu2011-01-131-0/+14
|\ \ | |/
| * b/3133123 Pass touch point ids to WebKit.Huahui Wu2011-01-131-0/+14
* | Merge "b/3344966 pan following the focus point instead the first point." into...Huahui Wu2011-01-121-9/+13
|\ \ | |/
| * b/3344966 pan following the focus point instead the first point.Huahui Wu2011-01-121-9/+13
* | Merge "Differentiate between clicks for focus and actual clicks." into honeycombLeon Scroggins2011-01-121-2/+2
|\ \
| * | Differentiate between clicks for focus and actual clicks.Leon Scroggins2011-01-121-2/+2
* | | Merge "b/3340946 Fix NPE caused by null gesture detector." into honeycombHuahui Wu2011-01-121-2/+9
|\ \ \ | |/ / |/| / | |/
| * b/3340946 Fix NPE caused by null gesture detector.Huahui Wu2011-01-121-2/+9
* | add null check to copy selectionCary Clark2011-01-121-1/+1
* | WebView accessibility key bindings do not allow mapping of all meta keys. Exc...Svetoslav Ganov2011-01-111-20/+44
* | Ignore overflow:hidden in overview mode.Shimeng (Simon) Wang2011-01-111-8/+0
|/
* Remove nativeCursorMatchesFocus, which is no longer necessary.Leon Scroggins2011-01-101-1/+0
* b/3302354 Always pass multi-touch events into WebKit, then handle them in Web...Huahui Wu2011-01-101-79/+89
* Do not store the find callback until action mode starts.Leon Scroggins2011-01-101-3/+3