summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CachedRoot.cpp
Commit message (Expand)AuthorAgeFilesLines
* improve text selectionCary Clark2010-12-141-5/+1
* keep rects separate across canvas pushCary Clark2010-12-031-1/+6
* hit test complete node even if partially visibleCary Clark2010-11-291-3/+5
* fix radio, checkbox hit testingCary Clark2010-11-241-7/+7
* improve left edge tap detectionCary Clark2010-11-161-6/+9
* use layer id to maintain selectionCary Clark2010-11-111-2/+7
* Adjust layers when parent layer scrollsCary Clark2010-11-041-2/+9
* allow contained draws to identify a linkCary Clark2010-10-281-10/+15
* rewrite select text and others for layersCary Clark2010-10-271-26/+43
* compute cursor rings when layers are transparentCary Clark2010-10-181-132/+477
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-2/+2
* Enable navigation in scrollable layers.Patrick Scott2010-08-021-1/+3
* don't hide transparent nodesCary Clark2010-04-221-1/+1
* nextTextField may walk off the end or try invalid framesCary Clark2010-04-221-0/+7
* keep frames associated with regular hits and direct hitsCary Clark2010-04-061-1/+2
* fix nav algorithm when node is clippedCary Clark2010-03-111-1/+0
* allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-4/+23
* minor fixes to layer navCary Clark2010-02-171-3/+6
* Add UI considerations to layersCary Clark2010-02-171-38/+183
* Remove code which retrieves the action associated with a textfield.Leon Scroggins2010-02-091-32/+0
* clip the cursor rings if occludedCary Clark2010-01-131-4/+6
* Ensure that the current textfield is actually a textfield before treating it ...Leon Scroggins2010-01-121-2/+2
* In findBestHitAt, set x and y to the intersection of slop and cursor.Leon Scroggins2010-01-061-1/+1
* If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-041-9/+12
* Show "Go" for the last textfield in a form.Leon Scroggins2009-12-081-3/+7
* Provide <input> type information to Java side.Leon Scroggins2009-12-071-5/+0
* Store InputType information for <input> fields, return SEARCH action for SEAR...Leon Scroggins2009-12-071-0/+6
* move input-related fields out of CachedNode to expandCary Clark2009-12-041-2/+2
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Fix a clicking bug.Leon Scroggins2009-10-281-10/+1
* pass the current cursor when computing the mouse positionCary Clark2009-10-281-2/+2
* Whether or not a textfield is the last or only, make its action GO.Leon Scroggins2009-09-231-3/+2
* fix parent index of focus when building nav cacheCary Clark2009-09-151-1/+1
* start in the proper subframe when finding the next text fieldCary Clark2009-09-031-1/+1
* when finding left edge of text block, don't merge in tall bitmapCary Clark2009-08-261-52/+61
* rebuild the nav cache on mouse clicks during page loadCary Clark2009-07-311-16/+30
* Allow user to jump to the next textfield.Leon Scroggins2009-07-311-0/+26
* Find left edge of column using nav cache data.Cary Clark2009-07-281-0/+120
* set trackball click to the edge of the text field, not the middleCary Clark2009-06-241-3/+16
* more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-111-31/+29
* in the browser, make the trackball more like a mouseCary Clark2009-06-011-124/+147
* skip rectangular focus ring check in browser if no pictureCary Clark2009-05-181-0/+2
* remove printf error in private browser nav cache debugCary Clark2009-05-141-1/+1
* use one rectangle for browser focus ringCary Clark2009-05-131-0/+49
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1087
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1087/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-11/+21
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-10/+19
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+1068