summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav
Commit message (Expand)AuthorAgeFilesLines
* 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-202-2/+2
* 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
* Merge "Make sure there is a focus before derefing it." into honeycombLeon Scroggins2011-01-121-2/+2
|\
| * Make sure there is a focus before derefing it.Leon Scroggins2011-01-121-2/+2
* | Merge "always compute cx, cy in select text" into honeycombCary Clark2011-01-121-6/+4
|\ \ | |/ |/|
| * always compute cx, cy in select textCary Clark2011-01-121-6/+4
* | Merge "Remove the WebTextView always when moving off a textfield." into honey...Leon Scroggins2011-01-121-2/+3
|\ \ | |/ |/|
| * Remove the WebTextView always when moving off a textfield.Leon Scroggins2011-01-111-2/+3
* | Merge "Prevent a crash by caching overflow scrolling." into honeycombPatrick Scott2011-01-111-2/+2
|\ \ | |/ |/|
| * Prevent a crash by caching overflow scrolling.Patrick Scott2011-01-111-2/+2
* | remove push/pop around bitmapCary Clark2011-01-111-0/+10
|/
* Merge "layer or save push/pop should start new rect" into honeycombCary Clark2011-01-111-1/+5
|\
| * layer or save push/pop should start new rectCary Clark2011-01-101-1/+5
* | 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
* Merge "add iframes to the types that want key events" into honeycombCary Clark2011-01-061-1/+2
|\
| * add iframes to the types that want key eventsCary Clark2011-01-061-1/+2
* | Merge "don't join non-adjacent bitmaps" into honeycombCary Clark2011-01-061-3/+3
|\ \
| * | don't join non-adjacent bitmapsCary Clark2011-01-061-3/+3
| |/
* | Fix naming of wtfStringToJstring()Steve Block2011-01-061-6/+6
|/
* Merge WebKit at r72805: Use Node::parent() rather than Node::parentNode()Steve Block2011-01-061-1/+1
* Keep track of whether input fields have autocomplete.Leon Scroggins2011-01-054-0/+13
* use same matrix left when reading pictureCary Clark2011-01-052-3/+6
* start select all without tappingCary Clark2011-01-053-0/+41
* join rects without gapsCary Clark2010-12-281-1/+19
* Merge "use text slop for ring test"Cary Clark2010-12-231-2/+2
|\
| * use text slop for ring testCary Clark2010-12-231-2/+2
* | Merge WebKit at r73109: use parentNode method.Shimeng (Simon) Wang2010-12-221-1/+1
|/
* use copies of matrix, paint instead of referencesCary Clark2010-12-223-62/+113
* improve text selection in scrollable divsCary Clark2010-12-162-15/+59
* Re-enable iframe scrolling.Patrick Scott2010-12-151-33/+16
* Merge "improve text selection"Cary Clark2010-12-153-133/+317
|\
| * improve text selectionCary Clark2010-12-143-133/+317
* | Revert "Enable iframe scrolling."Guang Zhu2010-12-141-16/+33
|/
* Merge "Enable iframe scrolling."Patrick Scott2010-12-131-33/+16
|\
| * Enable iframe scrolling.Patrick Scott2010-12-131-33/+16
* | 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
* Merge "Attempt to scroll layers everytime the user drags."Patrick Scott2010-12-032-33/+20
|\
| * Attempt to scroll layers everytime the user drags.Patrick Scott2010-12-032-33/+20