summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix button cursor stateCary Clark2010-08-271-1/+2
* | Add a NULL guard.Shimeng (Simon) Wang2010-08-251-1/+3
* | simplify cursor ring draw stateCary Clark2010-08-251-37/+34
* | Merge WebKit at r65615 : Fix include paths for string headers.Iain Merrick2010-08-231-1/+1
* | Move check to clear the text input to the webcore thread.Leon Scroggins III2010-08-161-13/+0
* | Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-9/+9
* | Enable navigation in scrollable layers.Patrick Scott2010-08-021-3/+6
* | Enable scrollable divs.Patrick Scott2010-07-221-0/+70
* | am b47b5d4a: am 652e9a01: Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-6/+6
|\ \ | |/
| * Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-6/+6
| * Fix the 'wobbling fixed elements' bug.Nicolas Roard2010-05-101-9/+19
* | Combine base PictureSet with composite layers intoGrace Kloba2010-07-091-53/+110
* | Refactor find and select dialogsCary Clark2010-06-251-23/+132
* | Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
* | Fix the 'wobbling fixed elements' bug.Nicolas Roard2010-05-101-9/+19
* | Provide access to current match highlighted.Leon Scroggins2010-05-061-0/+14
* | Enable contentEditable.Leon Scroggins2010-05-051-2/+17
* | Do not hide the cursor ring when clicking on a <select> element.Leon Scroggins2010-04-271-4/+8
|/
* nextTextField may walk off the end or try invalid framesCary Clark2010-04-221-9/+13
* Create a method to check to see if the focus has a following textfield.Leon Scroggins2010-03-311-0/+10
* Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-241-1/+12
* get bounds of focused nodeCary Clark2010-03-181-0/+23
* read old focus before it's thrown awayCary Clark2010-03-151-4/+12
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-3/+6