summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-1814-170/+380
|\
| * clean up mouse move events in webviewCary Clark2009-06-183-125/+101
| * Adding touch events for plugins.Derek Sollenberger2009-06-183-7/+63
| * Merge change 4469Android (Google) Code Review2009-06-172-0/+66
| |\
| | * add font table getters for pluginsMike Reed2009-06-172-0/+66
| * | try again to disable webkit fix for gmailCary Clark2009-06-172-9/+10
| * | add WebView.FindAddress option to ignore case sensitivityCary Clark2009-06-173-5/+12
| |/
| * Merge change 4330Android (Google) Code Review2009-06-162-2/+2
| |\
| | * fix webkit hidden cursor, address crashCary Clark2009-06-162-2/+2
| * | cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafuGrace Kloba2009-06-163-1/+64
| * | disable superpudu fix in webkitCary Clark2009-06-161-1/+4
| |/
| * Changes to make the cursor blink at the correct times.Leon Scroggins2009-06-162-15/+34
| * Enable DOM Storage in master with JSC bindings.Ben Murdoch2009-06-151-6/+25
* | Get WebKit r44544.Feng Qian2009-06-1714-54/+84
|/
* rebuild webview nav cache if cursor node changesCary Clark2009-06-123-8/+30
* more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-1111-105/+148
* Added event to notify plugins when the app is running low on memory.Derek Sollenberger2009-06-102-1/+11
* add pixelpacking apiMike Reed2009-06-103-1/+107
* Do not bring up the soft keyboard when clicking on a pluginLeon Scroggins2009-06-091-3/+2
* added missing function pointers in the plugin canvas interfaceDerek Sollenberger2009-06-091-2/+7
* Merge change 3571Android (Google) Code Review2009-06-092-19/+17
|\
| * Reorganizing the drawContext for plugin events.Derek Sollenberger2009-06-092-19/+17
* | Remove obsolete notion of invalid node.Leon Scroggins2009-06-092-34/+6
|/
* Added support for plugins receiving lifecycle events such as gain/lose focus.Derek Sollenberger2009-06-082-25/+37
* fix cursor movement bugs in browserCary Clark2009-06-082-41/+9
* Update the language from "focus".Leon Scroggins2009-06-083-57/+36
* use full pictureset when recording displaytreeMike Reed2009-06-051-22/+22
* Implement adding console messagesBen Murdoch2009-06-053-3/+17
* Merge change 3212Android (Google) Code Review2009-06-041-0/+2
|\
| * resolved conflicts for merge of d88ddb to masterPatrick Scott2009-06-041-0/+2
| |\
| | * If the server redirected us, use the url instead of the urlForHistory.Patrick Scott2009-06-041-1/+7
* | | Merge change 3201Android (Google) Code Review2009-06-041-4/+8
|\ \ \ | |/ / |/| |
| * | Fix a crash on missing plugins.Leon Scroggins2009-06-041-4/+8
* | | 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-035-179/+120
* | Rename TextDialog to WebTextView.Leon Scroggins2009-06-021-6/+7
* | in the browser, make the trackball more like a mouseCary Clark2009-06-0112-1568/+969
* | add null check for renderer, and fix webkit coding styleMike Reed2009-05-281-4/+3
* | hack to set focus for pluginsMike Reed2009-05-282-1/+17
* | add pause/resume events for pluginsMike Reed2009-05-285-5/+51
* | Merge change 2390Android (Google) Code Review2009-05-261-0/+25
|\ \
| * | Added postUrl() to WebView so that we can pass lat/lon for the search.Grace Kloba2009-05-261-0/+25
* | | use trackball 'mouse' position instead of current focus on clickCary Clark2009-05-221-1/+5
|/ /
* | Merge change 1772Android (Google) Code Review2009-05-1831-20/+130
|\ \
| * | Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. T...Ben Murdoch2009-05-1531-20/+130
* | | 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-183-77/+33