summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* Add a new API on the resource loader to pause the current load. We use this w...Ben Murdoch2010-03-222-0/+21
* Merge "Implements layoutTestController.setAppCacheMaximumSize"Steve Block2010-03-221-1/+8
|\
| * Implements layoutTestController.setAppCacheMaximumSizeSteve Block2010-03-191-1/+8
* | use picture recording flag to speed up clipPath (and avoid asserts in very la...Mike Reed2010-03-192-2/+8
|/
* Merge "Fix comment from "WebView.LOAD_*" to "WebSettings.LOAD_*""Brian Carlstrom2010-03-181-4/+4
|\
| * Fix comment from "WebView.LOAD_*" to "WebSettings.LOAD_*"Brian Carlstrom2010-03-181-4/+4
* | Pass selection data along with message to open the keyboard.Leon Scroggins2010-03-182-7/+30
|/
* Fix for Bug 2486292, transparent backgrounds not transparent in Froyo.Kristian Monsen2010-03-172-0/+8
* Compute the position of the fixed elements to be relative to theNicolas Roard2010-03-171-0/+1
* Clean up full-screen mode plugins now that they handle touchDerek Sollenberger2010-03-152-20/+4
* Add requestCenterFitZoom to android_npapi so thatGrace Kloba2010-03-122-0/+14
* iterate through the children of the label to find its textCary Clark2010-03-121-2/+11
* set the cached focus state when a node is in a fixed layerCary Clark2010-03-112-6/+19
* Only call plugin touch code if it is in full screenLeon Scroggins2010-03-092-7/+7
* Merge "Serialize/unserialize screen width scale, which is used when restoring...Shimeng (Simon) Wang2010-03-081-4/+12
|\
| * Serialize/unserialize screen width scale, which is used when restoring sites.Shimeng (Simon) Wang2010-03-051-4/+12
* | check for null node to prevent monkey crashCary Clark2010-03-081-1/+1
* | Set the proper frame's focus controller to active and focused.Leon Scroggins2010-03-052-8/+22
* | Merge "Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeFor...Steve Block2010-03-051-0/+1
|\ \
| * | Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeForExtensionSteve Block2010-03-051-0/+1
* | | Merge "Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLay...Andrei Popescu2010-03-051-6/+0
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().Andrei Popescu2010-03-051-6/+0
* | | Fix history restore.Patrick Scott2010-03-051-9/+2
|/ /
* | Don't leak global weak references when running layout testsLeon Clarke2010-03-041-1/+1
|/
* Call setCurrentIndex to trigger the client callback.Patrick Scott2010-03-031-6/+5
* Fixes a crash in WeakJavaInstanceSteve Block2010-03-031-8/+16
* Merge "Only set the DatabaseTracker path if it has been successfully set to s...Ben Murdoch2010-02-261-3/+10
|\
| * Only set the DatabaseTracker path if it has been successfully set to somethin...Ben Murdoch2010-02-251-3/+10
* | Merge "Prevent unsafe upper casting by checking Element's namespaceURI."Shimeng (Simon) Wang2010-02-251-4/+11
|\ \
| * | Prevent unsafe upper casting by checking Element's namespaceURI.Shimeng (Simon) Wang2010-02-251-4/+11
* | | Merge "refactor drawing to support layers"Cary Clark2010-02-252-0/+33
|\ \ \ | |_|/ |/| |
| * | refactor drawing to support layersCary Clark2010-02-242-0/+33
* | | Merge "Use reference instead of vector copying when dealing formElements."Shimeng (Simon) Wang2010-02-241-3/+3
|\ \ \ | |/ / |/| / | |/
| * Use reference instead of vector copying when dealing formElements.Shimeng (Simon) Wang2010-02-241-3/+3
* | Simplify the layer code:Nicolas Roard2010-02-242-3/+10
* | Do not forward touch event types we do not support into WebCore as TouchCance...Ben Murdoch2010-02-241-3/+4
|/
* am 4c76da0e: am 1044e7fd: Fixes error where plugin is created while iterating...Derek Sollenberger2010-02-222-17/+13
|\
| * Fixes error where plugin is created while iterating through the list of plugins.Derek Sollenberger2010-02-222-17/+13
| * Pass touch event time from Java to WebKitGrace Kloba2010-02-022-6/+6
* | Add support for setting key states with touch events on Android.Ben Murdoch2010-02-192-6/+6
* | Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-182-7/+6
* | Add UI considerations to layersCary Clark2010-02-172-6/+0
* | Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-121-1/+52
* | Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-122-0/+6
* | Correctly guard V8Counters::initCounters() in WebCoreFrameBridgeSteve Block2010-02-051-0/+2
* | Merge webkit.org at r54127 : mainWorldScriptState is now a global function.Steve Block2010-02-041-5/+1
* | Merge webkit.org at r54127 : Fix some WebKit includesSteve Block2010-02-042-31/+25
* | Merge "Renames a variable in AddJavascriptInterface which shadows a parameter...Steve Block2010-02-041-3/+3
|\ \
| * | Renames a variable in AddJavascriptInterface which shadows a parameter of the...Steve Block2010-02-041-3/+3
* | | Forward the console message level from WebCore to Java land.Ben Murdoch2010-02-042-4/+4
|/ /