summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bring up the IME after receiving a response from webkit.Leon Scroggins2010-01-111-35/+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-071-11/+0
* Store label information to be used for hint text.Leon Scroggins2010-01-061-0/+11
* webkit layers supportNicolas Roard2010-01-041-0/+92
* If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-041-13/+25
* check to see if nav cache is up to date on tapCary Clark2009-12-151-4/+56
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-4/+18
* Provide <input> type information to Java side.Leon Scroggins2009-12-071-8/+37
* 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-071-1/+2
* move input-related fields out of CachedNode to expandCary Clark2009-12-041-28/+54
* 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-131-1/+1
* Fix a clicking bug.Leon Scroggins2009-10-281-4/+3
* pass the current cursor when computing the mouse positionCary Clark2009-10-281-3/+4
* 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-211-6/+5
* Do not bring up the soft keyboard for readonly input fields.Leon Scroggins2009-10-151-1/+6
* fix copy/paste using trackball on passionCary Clark2009-10-151-21/+15
* add debugging, tweak data for flash work in progressCary Clark2009-10-121-11/+25
* Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-021-21/+91
* fix a couple of debug print errorsCary Clark2009-08-251-2/+2
* Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-131-6/+33
* Fix a bug in find.Leon Scroggins2009-07-311-10/+9
* rebuild the nav cache on mouse clicks during page loadCary Clark2009-07-311-5/+6
* Allow user to jump to the next textfield.Leon Scroggins2009-07-311-21/+63
* Support double tap in the Browser.Grace Kloba2009-07-281-0/+19
* Clear the WebTextView when clicking on another node.Leon Scroggins2009-07-231-0/+1
* hide the cursor when the link is followedCary Clark2009-07-061-0/+2
* In WebTextView, check the focus before sending a key.Leon Scroggins2009-07-061-0/+8
* added gain/loose focus support for plugins. (focus = eligible to receive user...Derek Sollenberger2009-07-021-6/+29
* Update the nav cache when selected elements change or moveCary Clark2009-07-011-0/+1
* Fix a WebView longpress bug.Leon Scroggins2009-06-301-0/+2
* Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-291-4/+4
* work in progress to enable plugins to receive arrow keysCary Clark2009-06-291-15/+73
* Fix a bug where sometimes the cursor was lost.Leon Scroggins2009-06-261-26/+40
* Invalidate the full rectangle of the highlight when clearing it.Leon Scroggins2009-06-251-6/+10
* set trackball click to the edge of the text field, not the middleCary Clark2009-06-241-2/+2
* Don't draw focus ring around plugin when clicking on itCary Clark2009-06-221-0/+4
* rebuild WebView nav cache on trackball move, other bugsCary Clark2009-06-221-2/+5
* clean up mouse move events in webviewCary Clark2009-06-181-0/+65
* try again to disable webkit fix for gmailCary Clark2009-06-171-1/+1
* Changes to make the cursor blink at the correct times.Leon Scroggins2009-06-161-7/+15