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
*
rebuild nav cache if cursor is moved to invisible node
Cary Clark
2009-08-14
1
-1
/
+1
*
Adds ability to configure mock Geolocation service from DumpRenderTree on And...
Steve Block
2009-08-14
2
-1
/
+99
*
Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.
Feng Qian
2009-08-13
1
-0
/
+3
*
Pass clicks to webkit's textfield to determine the new selection.
Leon Scroggins
2009-08-13
2
-10
/
+78
*
modifying the android_npapi.h to accomodate surfaces with different pixel for...
Derek Sollenberger
2009-08-10
2
-4
/
+6
*
fixing the surface size if the plugin elects to not handle zoomEvents.
Derek Sollenberger
2009-08-06
2
-4
/
+4
*
Add SystemInterface to the android_npapi so that we can expose system related
Grace Kloba
2009-08-05
1
-0
/
+16
*
Add a callback for parsing apple-touch-icon.
Patrick Scott
2009-08-05
2
-0
/
+21
*
adding the first cut for the onLoad plugin event.
Derek Sollenberger
2009-08-04
1
-0
/
+6
*
Merge change 9470
Android (Google) Code Review
2009-08-04
1
-0
/
+22
|
\
|
*
Enable workers for V8
Andrei Popescu
2009-08-03
1
-0
/
+22
*
|
enhancing visibleRect tracking and making it work within iframes.
Derek Sollenberger
2009-08-04
1
-1
/
+1
|
/
*
rebuild the nav cache on mouse clicks during page load
Cary Clark
2009-07-31
2
-2
/
+22
*
Remove snapToAnchor as it is not used any more.
Grace Kloba
2009-07-30
2
-65
/
+0
*
Adds the C++ side of the system to show the Geolocation permissions prompt.
Steve Block
2009-07-30
1
-2
/
+26
*
Adds GeolocationPermissionsBridge.
Steve Block
2009-07-29
2
-2
/
+104
*
Remove the WebIconDatabase thread attachment since ThreadingPthreads does it.
Patrick Scott
2009-07-29
1
-19
/
+2
*
Fixes build bustage due to GeolocationPermissions.
Steve Block
2009-07-29
1
-0
/
+1
*
Adds a GeolocationPermissions class.
Steve Block
2009-07-29
3
-1
/
+31
*
wire in the AppCache out-of-space callback
Andrei Popescu
2009-07-29
2
-7
/
+26
*
Support double tap in the Browser.
Grace Kloba
2009-07-28
3
-2
/
+39
*
Improve dragging on WebTextView.
Leon Scroggins
2009-07-23
2
-1
/
+36
*
Merge change 8191
Android (Google) Code Review
2009-07-23
1
-0
/
+5
|
\
|
*
Enforce app cache maximum size
Andrei Popescu
2009-07-22
1
-0
/
+5
*
|
am 70522f5f: adjust right edge of copy bounds if edge is not found
Cary Clark
2009-07-22
1
-2
/
+8
|
\
\
|
|
/
|
/
|
|
*
adjust right edge of copy bounds if edge is not found
Cary Clark
2009-07-21
1
-2
/
+8
|
*
Add <keygen> support for VPN team.
Grace Kloba
2009-06-12
3
-1
/
+65
|
*
DO NOT MERGE.
Grace Kloba
2009-06-10
1
-0
/
+25
*
|
wire the appcache to the HTML5 UI
Andrei Popescu
2009-07-21
1
-12
/
+50
*
|
removing visibleRect event and tracking rectangles instead.
Derek Sollenberger
2009-07-20
2
-17
/
+22
*
|
Add Plugin APIs for creating and manipulating a Surface.
Patrick Scott
2009-07-20
2
-0
/
+67
*
|
Turn on webcore's request management and remove our hacks.
Patrick Scott
2009-07-15
2
-4
/
+3
*
|
Use fRight and fBottom instead of width() and height().
Patrick Scott
2009-07-07
1
-2
/
+7
*
|
fixing a typo in the android plugin api.
Derek Sollenberger
2009-07-07
1
-1
/
+1
*
|
Update text webcore thread's text generation number.
Leon Scroggins
2009-07-07
2
-10
/
+16
*
|
added gain/loose focus support for plugins. (focus = eligible to receive user...
Derek Sollenberger
2009-07-02
2
-3
/
+51
*
|
Update the nav cache when selected elements change or move
Cary Clark
2009-07-01
2
-26
/
+36
*
|
Fix a WebView longpress bug.
Leon Scroggins
2009-06-30
1
-7
/
+1
*
|
Make the caret/selection draw when gaining window focus.
Leon Scroggins
2009-06-30
1
-7
/
+7
*
|
Remove incorrect comments
Feng Qian
2009-06-29
1
-4
/
+0
*
|
Add SetJSFlags option in debug mode.
Feng Qian
2009-06-29
1
-0
/
+20
*
|
As WebKit takes "expires" as String, we can pass it directly with the rest of...
Grace Kloba
2009-06-29
2
-8
/
+3
*
|
Adding support for plugins to request the keyboard.
Derek Sollenberger
2009-06-29
2
-0
/
+15
*
|
Remove the web text view if the key press is abandoned
Cary Clark
2009-06-29
2
-1
/
+12
*
|
work in progress to enable plugins to receive arrow keys
Cary Clark
2009-06-29
2
-57
/
+26
*
|
Make clicking the trackball on a <select> element work.
Leon Scroggins
2009-06-26
2
-18
/
+19
*
|
Merge change 5393
Android (Google) Code Review
2009-06-25
1
-1
/
+1
|
\
\
|
*
|
throttle plugin draws to 60fps, so we don't swamp the CPU to no visual avail.
Mike Reed
2009-06-25
1
-1
/
+1
*
|
|
Fix for the new webkit. "expires" now takes the string instead of int.
Grace Kloba
2009-06-25
2
-8
/
+8
|
/
/
*
|
add zoom field to visibleRect event
Mike Reed
2009-06-24
2
-18
/
+14
[next]