summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixed element positioning fix" into honeycombTeng-Hui Zhu2011-01-301-0/+4
|\
| * Fixed element positioning fixTeng-Hui Zhu2011-01-301-0/+4
* | Draw extras on layers.Nicolas Roard2011-01-291-0/+5
* | Prevent the browser's GL rendering loop when plugins are full-screen.Derek Sollenberger2011-01-291-1/+12
|/
* Fix artifacts from clipped viewport.Chet Haase2011-01-281-2/+16
* Merge "Final polish of the WebView accessibility support for JavaAcript disab...Svetoslav Ganov2011-01-261-16/+12
|\
| * Final polish of the WebView accessibility support for JavaAcript disabled caseSvetoslav Ganov2011-01-261-16/+12
* | Fix hit testing inside layers.Patrick Scott2011-01-261-2/+2
|/
* Optimize display lists by caching drawGL function pointer.Chet Haase2011-01-241-0/+73
* Implement tiles synchronizationNicolas Roard2011-01-231-2/+2
* Line up text with WebTextView.Leon Scroggins2011-01-211-7/+22
* match the frame with the nodeCary Clark2011-01-201-1/+1
* 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