summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 66367cf8 to masterLeon Scroggins2010-01-041-14/+25
|\
| * If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-041-13/+25
* | am 14357090: am d4924af1: check to see if nav cache is up to date on tapCary Clark2009-12-161-4/+56
|\ \ | |/
| * check to see if nav cache is up to date on tapCary Clark2009-12-151-4/+56
* | Like other callers of Java methods, do not check for the object to be null.Leon Scroggins2009-12-111-7/+2
* | am 58a731c8: am bf16ddc1: Pass a message to move the focus when user hits "Ne...Leon Scroggins2009-12-101-4/+18
|\ \ | |/
| * Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-4/+18
* | am c0812354: am 74757b62: Provide <input> type information to Java side.Leon Scroggins2009-12-071-8/+37
|\ \ | |/
| * Provide <input> type information to Java side.Leon Scroggins2009-12-071-8/+37
* | am 9a00fbd6: am 34bca311: fix crash reading readonly node stateCary Clark2009-12-071-4/+4
|\ \ | |/
| * fix crash reading readonly node stateCary Clark2009-12-071-4/+4
* | am 3a360998: am dcbb033a: Store InputType information for <input> fields, ret...Leon Scroggins2009-12-071-1/+2
|\ \ | |/
| * Store InputType information for <input> fields, return SEARCH action for SEAR...Leon Scroggins2009-12-071-1/+2
* | am 021228f2: am 1d330120: move input-related fields out of CachedNode to expandCary Clark2009-12-041-28/+54
|\ \ | |/
| * move input-related fields out of CachedNode to expandCary Clark2009-12-041-28/+54
* | am c0d334f9: am 6e752dd8: Remove nativeTextInputMotionUp.Leon Scroggins2009-11-251-31/+0
|\ \ | |/
| * Remove nativeTextInputMotionUp.Leon Scroggins2009-11-251-31/+0
* | am b8b529eb: am 92c9b35d: Merge change I7018b1ca into eclair-mr2Cary Clark2009-11-181-3/+3
|\ \ | |/
| * rename nativeFindIsDown to nativeFindIsUpCary Clark2009-11-171-3/+3
* | am 7063c3ef: Merge change I67ad4b89 into eclair-mr2Steve Block2009-11-131-1/+1
|\ \ | |/
| * Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* | am 19194ea2: Fix a clicking bug.Leon Scroggins2009-10-281-4/+3
|\ \ | |/
| * Fix a clicking bug.Leon Scroggins2009-10-281-4/+3
* | am 7b035dc1: pass the current cursor when computing the mouse positionCary Clark2009-10-281-3/+4
|\ \ | |/
| * pass the current cursor when computing the mouse positionCary Clark2009-10-281-3/+4
* | Fix build.Elliott Hughes2009-10-271-1/+2
* | am f74580c1: Allow touches to change the selection.Leon Scroggins2009-10-271-3/+10
|\ \ | |/
| * Allow touches to change the selection.Leon Scroggins2009-10-271-3/+10
* | Use native weak references instead of our wrapper.Patrick Scott2009-10-271-88/+21
|/
* 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