summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Pass touch event time from Java to WebKitGrace Kloba2010-02-035-6/+16
* Implement V8 counter supportAndrei Popescu2010-02-025-0/+206
* Merge "Anchor the page at top left corner when webView size changed."Shimeng (Simon) Wang2010-01-291-35/+17
|\
| * Anchor the page at top left corner when webView size changed.Shimeng (Simon) Wang2010-01-291-35/+17
* | Add request header support for the Browser/WebView.Grace Kloba2010-01-271-2/+41
|/
* Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-275-31/+19
* Fix memory leak with layers.Nicolas Roard2010-01-261-5/+2
* Fix potential crash with layers enabled.Nicolas Roard2010-01-261-1/+3
* Merge "Moves the Geolocation position cache out of the Geolocation object."Steve Block2010-01-261-2/+2
|\
| * Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-251-2/+2
* | am 562a8a46: am 53c84f3c: Do not allow the plugin to show or hide the keyboar...Derek Sollenberger2010-01-253-7/+22
|\ \
| * | Do not allow the plugin to show or hide the keyboard unless it has focus.Derek Sollenberger2010-01-253-7/+22
* | | am 71ce050b: am c45f962c: Merge "Correcting how the plugin\'s bounding coordi...Derek Sollenberger2010-01-253-73/+86
|\ \ \ | |/ / | | / | |/ |/|
| * Correcting how the plugin's bounding coordinates are computed.Derek Sollenberger2010-01-253-73/+86
* | allow text node boundaries to delimit addressesCary Clark2010-01-251-1/+3
* | Merge "Merge pinch zoom from Eclair to Master. Including,"Grace Kloba2010-01-252-29/+89
|\ \
| * | Merge pinch zoom from Eclair to Master. Including,Grace Kloba2010-01-232-29/+89
* | | am 53e1af87: am 2eb76d0b: Add logging for all plugin events and their return ...Derek Sollenberger2010-01-255-21/+162
|\ \ \ | | |/ | |/|
| * | Add logging for all plugin events and their return values.Derek Sollenberger2010-01-255-21/+162
* | | Fix build byAndrei Popescu2010-01-251-0/+4
* | | Prepare NPV8Object.h/cpp for upstreaming:Andrei Popescu2010-01-251-0/+5
* | | Merge "Prepare ScriptController class for upstreaming."Andrei Popescu2010-01-251-0/+11
|\ \ \
| * | | Prepare ScriptController class for upstreaming.Andrei Popescu2010-01-221-0/+11
* | | | Call nextTextfield on the CachedFrame that contains the cursor/focus.Leon Scroggins2010-01-221-3/+5
* | | | am de7e9124: am ec4b5ee4: As we are sharing the view between embedded and ful...Grace Kloba2010-01-211-11/+10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | As we are sharing the view between embedded and fullGrace Kloba2010-01-211-11/+10
* | | Merge changes I1b4ba984,I6cadc4f4,Icf99c709,Id22d59b7,I63f3c4edSteve Block2010-01-211-2/+2
|\ \ \
| * | | Move V8 jni_npobject to bridge/jni/v8/JavaNPObjectV8 and fix styleSteve Block2010-01-211-1/+1
| * | | Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix styleSteve Block2010-01-211-1/+1
* | | | Refactor style of Android specific touch events code in preparation for upstr...Ben Murdoch2010-01-211-1/+1
* | | | am 67c90537: am 72acb46d: Fix the crash of exiting full screen by checking null.Grace Kloba2010-01-202-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix the crash of exiting full screen by checking null.Grace Kloba2010-01-202-2/+4
* | | | resolved conflicts for merge of 9dabd572 to masterGrace Kloba2010-01-203-76/+30
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Changing plugin setwindow() to use page coordinateGrace Kloba2010-01-203-76/+30
* | | Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-2018-72/+64
* | | resolved conflicts for merge of 3f4b1969 to masterSteve Block2010-01-204-2/+20
|\ \ \ | |/ /
| * | Merge changes I61cfea19,Ib2fe7793 into eclair-mr2Steve Block2010-01-204-2/+20
| |\ \
| | * | Cherry-pick WebKit change 53464 to rename WebCore/bridge/runtime to WebCore/b...Steve Block2010-01-194-2/+20
* | | | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-205-17/+82
* | | | am 2ba2794f: am 4d667d7f: Exit the fullscreen mode when the PluginWidget is d...Grace Kloba2010-01-192-1/+9
|\ \ \ \ | |/ / /
| * | | Exit the fullscreen mode when the PluginWidget isGrace Kloba2010-01-192-1/+9
| |/ /
* | | resolved conflicts for merge of acf4a21d to masterSteve Block2010-01-191-9/+9
|\ \ \ | |/ /
| * | Cherry-pick WebKit change 53436 to fix style in JavaInstanceJSCSteve Block2010-01-191-5/+5
* | | resolved conflicts for merge of df644d06 to masterSteve Block2010-01-191-1/+1
|\ \ \ | |/ /
| * | Merge "Cherry-pick WebKit change 53412 to move jni_instance to JavaInstanceJS...Steve Block2010-01-191-1/+1
| |\ \
| | * | Cherry-pick WebKit change 53412 to move jni_instance to JavaInstanceJSCSteve Block2010-01-191-1/+1
* | | | Change LOGE to LOGV.Patrick Scott2010-01-191-1/+1
* | | | am 9611825c: am 6a5a35ed: Merge "Should check the enable plugin settings befo...Grace Kloba2010-01-191-1/+4
|\ \ \ \ | |/ / /
| * | | Should check the enable plugin settings before acceptingGrace Kloba2010-01-181-1/+4
* | | | Cherry-pick WebKit change 52103 - Add a client based Geolocation providerSteve Block2010-01-1812-7/+94