summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav
Commit message (Expand)AuthorAgeFilesLines
* Add proper support for fixed position elementsNicolas Roard2010-01-141-3/+4
* Merge "Compare Node pointers rather than CachedNode pointers." into eclair-mr2Leon Scroggins2010-01-121-2/+2
|\
| * Compare Node pointers rather than CachedNode pointers.Leon Scroggins2010-01-121-2/+2
* | Ensure that the current textfield is actually a textfield before treating it ...Leon Scroggins2010-01-121-2/+2
|/
* Bring up the IME after receiving a response from webkit.Leon Scroggins2010-01-114-41/+1
* In motionUp, update the CachedHistory's mMouseBounds.Leon Scroggins2010-01-071-1/+3
* remove unused jni interfacesCary Clark2010-01-071-8/+0
* Request <label> info only when accessing a textfield.Leon Scroggins2010-01-074-38/+0
* In findBestHitAt, set x and y to the intersection of slop and cursor.Leon Scroggins2010-01-063-30/+24
* Store label information to be used for hint text.Leon Scroggins2010-01-064-6/+49
* webkit layers supportNicolas Roard2010-01-041-0/+92
* If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-043-25/+41
* check to see if nav cache is up to date on tapCary Clark2009-12-154-5/+66
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-4/+18
* Show "Go" for the last textfield in a form.Leon Scroggins2009-12-084-3/+13
* exclude from cache nodes that are entirely clipped outCary Clark2009-12-081-6/+3
* Merge change Ia8a49e0d into eclair-mr2Android (Google) Code Review2009-12-081-1/+2
|\
| * fix debugging outputCary Clark2009-12-071-1/+2
* | Provide <input> type information to Java side.Leon Scroggins2009-12-074-15/+39
|/
* fix crash reading readonly node stateCary Clark2009-12-071-4/+4
* Store InputType information for <input> fields, return SEARCH action for SEAR...Leon Scroggins2009-12-075-8/+21
* fix nav cache debuggingCary Clark2009-12-041-4/+3
* move input-related fields out of CachedNode to expandCary Clark2009-12-0411-174/+318
* Merge change I3aa3fc5b into eclair-mr2Android (Google) Code Review2009-12-021-4/+8
|\
| * skip nodes when building nav cache if parents are clipped outCary Clark2009-12-021-4/+8
* | nav to container if it wants key eventsCary Clark2009-12-022-6/+6
|/
* navigate preferably between children of the same parentCary Clark2009-11-303-8/+12
* fix bugs in nav cache dumpCary Clark2009-11-302-8/+20
* Remove nativeTextInputMotionUp.Leon Scroggins2009-11-251-31/+0
* rename nativeFindIsDown to nativeFindIsUpCary Clark2009-11-171-3/+3
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-1318-19/+19
* Store the Node's text rather than the renderer's text.Leon Scroggins2009-11-061-2/+4
* Fix a clicking bug.Leon Scroggins2009-10-283-15/+5
* pass the current cursor when computing the mouse positionCary Clark2009-10-283-6/+7
* Allow touches to change the selection.Leon Scroggins2009-10-271-3/+10
* changing how plugins gain/lose focus.Derek Sollenberger2009-10-271-72/+10
* tweak select textCary Clark2009-10-271-53/+26
* Allow java WebView to check the readonly status of a node.Leon Scroggins2009-10-231-0/+8
* Remove some unused variables.Leon Scroggins2009-10-231-1/+1
* fix multiple text areas, and text areas without focus ringsCary Clark2009-10-213-15/+12
* 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-153-4/+18
* fix copy/paste using trackball on passionCary Clark2009-10-151-21/+15
* add debugging, tweak data for flash work in progressCary Clark2009-10-123-27/+34
* File upload.Leon Scroggins2009-10-091-2/+1
* address detection may look at uninitialized memoryCary Clark2009-10-062-19/+25
* Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-021-21/+91