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
*
Merge change Ifcce71fa into eclair-mr2
Android (Google) Code Review
2009-12-16
2
-4
/
+24
|
\
|
*
Implement the full screen WebView plugin.
Grace Kloba
2009-12-16
2
-4
/
+24
*
|
Fix the benchmark app yet again to work in mr2 (and master).
Patrick Scott
2009-12-15
1
-4
/
+4
|
/
*
check to see if nav cache is up to date on tap
Cary Clark
2009-12-15
2
-0
/
+34
*
Provide localized strings for <input> labels.
Leon Scroggins
2009-12-15
2
-10
/
+52
*
Notify native plugin code when the browser discards the customView.
Derek Sollenberger
2009-12-14
2
-5
/
+31
*
Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.
Andrei Popescu
2009-12-11
4
-12
/
+19
*
add event interface for plugins, so they can post an event to themselves (fro...
Mike Reed
2009-12-10
2
-0
/
+40
*
Merge change I85087ab0 into eclair-mr2
Android (Google) Code Review
2009-12-09
1
-1
/
+13
|
\
|
*
Enable orientation events.
Patrick Scott
2009-12-09
1
-1
/
+13
*
|
Enable longpress and doubletap to WebKit as touch
Grace Kloba
2009-12-09
2
-5
/
+11
|
/
*
Pass a message to move the focus when user hits "Next".
Leon Scroggins
2009-12-09
2
-1
/
+33
*
Merge change I0b9d36d9 into eclair-mr2
Android (Google) Code Review
2009-12-08
2
-5
/
+2
|
\
|
*
Modify AndroidWebHistoryBridge to prepare uploading
Grace Kloba
2009-12-07
2
-5
/
+2
*
|
Switching from activity based full screen plugins to a view system overlay.
Derek Sollenberger
2009-12-08
4
-85
/
+24
*
|
Remove an accidentally added include.
Ben Murdoch
2009-12-07
1
-1
/
+0
|
/
*
Merge change If686b999 into eclair-mr2
Android (Google) Code Review
2009-12-04
2
-3
/
+5
|
\
|
*
Pass up flags for the main resource and user gesture.
Patrick Scott
2009-12-04
2
-3
/
+5
*
|
Only re-center the page if it is zoom change or
Grace Kloba
2009-12-04
1
-3
/
+10
|
/
*
Rework CL, https://android-git.corp.google.com/g/#change,34511
Grace Kloba
2009-12-03
2
-10
/
+0
*
Fix the build due to auto merge
Grace Kloba
2009-12-03
1
-1
/
+2
*
After turning on page cache, the parent HistoryItem
Grace Kloba
2009-12-03
2
-0
/
+16
*
Android History unforking pt4: Android specific changes to makefiles and othe...
Ben Murdoch
2009-12-03
3
-88
/
+37
*
Save form data for elements other than type "text".
Leon Scroggins
2009-12-02
1
-20
/
+15
*
Enable WebKit page cache through WebSettings.
Grace Kloba
2009-12-02
2
-8
/
+19
*
Move dump display tree to sdcard as dom and render tree.
Grace Kloba
2009-12-01
1
-16
/
+14
*
cleaning up local JNI references for plugins and caching appropriate JNI ids.
Derek Sollenberger
2009-12-01
1
-0
/
+8
*
Adding native portion of the PluginActivity class.
Derek Sollenberger
2009-12-01
1
-0
/
+77
*
Cleanup how a plugin requests to go full-screen.
Derek Sollenberger
2009-12-01
3
-6
/
+6
*
Fix a crash when closing the native history.
Patrick Scott
2009-11-30
1
-3
/
+6
*
Refactoring plugins to use new java interfaces.
Derek Sollenberger
2009-11-30
2
-19
/
+34
*
Unfork WebCore/bridge/jni.
Ben Murdoch
2009-11-24
1
-5
/
+5
*
Merge change Ia4f91efd into eclair-mr2
Android (Google) Code Review
2009-11-23
1
-3
/
+3
|
\
|
*
Moves get_thread_msec from JavaScriptCore/wtf/CurrentTime to WebKit/android/T...
Steve Block
2009-11-20
1
-3
/
+3
*
|
Move the benchmark code inside libwebcore.so
Patrick Scott
2009-11-23
1
-0
/
+178
|
/
*
Add support for returning the anchor text back to Java land.
Ben Murdoch
2009-11-18
2
-5
/
+39
*
Fixes license headers for all files in WebKit/android, other than those in stl/.
Steve Block
2009-11-13
26
-28
/
+28
*
Merge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrapperWorld parame...
Steve Block
2009-11-10
1
-1
/
+1
*
Merge webkit.org at r50258 : FrameLoader::loadFrameRequest now takes a Referr...
Steve Block
2009-11-10
1
-1
/
+1
*
Merge webkit.org at r50258 : FrameLoader::executeScript has moved to ScriptCo...
Steve Block
2009-11-10
1
-1
/
+1
*
Merge webkit.org at r50258 : HistoryController has been factored out of Frame...
Steve Block
2009-11-10
2
-5
/
+5
*
Merge change I5bad623b into eclair-mr2
Android (Google) Code Review
2009-11-09
2
-2
/
+29
|
\
|
*
Allow plugins to load java classes from their apk.
Derek Sollenberger
2009-11-09
2
-2
/
+29
*
|
Add/expose postdata identifier so that when we cache
Grace Kloba
2009-11-08
4
-9
/
+27
|
/
*
Fixes V8 build due to missing include.
Steve Block
2009-11-05
1
-0
/
+1
*
Stop Geolocation service when browser tab is in the background.
Steve Block
2009-11-05
1
-0
/
+16
*
DO NOT MERGE. Send a message when the page changes and find is up to search a...
Leon Scroggins
2009-10-29
1
-0
/
+12
*
Pass PlatformKeyboardEvents for deletions.
Leon Scroggins
2009-10-28
1
-1
/
+10
*
Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.
Steve Block
2009-10-28
1
-1
/
+6
*
Merge change Ia17a9f02 into eclair-mr2
Android (Google) Code Review
2009-10-28
1
-7
/
+1
|
\
[next]