summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* don't draw buttons while they are createdCary Clark2011-01-191-1/+1
* add interface to return if (x/y) is a pluginCary Clark2011-01-181-0/+7
* Make sure there is a focus before derefing it.Leon Scroggins2011-01-121-2/+2
* Remove the WebTextView always when moving off a textfield.Leon Scroggins2011-01-111-2/+3
* Remove nativeCursorMatchesFocus method.Leon Scroggins2011-01-101-13/+4
* Add Null check to the root layerTeng-Hui Zhu2011-01-101-1/+1
* selectBestAt missing another null checkCary Clark2011-01-101-2/+3
* return the scrollable layer's content boundsCary Clark2011-01-101-10/+27
* bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-071-0/+15
* Fix naming of wtfStringToJstring()Steve Block2011-01-061-6/+6
* Keep track of whether input fields have autocomplete.Leon Scroggins2011-01-051-0/+8
* start select all without tappingCary Clark2011-01-051-0/+20
* use copies of matrix, paint instead of referencesCary Clark2010-12-221-4/+3
* Only the WebRequestContext handle deletion of private cookiesKristian Monsen2010-12-131-11/+0
* Fix hit testing inside layers.Patrick Scott2010-12-131-7/+8
* call hideCursor directly, avoiding a newer cacheCary Clark2010-12-091-1/+7
* GLWebViewState should get the baseLayer set during initTeng-Hui Zhu2010-12-071-1/+6
* Change scrollBy to scrollTo in order to support fling.Patrick Scott2010-12-071-8/+13
* Attempt to scroll layers everytime the user drags.Patrick Scott2010-12-031-20/+10
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-10/+37
* scroll the selection when dragging near the edgeCary Clark2010-11-291-0/+21
* No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrows...Steve Block2010-11-261-13/+4
* reenable draw extras when GL is turned onCary Clark2010-11-231-11/+13
* Provide the line spacing attribute for textareas.Leon Scroggins2010-11-221-0/+8
* make the button state revert to normalCary Clark2010-11-151-9/+8
* Use LayerAndroid::find with the original x and y.Patrick Scott2010-11-121-5/+1
* Return a float for text size.Leon Scroggins2010-11-121-3/+3
* update dom version on style changeCary Clark2010-11-081-1/+1
* Do not create GL specific objects if we are not using hw accelerationDerek Sollenberger2010-11-051-14/+18
* Remove extras from GLWebViewState for nowNicolas Roard2010-11-041-0/+4
* Unref the picture instead of deleting itCary Clark2010-11-031-1/+10
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-011-24/+6
* Make sure we delete local references to jclass objectsSteve Block2010-10-281-1/+17
* Fix for split text bug.Nicolas Roard2010-10-271-1/+1
* rewrite select text and others for layersCary Clark2010-10-271-42/+25
* Fixes style in WebRequestContextSteve Block2010-10-271-1/+1
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-1/+10
* Fix potential crash in Nav Cache code introduced by WebKit mergeBen Murdoch2010-10-261-39/+5
* Merge Webkit at r70209: DeprecatedInputType is now private.Ben Murdoch2010-10-261-12/+23
* Fix naming for JNI registration methodsSteve Block2010-10-221-1/+1
* Fix for Find scrolling too often.Leon Scroggins2010-10-191-7/+23
* compute cursor rings when layers are transparentCary Clark2010-10-181-1/+1
* Rename to_string() to jstringToWtfString() for greater claritySteve Block2010-10-151-1/+1
* resolved conflicts for merge of 1457b739 to masterKenny Root2010-10-141-5/+22
|\
| * Provide padding + border values for textfields.Leon Scroggins2010-10-121-5/+22
| * DO NOT MERGE Refactor find and select dialogsCary Clark2010-08-201-23/+146
* | GL rendering (without layers)Nicolas Roard2010-10-131-4/+72
* | Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-6/+11
* | Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-0/+16
* | fix monkey crash in nav cacheCary Clark2010-08-311-20/+4