summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rebuild webview nav cache if cursor node changesCary Clark2009-06-121-0/+2
* more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-111-13/+32
* Do not bring up the soft keyboard when clicking on a pluginLeon Scroggins2009-06-091-3/+2
* Remove obsolete notion of invalid node.Leon Scroggins2009-06-091-24/+6
* fix cursor movement bugs in browserCary Clark2009-06-081-28/+4
* Update the language from "focus".Leon Scroggins2009-06-081-36/+36
* use full pictureset when recording displaytreeMike Reed2009-06-051-22/+22
* in browser, return webview node to receive key eventsCary Clark2009-06-031-10/+22
* remove unneeded text parameters from WebViewCary Clark2009-06-031-11/+15
* Rename TextDialog to WebTextView.Leon Scroggins2009-06-021-6/+7
* in the browser, make the trackball more like a mouseCary Clark2009-06-011-901/+429
* fix browser monkey crash; add null checkCary Clark2009-05-181-0/+2
* Trackball moves UI focus, but leaves DOM focus unchangedCary Clark2009-05-181-4/+0