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
*
When we stopUpdating(), we should cancel the outstanding
Grace Kloba
2010-04-02
1
-1
/
+4
*
Merge "enable gifs for large memory devices" into froyo
Cary Clark
2010-03-30
1
-0
/
+4
|
\
|
*
enable gifs for large memory devices
Cary Clark
2010-03-30
1
-0
/
+4
*
|
correct rgba order for skia
Mike Reed
2010-03-30
1
-0
/
+5
|
/
*
Merge "Mark positioned elements as needing a relayout when checking for hit t...
Nicolas Roard
2010-03-24
2
-0
/
+13
|
\
|
*
Mark positioned elements as needing a relayout when checking for hit test.
Nicolas Roard
2010-03-24
2
-0
/
+13
*
|
Fixes XHR requests to use the username and password supplied from JavaScript
Steve Block
2010-03-24
1
-1
/
+5
*
|
Merge "drawRect is defined (in header) to always stroke with 1.0"
Mike Reed
2010-03-24
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
drawRect is defined (in header) to always stroke with 1.0
Mike Reed
2010-03-24
1
-1
/
+7
*
|
Merge "Renders fixed layers with the root canvas matrix. Fix some positioning...
Nicolas Roard
2010-03-24
3
-15
/
+58
|
\
\
|
|
/
|
/
|
|
*
Renders fixed layers with the root canvas matrix. Fix some positioning issues.
Nicolas Roard
2010-03-24
3
-15
/
+58
*
|
Add on-demand plugin support.
Patrick Scott
2010-03-23
2
-3
/
+7
|
/
*
Add a new API on the resource loader to pause the current load. We use this w...
Ben Murdoch
2010-03-22
3
-1
/
+17
*
Implement margin for fixed elements.
Nicolas Roard
2010-03-18
3
-5
/
+34
*
Fix click issues when using fixed elements. This CL also fix the positioning
Nicolas Roard
2010-03-18
1
-8
/
+8
*
Merge "Compare the client rather than the handle as the handle may not be set...
Patrick Scott
2010-03-17
1
-1
/
+2
|
\
|
*
Compare the client rather than the handle as the handle may not be set yet.
Patrick Scott
2010-03-17
1
-1
/
+2
*
|
Refactor how we set up the layers hierarchy when using fixed
Nicolas Roard
2010-03-17
4
-102
/
+3
|
/
*
Compute the position of the fixed elements to be relative to the
Nicolas Roard
2010-03-17
1
-0
/
+2
*
Use the bounds we layout the page for screenRect.
Grace Kloba
2010-03-12
1
-7
/
+7
*
Prepare touch key modifiers for upstreaming.
Ben Murdoch
2010-03-11
2
-4
/
+0
*
Only call plugin touch code if it is in full screen
Leon Scroggins
2010-03-09
2
-11
/
+3
*
Fix bug 'Children of fixed elements do not always remain fixed themselves'
Nicolas Roard
2010-03-09
4
-32
/
+151
*
scroll into view considers layers
Cary Clark
2010-03-08
2
-0
/
+36
*
Merge "forgot header file ; broke build in 43447"
Cary Clark
2010-03-05
1
-0
/
+1
|
\
|
*
forgot header file ; broke build in 43447
Cary Clark
2010-03-05
1
-0
/
+1
*
|
fixes with find drawing in layers
Cary Clark
2010-03-05
1
-2
/
+16
|
/
*
add optional preftable to image codecs, for more control over the resulting b...
Mike Reed
2010-03-03
1
-6
/
+27
*
bump up our image cache etc. when we're on larger devices (e.g. have VFP)
Mike Reed
2010-03-03
1
-7
/
+2
*
allow anchor containing layer to be mapped to navable layer
Cary Clark
2010-03-02
1
-0
/
+3
*
Update touch handler in preparation for upstreaming of m_originatingTouchTarg...
Ben Murdoch
2010-03-01
2
-3
/
+4
*
ignore rootlayer when drawing (fixes regression)
Mike Reed
2010-02-26
1
-3
/
+5
*
make methods private (or static local) if possible to reduce surface area of API
Mike Reed
2010-02-25
2
-7
/
+6
*
remove unused methods
Mike Reed
2010-02-25
3
-53
/
+4
*
Fix the gap when using the IME (Bug:2453748)
Nicolas Roard
2010-02-25
3
-11
/
+26
*
refactor drawing to support layers
Cary Clark
2010-02-24
4
-29
/
+178
*
Simplify the layer code:
Nicolas Roard
2010-02-24
3
-10
/
+35
*
move viewport into just this subclass
Mike Reed
2010-02-19
3
-168
/
+139
*
Merge "Fixes a crash in the Geolocation service when using maximumAge"
Steve Block
2010-02-19
1
-4
/
+4
|
\
|
*
Fixes a crash in the Geolocation service when using maximumAge
Steve Block
2010-02-19
1
-4
/
+4
*
|
Set the fixed position values when changed via setPosition()
Nicolas Roard
2010-02-19
2
-13
/
+24
*
|
Add support for setting key states with touch events on Android.
Ben Murdoch
2010-02-19
2
-7
/
+21
*
|
refactor
Mike Reed
2010-02-18
2
-19
/
+87
|
/
*
Merge "Fixes a bug with the Geolocation suspend/resume behaviour"
Steve Block
2010-02-18
6
-5
/
+27
|
\
|
*
Fixes a bug with the Geolocation suspend/resume behaviour
Steve Block
2010-02-18
6
-5
/
+27
*
|
minor fixes to layer nav
Cary Clark
2010-02-17
2
-6
/
+4
|
/
*
Add UI considerations to layers
Cary Clark
2010-02-17
2
-46
/
+117
*
Merge webkit.org at r54731 : Refactoring in font cache
Steve Block
2010-02-16
1
-3
/
+3
*
Merge webkit.org at r54731 : Update Android graphics to reflect addition of A...
Steve Block
2010-02-16
4
-24
/
+10
*
Merge webkit.org at r54731 : Fix remaining merge conflicts
Steve Block
2010-02-16
2
-10
/
+2
[next]