summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use platform bridge to control high usage delta MB." into honeycombShimeng (Simon) Wang2011-01-251-0/+3
|\
| * Use platform bridge to control high usage delta MB.Shimeng (Simon) Wang2011-01-241-0/+3
* | Use an integer to keep track of the blurring node.Leon Scroggins2011-01-251-17/+10
* | Merge "Wait until the focus changes to hide keyboard." into honeycombLeon Scroggins2011-01-241-10/+28
|\ \
| * | Wait until the focus changes to hide keyboard.Leon Scroggins2011-01-241-10/+28
| |/
* | Merge "Only revealSelection if scale has not changed." into honeycombLeon Scroggins2011-01-241-1/+4
|\ \
| * | Only revealSelection if scale has not changed.Leon Scroggins2011-01-241-1/+4
| |/
* | Fix for bug 3380288Kristian Monsen2011-01-241-3/+12
|/
* Line up text with WebTextView.Leon Scroggins2011-01-211-14/+15
* Do not dismiss the keyboard if the plugin is the focused node.Derek Sollenberger2011-01-211-1/+1
* Merge "Do not reveal selection unless the focus controller is active." into h...Leon Scroggins2011-01-201-3/+2
|\
| * Do not reveal selection unless the focus controller is active.Leon Scroggins2011-01-201-3/+2
* | Trigger OnScreen events when the page loads.Derek Sollenberger2011-01-191-4/+17
|/
* Move selection on screen when size changes.Leon Scroggins2011-01-191-0/+3
* Passing WebSettings cacheMode to the chrome load_flagsKristian Monsen2011-01-191-3/+6
* Merge "Layout before creating the base layer." into honeycombPatrick Scott2011-01-181-2/+6
|\
| * Layout before creating the base layer.Patrick Scott2011-01-181-2/+6
* | Merge "Persist scrollPoint as part of the history item." into honeycombShimeng (Simon) Wang2011-01-181-0/+7
|\ \ | |/ |/|
| * Persist scrollPoint as part of the history item.Shimeng (Simon) Wang2011-01-141-0/+7
* | Merge "don't let contentEditable negate key handling" into honeycombCary Clark2011-01-141-1/+1
|\ \
| * | don't let contentEditable negate key handlingCary Clark2011-01-141-1/+1
| |/
* | Merge "b/3133123 Pass touch point ids to WebKit" into honeycombHuahui Wu2011-01-131-5/+9
|\ \ | |/ |/|
| * b/3133123 Pass touch point ids to WebKitHuahui Wu2011-01-131-5/+9
* | Do not open the keyboard if 'click' came from a keypress.Leon Scroggins2011-01-121-15/+20
* | Merge "Fix <select> with size." into honeycombLeon Scroggins2011-01-121-1/+17
|\ \
| * | Fix <select> with size.Leon Scroggins2011-01-111-1/+17
| |/
* | Use float to preserve scales' accuracy.Shimeng (Simon) Wang2011-01-111-2/+2
|/
* bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-071-3/+76
* Fix naming of wtfStringToJstring()Steve Block2011-01-061-23/+23
* Merge WebKit at r72805: Use Node::parent() rather than Node::parentNode()Steve Block2011-01-061-1/+1
* Add full-screen support for OpenGL based plugins.Derek Sollenberger2011-01-041-0/+11
* Merge WebKit at r73109: use parentNode method.Shimeng (Simon) Wang2010-12-221-1/+1
* extract anchor href and image src separatelyCary Clark2010-12-151-6/+32
* look for the parent anchorCary Clark2010-12-091-2/+8
* Fix for <select> elements.Leon Scroggins2010-12-071-23/+5
* Refactor AutoFill so it runs lazily.Ben Murdoch2010-12-061-0/+7
* Fix gmail crash with HW acceleration.Patrick Scott2010-12-031-2/+4
* Avoid reflow if textWrapWidth's diff is small.Shimeng (Simon) Wang2010-12-031-2/+6
* Attempt to scroll layers everytime the user drags.Patrick Scott2010-12-031-2/+9
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-29/+40
* Merge WebKit at r72274: Implement PlatformBridge memory management methods fo...Ben Murdoch2010-12-021-0/+8
* Use one WebRequestContext per WebViewSteve Block2010-12-011-0/+18
* WtfStringToJString should be able to return a valid string on empty inputBen Murdoch2010-12-011-1/+1
* pass the x and y to retrieve anchor dataCary Clark2010-12-011-14/+22
* Merge Chromium at r65505: Initiliase the OpenSSL library.Ben Murdoch2010-11-221-0/+5
* Merge Webkit at r70949: setSelectionRange changedJohn Reck2010-11-091-2/+1
* update dom version on style changeCary Clark2010-11-081-1/+2
* Send the AutoFill Preview string java side.Ben Murdoch2010-11-051-3/+5
* Set the page background color in BaseLayerAndroidNicolas Roard2010-11-021-0/+11
* Update the layers onlyNicolas Roard2010-11-011-16/+39