summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | work in progress to enable plugins to receive arrow keysCary Clark2009-06-291-53/+23
* | Make clicking the trackball on a <select> element work.Leon Scroggins2009-06-261-16/+17
* | throttle plugin draws to 60fps, so we don't swamp the CPU to no visual avail.Mike Reed2009-06-251-1/+1
* | add zoom field to visibleRect eventMike Reed2009-06-241-15/+11
* | set trackball click to the edge of the text field, not the middleCary Clark2009-06-241-4/+16
* | Adding keyEvent support for plugins.Derek Sollenberger2009-06-231-23/+23
* | Fix <select with multiple and/or size > 1.Leon Scroggins2009-06-231-2/+2
* | rebuild WebView nav cache on trackball move, other bugsCary Clark2009-06-221-10/+29
* | Providing plugins with scrolling ability as well as an event informing the pl...Derek Sollenberger2009-06-221-0/+33
* | Update our <select> to work with the latest webkit.Leon Scroggins2009-06-191-7/+10
* | Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-181-132/+66
|\ \
| * | clean up mouse move events in webviewCary Clark2009-06-181-113/+31
| * | try again to disable webkit fix for gmailCary Clark2009-06-171-8/+9
| * | add WebView.FindAddress option to ignore case sensitivityCary Clark2009-06-171-3/+4
| * | disable superpudu fix in webkitCary Clark2009-06-161-1/+4
| * | Changes to make the cursor blink at the correct times.Leon Scroggins2009-06-161-8/+19
* | | Get WebKit r44544.Feng Qian2009-06-171-4/+7
|/ /
* | rebuild webview nav cache if cursor node changesCary Clark2009-06-121-8/+27
* | more (browser) trackball-is-a-mouse work in progressCary Clark2009-06-111-4/+29
* | Added event to notify plugins when the app is running low on memory.Derek Sollenberger2009-06-101-0/+9
* | Remove obsolete notion of invalid node.Leon Scroggins2009-06-091-10/+0
* | Added support for plugins receiving lifecycle events such as gain/lose focus.Derek Sollenberger2009-06-081-2/+4
* | fix cursor movement bugs in browserCary Clark2009-06-081-13/+5
* | Update the language from "focus".Leon Scroggins2009-06-081-19/+0
* | Implement adding console messagesBen Murdoch2009-06-051-0/+12
* | remove unneeded text parameters from WebViewCary Clark2009-06-031-149/+88
* | in the browser, make the trackball more like a mouseCary Clark2009-06-011-160/+52
* | add null check for renderer, and fix webkit coding styleMike Reed2009-05-281-4/+3
* | hack to set focus for pluginsMike Reed2009-05-281-0/+14
* | add pause/resume events for pluginsMike Reed2009-05-281-1/+27
* | use trackball 'mouse' position instead of current focus on clickCary Clark2009-05-221-1/+5
* | Trackball moves UI focus, but leaves DOM focus unchangedCary Clark2009-05-181-69/+32
* | Move Browser test plugin from webkit project to development project.Grace Kloba2009-05-141-15/+0
* | remove isClick parameter in browser touch event handlerCary Clark2009-05-141-15/+6
* | Fix #1833296. Initialize m_blockNotifyFocus as releaseFrameCache can be calle...Grace Kloba2009-05-121-0/+1
* | merged d15fb80, resolved conflictsGuang Zhu2009-05-111-0/+10
|\ \ | |/
| * Added JNI binding for new onJsTimeout callbackGuang Zhu2009-05-081-0/+10
| * Automated import from //branches/donutburger/...@141163,141163Mike Reed2009-03-241-2/+2
* | add additional svg support and complianceCary Clark2009-05-011-0/+2
* | Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the brow...Ben Murdoch2009-04-301-1/+34
* | share xfermode and color routines with chrome portMike Reed2009-04-291-4/+2
* | (1 of 2) add call to determine if picture is readyCary Clark2009-04-241-2/+23
* | Fix some unexpected cases of image maps.Leon Scroggins2009-04-231-16/+13
* | keep webkit focus in sync with ui cache for text fieldsCary Clark2009-04-231-3/+17
* | Adding WTF to Vector as both Android and WTF has Vector<>.Grace Kloba2009-04-221-1/+1
* | Make webkit's cursor draw at the correct times.Leon Scroggins2009-04-161-20/+19
* | Merge branch 'readonly-p4-master'Patrick Scott2009-04-151-0/+62
|\ \
| * | AI 146317: Traverse the frame tree and compute the largest rectangle that hol...Patrick Scott2009-04-151-0/+62
* | | Merge branch 'readonly-p4-master'Leon Scroggins2009-04-141-1/+21
|\ \ \ | |/ /
| * | AI 146153: Make the TextDialog invisible, so that we only show WebKit's rende...Leon Scroggins2009-04-141-1/+21