summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav
Commit message (Expand)AuthorAgeFilesLines
* Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-191-5/+5
* Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-181-5/+5
* 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
* | 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
* | use absolute bounds, not node bounds, for all webkit nodesCary Clark2009-06-041-24/+2
* | in browser, return webview node to receive key eventsCary Clark2009-06-031-10/+22
* | remove unneeded text parameters from WebViewCary Clark2009-06-033-14/+19
* | Rename TextDialog to WebTextView.Leon Scroggins2009-06-021-6/+7
* | in the browser, make the trackball more like a mouseCary Clark2009-06-019-1364/+894
* | Merge change 1884Android (Google) Code Review2009-05-181-0/+2
|\ \
| * | skip rectangular focus ring check in browser if no pictureCary Clark2009-05-181-0/+2
* | | 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