summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/CacheBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* compute cursor rings when layers are transparentCary Clark2010-10-181-5/+8
* resolved conflicts for merge of 1457b739 to masterKenny Root2010-10-141-0/+4
|\
| * Provide padding + border values for textfields.Leon Scroggins2010-10-121-0/+4
| * Do not merge: fix array overwrite crasherCary Clark2010-09-301-4/+7
* | check for columns before looking at column dataCary Clark2010-10-111-2/+4
* | Merge WebKit at r67908: ColumnInfo no longer provides columnRectAt()Steve Block2010-09-291-3/+3
* | Merge WebKit at r67908: HTMLInputElement::InputType renamedSteve Block2010-09-291-1/+1
* | Merge WebKit at r67178 : Fix CacheBuilder.Iain Merrick2010-09-161-7/+8
* | clip img elements the same as textCary Clark2010-09-131-9/+12
* | Add CSS cursor ring definitionsCary Clark2010-08-181-0/+58
* | Update navigation in scrollable layers.Patrick Scott2010-08-161-7/+16
* | 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-6/+11
* | Revert "Add CSS cursor ring definitions"Cary Clark2010-07-301-55/+0
* | Add CSS cursor ring definitionsCary Clark2010-07-301-0/+55
* | Merge Webkit at r63859 : PluginWidget class has been renamed and moved to Web...Ben Murdoch2010-07-271-1/+1
* | don't walk off the end of the DOM when looking for textCary Clark2010-07-021-3/+4
* | Merge WebKit at r60074: Remove ANDROID_EXPOSE_COLUMN_GAP as RenderBlock::colu...Steve Block2010-05-271-2/+0
* | Merge WebKit at r60074: RenderStyle color accessors are now privateSteve Block2010-05-271-1/+1
* | suppress partial screen updates if a canvas element is visibleCary Clark2010-05-141-0/+3
* | clean up nav cache debuggingCary Clark2010-05-141-9/+35
* | 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