summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CacheBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable contentEditable.Leon Scroggins2010-05-051-0/+7
* Do not hide the cursor ring when clicking on a <select> element.Leon Scroggins2010-04-271-0/+2
* don't track layer node twiceCary Clark2010-03-251-1/+8
* Add on-demand plugin support.Patrick Scott2010-03-231-2/+1
* adjust cache layer position by offsetsCary Clark2010-03-121-4/+10
* stop parsing text for addresses if input element is foundCary Clark2010-03-031-1/+3
* allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-8/+37
* fix nav layer bugsCary Clark2010-02-191-4/+10
* check for layer containing final nodes in DOMCary Clark2010-02-181-1/+6
* minor fixes to layer navCary Clark2010-02-171-5/+5
* Add UI considerations to layersCary Clark2010-02-171-23/+92
* allow text node boundaries to delimit addressesCary Clark2010-01-251-1/+3
* Bring up the IME after receiving a response from webkit.Leon Scroggins2010-01-111-2/+0
* Request <label> info only when accessing a textfield.Leon Scroggins2010-01-071-22/+0
* Store label information to be used for hint text.Leon Scroggins2010-01-061-1/+23
* check to see if nav cache is up to date on tapCary Clark2009-12-151-0/+4
* Show "Go" for the last textfield in a form.Leon Scroggins2009-12-081-0/+2
* exclude from cache nodes that are entirely clipped outCary Clark2009-12-081-6/+3
* Provide <input> type information to Java side.Leon Scroggins2009-12-071-0/+1
* Store InputType information for <input> fields, return SEARCH action for SEAR...Leon Scroggins2009-12-071-3/+7
* move input-related fields out of CachedNode to expandCary Clark2009-12-041-52/+42
* skip nodes when building nav cache if parents are clipped outCary Clark2009-12-021-4/+8
* navigate preferably between children of the same parentCary Clark2009-11-301-6/+11
* fix bugs in nav cache dumpCary Clark2009-11-301-4/+10
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Store the Node's text rather than the renderer's text.Leon Scroggins2009-11-061-2/+4
* fix multiple text areas, and text areas without focus ringsCary Clark2009-10-211-8/+5
* Merge webkit.org at R49305 : Update rendering to use new overflow methods.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : Update CacheBuilder to use new event listener me...Steve Block2009-10-201-8/+3
* Merge webkit.org at R49305 : Text::string renamed to dataImpl.Steve Block2009-10-201-5/+5
* Merge webkit.org at R49305 : Update String::copy call sites to use new copy m...Steve Block2009-10-201-3/+5
* Do not bring up the soft keyboard for readonly input fields.Leon Scroggins2009-10-151-3/+9
* File upload.Leon Scroggins2009-10-091-2/+1
* address detection may look at uninitialized memoryCary Clark2009-10-061-19/+8
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+1
* fix address detection when the city and state are both valid statesCary Clark2009-08-251-4/+25
* am b116c1a0: Make deep copy of the String when use them in the UI thread as A...Grace Kloba2009-07-061-2/+2
|\
| * Make deep copy of the String when use them in the UI thread as AtomicString i...Grace Kloba2009-07-061-3/+3
* | Don't clip out nodes if the clip is an empty rectangleCary Clark2009-06-291-1/+1
* | set trackball click to the edge of the text field, not the middleCary Clark2009-06-241-1/+1
* | add WebView.FindAddress option to ignore case sensitivityCary Clark2009-06-171-1/+5
* | fix webkit hidden cursor, address crashCary Clark2009-06-161-1/+1
* | more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-111-3/+0
* | use absolute bounds, not node bounds, for all webkit nodesCary Clark2009-06-041-24/+2
* | remove unneeded text parameters from WebViewCary Clark2009-06-031-1/+3
* | in the browser, make the trackball more like a mouseCary Clark2009-06-011-43/+14
* | Fix some unexpected cases of image maps.Leon Scroggins2009-04-231-83/+29
* | remove obsolete browser nav cache debug dumpCary Clark2009-04-201-61/+0
* | AI 145877: Fix the sim-debug build due to the changes in the new WebKit.Grace Kloba2009-04-131-3/+5
* | AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-101-59/+88