summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the option to use shift to start selection mode.Leon Scroggins2011-01-101-24/+9
* add more alt key acceleration in webviewCary Clark2011-01-101-3/+42
* scroll selected text in scrollable layersCary Clark2011-01-101-18/+55
* bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-071-12/+38
* pass enter key to webkit more oftenCary Clark2011-01-061-4/+9
* Do not show past entries if autocomplete=off.Leon Scroggins2011-01-051-5/+14
* Do not open the keyboard when opening Find from CAB.Leon Scroggins2011-01-051-3/+17
* make select all, copy text public but hiddenCary Clark2011-01-051-4/+18
* Fixing bugs 3315632 3235958, performing a clean up of the WebView accessibili...Svetoslav Ganov2011-01-031-10/+31
* defer accelerator keys to hosting applicationCary Clark2010-12-281-0/+5
* map keyboard for webviewCary Clark2010-12-281-4/+13
* Only register one ProxyReceiverKristian Monsen2010-12-241-2/+12
* Only store Application contextKristian Monsen2010-12-231-1/+1
* Retrying sending proxy changes to webkitKristian Monsen2010-12-211-0/+40
* Revert "Merge "Send proxy changes on the webcore thread to WebKit""Huahui Wu2010-12-201-39/+0
* Send proxy changes on the webcore thread to WebKitKristian Monsen2010-12-201-0/+39
* Remove WebView leakKristian Monsen2010-12-201-32/+33
* Do not allow text selection if there is no ActionBar.Leon Scroggins2010-12-171-7/+22
* Do not remove WebTextView when focus size changed.Leon Scroggins2010-12-161-9/+27
* b/2946595 Remove the touch events filter upon maps.google.com team's request.Huahui Wu2010-12-151-1/+3
* extract anchor href and image src separatelyCary Clark2010-12-151-8/+10