summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* am cb86952d: Fix #1896846. Move reset the meta data from canHandleRequest to ...Grace Kloba2009-07-091-9/+8
|\
| * Fix #1896846. Move reset the meta data from canHandleRequest to transitionToC...Grace Kloba2009-07-081-9/+8
* | Merge change 6357Android (Google) Code Review2009-07-091-20/+12
|\ \
| * | Add fullscreen support back in.Andrei Popescu2009-07-071-20/+12
* | | Add instrumentation for V8.Grace Kloba2009-07-082-0/+4
* | | Use fRight and fBottom instead of width() and height().Patrick Scott2009-07-071-2/+7
* | | fixing a typo in the android plugin api.Derek Sollenberger2009-07-072-2/+2
* | | Update text webcore thread's text generation number.Leon Scroggins2009-07-072-10/+16
|/ /
* | 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
* | Merge change 6213Android (Google) Code Review2009-07-061-8/+36
|\ \
| * | Added createView and attachView for playing embedded videos.Patrick Scott2009-07-061-8/+36
* | | In WebTextView, check the focus before sending a key.Leon Scroggins2009-07-061-0/+8
|/ /
* | 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
|\ \