index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebKit
/
android
/
jni
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new API on the resource loader to pause the current load. We use this w...
Ben Murdoch
2010-03-22
2
-0
/
+21
*
Merge "Implements layoutTestController.setAppCacheMaximumSize"
Steve Block
2010-03-22
1
-1
/
+8
|
\
|
*
Implements layoutTestController.setAppCacheMaximumSize
Steve Block
2010-03-19
1
-1
/
+8
*
|
use picture recording flag to speed up clipPath (and avoid asserts in very la...
Mike Reed
2010-03-19
2
-2
/
+8
|
/
*
Merge "Fix comment from "WebView.LOAD_*" to "WebSettings.LOAD_*""
Brian Carlstrom
2010-03-18
1
-4
/
+4
|
\
|
*
Fix comment from "WebView.LOAD_*" to "WebSettings.LOAD_*"
Brian Carlstrom
2010-03-18
1
-4
/
+4
*
|
Pass selection data along with message to open the keyboard.
Leon Scroggins
2010-03-18
2
-7
/
+30
|
/
*
Fix for Bug 2486292, transparent backgrounds not transparent in Froyo.
Kristian Monsen
2010-03-17
2
-0
/
+8
*
Compute the position of the fixed elements to be relative to the
Nicolas Roard
2010-03-17
1
-0
/
+1
*
Clean up full-screen mode plugins now that they handle touch
Derek Sollenberger
2010-03-15
2
-20
/
+4
*
Add requestCenterFitZoom to android_npapi so that
Grace Kloba
2010-03-12
2
-0
/
+14
*
iterate through the children of the label to find its text
Cary Clark
2010-03-12
1
-2
/
+11
*
set the cached focus state when a node is in a fixed layer
Cary Clark
2010-03-11
2
-6
/
+19
*
Only call plugin touch code if it is in full screen
Leon Scroggins
2010-03-09
2
-7
/
+7
*
Merge "Serialize/unserialize screen width scale, which is used when restoring...
Shimeng (Simon) Wang
2010-03-08
1
-4
/
+12
|
\
|
*
Serialize/unserialize screen width scale, which is used when restoring sites.
Shimeng (Simon) Wang
2010-03-05
1
-4
/
+12
*
|
check for null node to prevent monkey crash
Cary Clark
2010-03-08
1
-1
/
+1
*
|
Set the proper frame's focus controller to active and focused.
Leon Scroggins
2010-03-05
2
-8
/
+22
*
|
Merge "Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeFor...
Steve Block
2010-03-05
1
-0
/
+1
|
\
\
|
*
|
Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeForExtension
Steve Block
2010-03-05
1
-0
/
+1
*
|
|
Merge "Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLay...
Andrei Popescu
2010-03-05
1
-6
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().
Andrei Popescu
2010-03-05
1
-6
/
+0
*
|
|
Fix history restore.
Patrick Scott
2010-03-05
1
-9
/
+2
|
/
/
*
|
Don't leak global weak references when running layout tests
Leon Clarke
2010-03-04
1
-1
/
+1
|
/
*
Call setCurrentIndex to trigger the client callback.
Patrick Scott
2010-03-03
1
-6
/
+5
*
Fixes a crash in WeakJavaInstance
Steve Block
2010-03-03
1
-8
/
+16
*
Merge "Only set the DatabaseTracker path if it has been successfully set to s...
Ben Murdoch
2010-02-26
1
-3
/
+10
|
\
|
*
Only set the DatabaseTracker path if it has been successfully set to somethin...
Ben Murdoch
2010-02-25
1
-3
/
+10
*
|
Merge "Prevent unsafe upper casting by checking Element's namespaceURI."
Shimeng (Simon) Wang
2010-02-25
1
-4
/
+11
|
\
\
|
*
|
Prevent unsafe upper casting by checking Element's namespaceURI.
Shimeng (Simon) Wang
2010-02-25
1
-4
/
+11
*
|
|
Merge "refactor drawing to support layers"
Cary Clark
2010-02-25
2
-0
/
+33
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refactor drawing to support layers
Cary Clark
2010-02-24
2
-0
/
+33
*
|
|
Merge "Use reference instead of vector copying when dealing formElements."
Shimeng (Simon) Wang
2010-02-24
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Use reference instead of vector copying when dealing formElements.
Shimeng (Simon) Wang
2010-02-24
1
-3
/
+3
*
|
Simplify the layer code:
Nicolas Roard
2010-02-24
2
-3
/
+10
*
|
Do not forward touch event types we do not support into WebCore as TouchCance...
Ben Murdoch
2010-02-24
1
-3
/
+4
|
/
*
am 4c76da0e: am 1044e7fd: Fixes error where plugin is created while iterating...
Derek Sollenberger
2010-02-22
2
-17
/
+13
|
\
|
*
Fixes error where plugin is created while iterating through the list of plugins.
Derek Sollenberger
2010-02-22
2
-17
/
+13
|
*
Pass touch event time from Java to WebKit
Grace Kloba
2010-02-02
2
-6
/
+6
*
|
Add support for setting key states with touch events on Android.
Ben Murdoch
2010-02-19
2
-6
/
+6
*
|
Fixes a bug with the Geolocation suspend/resume behaviour
Steve Block
2010-02-18
2
-7
/
+6
*
|
Add UI considerations to layers
Cary Clark
2010-02-17
2
-6
/
+0
*
|
Implement navigator.isApplicationInstalled() API
Andrei Popescu
2010-02-12
1
-1
/
+52
*
|
Add dump layers capability (triggered the same way as the dump tree trick,
Nicolas Roard
2010-02-12
2
-0
/
+6
*
|
Correctly guard V8Counters::initCounters() in WebCoreFrameBridge
Steve Block
2010-02-05
1
-0
/
+2
*
|
Merge webkit.org at r54127 : mainWorldScriptState is now a global function.
Steve Block
2010-02-04
1
-5
/
+1
*
|
Merge webkit.org at r54127 : Fix some WebKit includes
Steve Block
2010-02-04
2
-31
/
+25
*
|
Merge "Renames a variable in AddJavascriptInterface which shadows a parameter...
Steve Block
2010-02-04
1
-3
/
+3
|
\
\
|
*
|
Renames a variable in AddJavascriptInterface which shadows a parameter of the...
Steve Block
2010-02-04
1
-3
/
+3
*
|
|
Forward the console message level from WebCore to Java land.
Ben Murdoch
2010-02-04
2
-4
/
+4
|
/
/
[next]