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
/
WebCore
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable scrollable divs.
Patrick Scott
2010-07-22
4
-30
/
+146
*
Merge WebKit at r63173 : Following @62551, PassOwnPtr no longer has a release...
Leon Clarke
2010-07-20
1
-1
/
+1
*
Merge Webkit at r63173 : Fix conflicts.
Leon Clarke
2010-07-20
1
-7
/
+1
*
Merge WebKit at r63173 : Initial merge by git.
Leon Clarke
2010-07-20
55
-187
/
+506
*
Fix for bug 2816268: Refactor ANDROID_USER_GESTURE code
Kristian Monsen
2010-07-15
1
-7
/
+4
*
Merge "Set smaller minHeight for button."
Shimeng (Simon) Wang
2010-07-14
1
-7
/
+4
|
\
|
*
Set smaller minHeight for button.
Shimeng (Simon) Wang
2010-07-14
1
-7
/
+4
*
|
am b47b5d4a: am 652e9a01: Migrate to new keycode constants in keycodes.h.
Jeff Brown
2010-07-13
1
-68
/
+68
|
\
\
|
|
/
|
/
|
|
*
am 652e9a01: Migrate to new keycode constants in keycodes.h.
Jeff Brown
2010-07-13
1
-68
/
+68
|
|
\
|
|
*
Migrate to new keycode constants in keycodes.h.
Jeff Brown
2010-07-13
1
-68
/
+68
*
|
|
Merge "Implements the lastHyphenLocation for Android."
Shimeng (Simon) Wang
2010-07-13
1
-0
/
+102
|
\
\
\
|
*
|
|
Implements the lastHyphenLocation for Android.
Shimeng (Simon) Wang
2010-07-12
1
-0
/
+102
*
|
|
|
Copy back the upstreamed version of prefetch
Leon Clarke
2010-07-12
1
-1
/
+2
|
/
/
/
*
|
|
am b34d9d68: merge from open-source master
The Android Open Source Project
2010-07-09
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix missing NL
Bruce Beare
2010-06-25
1
-1
/
+1
|
|
/
*
|
Combine base PictureSet with composite layers into
Grace Kloba
2010-07-09
4
-46
/
+55
*
|
Merge WebKit at r62496: Stub out new GraphicsContext::clipConvexPolygon()
Steve Block
2010-07-09
1
-0
/
+11
*
|
Merge WebKit at r62496: PaintInfo is no longer a member of RenderObject
Steve Block
2010-07-09
2
-14
/
+14
*
|
Merge WebKit at r62496: Fix conflicts
Steve Block
2010-07-09
3
-16
/
+2
*
|
Merge WebKit at r62496: Initial merge by git
Steve Block
2010-07-09
91
-586
/
+2468
*
|
Enable composite layers for the sub frame.
Grace Kloba
2010-07-07
3
-17
/
+11
*
|
Merge WebKit at r61871: Floating-point support for text selection.
Kristian Monsen
2010-07-02
2
-3
/
+3
*
|
Merge WebKit at r61871: Fix conflicts
Kristian Monsen
2010-07-02
1
-4
/
+0
*
|
Merge WebKit at r61871: Initial merge by git.
Kristian Monsen
2010-07-02
204
-1305
/
+4165
*
|
Merge "Bug2790521 - complex script overlap issue."
claireho
2010-07-01
2
-49
/
+46
|
\
\
|
*
|
Bug2790521 - complex script overlap issue.
claireho
2010-06-30
2
-49
/
+46
*
|
|
Merge "Pass the WebView context to the GeolocationService from WebKit"
Steve Block
2010-07-01
3
-7
/
+19
|
\
\
\
|
*
|
|
Pass the WebView context to the GeolocationService from WebKit
Steve Block
2010-06-29
3
-7
/
+19
|
|
/
/
*
|
|
Remove the double traversal in GraphicsLayerAndroid,
Grace Kloba
2010-06-30
2
-52
/
+23
*
|
|
set maximum image size
Cary Clark
2010-06-29
2
-1
/
+3
|
/
/
*
|
Support complex scripts by calling Harfbuzz APIs.
claireho
2010-06-18
5
-7
/
+916
*
|
Merge webkit.org at r61121: Add ImageSource::getHotSpot() to our port. See ht...
Ben Murdoch
2010-06-18
1
-0
/
+5
*
|
Merge webkit.org at r61121: Update GraphicsContext::setShadow() parameters in...
Ben Murdoch
2010-06-18
1
-1
/
+1
*
|
Merge webkit.org at r61121: Update ImageBuffer::toDataURL() parameters in our...
Ben Murdoch
2010-06-18
1
-1
/
+1
*
|
Merge webkit.org at r61121: Fix conflicts.
Ben Murdoch
2010-06-18
2
-12
/
+6
*
|
Merge webkit.org at r61121: Initial merge by git.
Ben Murdoch
2010-06-16
154
-1129
/
+3111
*
|
Merge webkit.org at r60469 : toDataURL takes a quality hint since webkit @60458
Leon Clarke
2010-06-08
1
-1
/
+1
*
|
Merge webkit.org at r60469 : Fix conflicts.
Leon Clarke
2010-06-08
1
-48
/
+1
*
|
Merge webkit.org at r60469 : Initial merge by git.
Leon Clarke
2010-06-08
74
-509
/
+1601
*
|
Fix platformVisibleContentRect() for the sub frame.
Grace Kloba
2010-06-03
1
-5
/
+15
*
|
Enable File Reader and blob.slice APIs.
Ben Murdoch
2010-06-02
3
-7
/
+20
*
|
Code clean up, http://b/issue?id=2724743
Grace Kloba
2010-05-28
3
-5
/
+3
*
|
Use the real visibleBounds for the ScrollView's
Grace Kloba
2010-05-28
1
-1
/
+1
*
|
Report correct window.innerWidth and window.innerHeight.
Grace Kloba
2010-05-27
3
-0
/
+72
*
|
Merge WebKit at r60074: RenderStyle color accessors are now private
Steve Block
2010-05-27
1
-1
/
+1
*
|
Merge WebKit at r60074: Initial merge by git
Steve Block
2010-05-27
81
-746
/
+3143
*
|
Refix http://b/issue?id=2509597.
Grace Kloba
2010-05-26
1
-16
/
+10
*
|
Merge WebKit at r59636: Initial merge by git
Kristian Monsen
2010-05-25
104
-902
/
+4539
*
|
implement Canvas.toDataURL
Cary Clark
2010-05-24
1
-7
/
+21
*
|
Merge "check for null on extremely large images"
Cary Clark
2010-05-24
1
-1
/
+1
|
\
\
[next]