summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* build-fix for the no-layers configMike Reed2010-03-091-0/+4
* requestChildRectangleOnScreen takes layers into accountCary Clark2010-03-091-0/+20
* scroll into view considers layersCary Clark2010-03-081-50/+46
* refactor find state and scrollingCary Clark2010-03-031-17/+28
* Make nativeMoveCursorToNextTextInput return a value based on success.Leon Scroggins2010-03-011-7/+7
* ignore rootlayer when drawing (fixes regression)Mike Reed2010-02-261-1/+6
* refactor drawing to support layersCary Clark2010-02-241-361/+145
* move viewport into just this subclassMike Reed2010-02-191-4/+8
* fix nav layer bugsCary Clark2010-02-191-4/+9
* refactorMike Reed2010-02-181-5/+5
* Changes to remove WebTextView at end of touch/press rather than during.Leon Scroggins2010-02-171-8/+4
* Add UI considerations to layersCary Clark2010-02-171-233/+168
* checkpoint for refactoringMike Reed2010-02-151-2/+11
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-121-0/+11
* Put back the animations in the UI threadNicolas Roard2010-02-121-40/+4
* Remove code which retrieves the action associated with a textfield.Leon Scroggins2010-02-091-11/+0
* Fix memory leak with layers.Nicolas Roard2010-01-261-5/+2