summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+1
* Whether or not a textfield is the last or only, make its action GO.Leon Scroggins2009-09-231-3/+2
* fix parent index of focus when building nav cacheCary Clark2009-09-152-1/+4
* start in the proper subframe when finding the next text fieldCary Clark2009-09-031-1/+1
* when finding left edge of text block, don't merge in tall bitmapCary Clark2009-08-261-52/+61
* Merge change 22590 into eclairAndroid (Google) Code Review2009-08-251-4/+25
|\
| * fix address detection when the city and state are both valid statesCary Clark2009-08-251-4/+25
* | 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-313-22/+37
* Allow user to jump to the next textfield.Leon Scroggins2009-07-315-21/+139
* Support double tap in the Browser.Grace Kloba2009-07-281-0/+19
* Merge change 7883Android (Google) Code Review2009-07-282-0/+121
|\
| * Find left edge of column using nav cache data.Cary Clark2009-07-282-0/+121
* | Clear the WebTextView when clicking on another node.Leon Scroggins2009-07-231-0/+1
|/
* Merge change 6306Android (Google) Code Review2009-07-101-0/+2
|\
| * hide the cursor when the link is followedCary Clark2009-07-061-0/+2
* | am b116c1a0: Make deep copy of the String when use them in the UI thread as A...Grace Kloba2009-07-061-2/+2
|\ \ | |/ |/|
| * Make deep copy of the String when use them in the UI thread as AtomicString i...Grace Kloba2009-07-061-3/+3
| * AI 143189: am: CL 142939 Fix for issue 1730904: Find in page only searches th...Leon Scroggins2009-03-271-1/+3
| * Automated import from //branches/donutburger/...@142283,142283Cary Clark2009-03-241-0/+3
* | 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-302-3/+6
* | Merge change 5685Android (Google) Code Review2009-06-301-1/+1
|\ \
| * | Don't clip out nodes if the clip is an empty rectangleCary Clark2009-06-291-1/+1
* | | 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-292-15/+76
* | 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-244-7/+20
* | 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
* | add WebView.FindAddress option to ignore case sensitivityCary Clark2009-06-172-2/+8
* | fix webkit hidden cursor, address crashCary Clark2009-06-162-2/+2
* | 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-1110-101/+119
* | Do not bring up the soft keyboard when clicking on a pluginLeon Scroggins2009-06-091-3/+2