summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Added createView and attachView for playing embedded videos.Patrick Scott2009-07-061-8/+36
* Merge change 5931Android (Google) Code Review2009-07-021-1/+1
|\
| * Remove JavaScript node size in the instrumentation as it is using arena now. ...Grace Kloba2009-07-011-1/+1
* | added gain/loose focus support for plugins. (focus = eligible to receive user...Derek Sollenberger2009-07-023-9/+80
* | Update the nav cache when selected elements change or moveCary Clark2009-07-013-26/+37
|/
* Fix a WebView longpress bug.Leon Scroggins2009-06-303-10/+7
* Make the caret/selection draw when gaining window focus.Leon Scroggins2009-06-301-7/+7
* 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
* | Merge change 5717Android (Google) Code Review2009-06-291-4/+0
|\ \
| * | Remove incorrect commentsFeng Qian2009-06-291-4/+0
* | | resolved conflicts for merge of dac9d5be to masterGrace Kloba2009-06-292-1/+3
|\ \ \ | |/ / |/| |
| * | Add JavaScript parsing into instrumentation. Also modify css parsing calculat...Grace Kloba2009-06-262-1/+3
| * | Add <keygen> support for VPN team.Grace Kloba2009-06-123-1/+65
| * | DO NOT MERGE.Grace Kloba2009-06-101-0/+25
* | | Add SetJSFlags option in debug mode.Feng Qian2009-06-291-0/+20
* | | As WebKit takes "expires" as String, we can pass it directly with the rest of...Grace Kloba2009-06-292-8/+3
* | | Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-295-4/+32
| |/ |/|
* | Remove the web text view if the key press is abandonedCary Clark2009-06-292-1/+12
* | work in progress to enable plugins to receive arrow keysCary Clark2009-06-294-72/+102
* | Make clicking the trackball on a <select> element work.Leon Scroggins2009-06-262-18/+19
* | Merge change 5521Android (Google) Code Review2009-06-261-4/+16
|\ \
| * | Adding mouse events to the plugin APIDerek Sollenberger2009-06-261-4/+16
* | | Merge change 5445Android (Google) Code Review2009-06-261-26/+40
|\ \ \
| * | | Fix a bug where sometimes the cursor was lost.Leon Scroggins2009-06-261-26/+40
* | | | Merge change 5139Android (Google) Code Review2009-06-262-0/+266
|\ \ \ \ | |/ / / |/| | |
| * | | Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-252-0/+266
* | | | Invalidate the full rectangle of the highlight when clearing it.Leon Scroggins2009-06-251-6/+10
* | | | Merge change 5393Android (Google) Code Review2009-06-251-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | throttle plugin draws to 60fps, so we don't swamp the CPU to no visual avail.Mike Reed2009-06-251-1/+1
* | | | Fix for the new webkit. "expires" now takes the string instead of int.Grace Kloba2009-06-252-8/+8
|/ / /
* | | add zoom field to visibleRect eventMike Reed2009-06-244-23/+18
* | | set trackball click to the edge of the text field, not the middleCary Clark2009-06-245-11/+36
* | | Adding keyEvent support for plugins.Derek Sollenberger2009-06-232-23/+26
|/ /
* | Fix <select with multiple and/or size > 1.Leon Scroggins2009-06-231-2/+2
* | Fix V8 build.Feng Qian2009-06-221-1/+1
* | Don't draw focus ring around plugin when clicking on itCary Clark2009-06-221-0/+4
* | Merge change 4941Android (Google) Code Review2009-06-221-7/+1
|\ \
| * | Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-221-7/+1
* | | rebuild WebView nav cache on trackball move, other bugsCary Clark2009-06-223-12/+35
* | | Providing plugins with scrolling ability as well as an event informing the pl...Derek Sollenberger2009-06-224-10/+77
|/ /
* | Merge change 4804Android (Google) Code Review2009-06-191-5/+4
|\ \
| * | Ues loadFrameRequest instead of loadPostRequest so that we don't need to chan...Grace Kloba2009-06-191-5/+4
* | | Update our <select> to work with the latest webkit.Leon Scroggins2009-06-191-7/+10
|/ /
* | 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