summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-151-0/+29
* | | | am 8a2903f5: am b8a54826: Don\'t use static jclass unless we hold a reference.Grace Kloba2010-01-141-14/+9
|\ \ \ \ | |/ / /
| * | | Don't use static jclass unless we hold a reference.Grace Kloba2010-01-141-14/+9
* | | | am 93f808ab: am 388e461f: Add proper support for fixed position elementsNicolas Roard2010-01-141-3/+4
|\ \ \ \ | |/ / /
| * | | Add proper support for fixed position elementsNicolas Roard2010-01-141-3/+4
* | | | am e4771f1b: am 6916255e: Call into MimeTypeMap to get the mime type for an e...Patrick Scott2010-01-133-29/+67
|\ \ \ \ | |/ / /
| * | | Call into MimeTypeMap to get the mime type for an extension.Patrick Scott2010-01-133-29/+67
* | | | clip the cursor rings if occludedCary Clark2010-01-131-4/+6
| |_|/ |/| |