summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Merge "Serialize/unserialize screen width scale, which is used when restoring...Shimeng (Simon) Wang2010-03-081-2/+2
|\
| * Serialize/unserialize screen width scale, which is used when restoring sites.Shimeng (Simon) Wang2010-03-051-2/+2
* | scroll into view considers layersCary Clark2010-03-082-0/+36
|/
* Merge "forgot header file ; broke build in 43447"Cary Clark2010-03-051-0/+1
|\
| * forgot header file ; broke build in 43447Cary Clark2010-03-051-0/+1
* | Merge "fixes with find drawing in layers"Cary Clark2010-03-051-2/+16
|\ \
| * | fixes with find drawing in layersCary Clark2010-03-051-2/+16
| |/
* | Use the complete url when blocking images.Patrick Scott2010-03-041-1/+1
|/
* Don't leak global weak references when running layout testsLeon Clarke2010-03-042-2/+6
* Merge "add optional preftable to image codecs, for more control over the resu...Mike Reed2010-03-031-6/+27
|\
| * add optional preftable to image codecs, for more control over the resulting b...Mike Reed2010-03-031-6/+27
* | Merge "Revive my change to not add anchor navigations to the history in some ...Patrick Scott2010-03-031-0/+7
|\ \ | |/ |/|
| * Revive my change to not add anchor navigations to the history in some cases.Patrick Scott2010-03-031-0/+7
* | fix buildAndrei Popescu2010-03-031-1/+1
* | Merge "Fix V8 build when instrumentation is on"Andrei Popescu2010-03-031-0/+4
|\ \ | |/ |/|
| * Fix V8 build when instrumentation is onAndrei Popescu2010-03-031-0/+4
* | bump up our image cache etc. when we're on larger devices (e.g. have VFP)Mike Reed2010-03-031-7/+2
* | fixing problem were plugin surfaces are not created.Derek Sollenberger2010-03-021-0/+8
* | allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-0/+3
* | am 4e409302: am a506357e: Adding logging to android\'s plugin view.Derek Sollenberger2010-03-021-6/+17
|\ \ | |/ |/|
| * Adding logging to android's plugin view.Derek Sollenberger2010-03-021-6/+17
| * Pass touch event time from Java to WebKitGrace Kloba2010-02-024-2/+10
* | The element that receives the touch event should be the target element of the...Ben Murdoch2010-03-012-90/+71
* | Update touch handler in preparation for upstreaming of m_originatingTouchTarg...Ben Murdoch2010-03-014-13/+16
* | Merge "ignore rootlayer when drawing (fixes regression) dump layers contents ...Mike Reed2010-02-261-3/+5
|\ \
| * | ignore rootlayer when drawing (fixes regression)Mike Reed2010-02-261-3/+5
* | | Merge " Don't crash when throwing javascript exceptions from plugins witho...Leon Clarke2010-02-261-1/+5
|\ \ \ | |/ / |/| |
| * | Don't crash when throwing javascript exceptions from plugins withoutLeon Clarke2010-02-261-1/+5
* | | Merge "enable debugger support in webkit with v8"Andrei Popescu2010-02-261-6/+0
|\ \ \
| * | | enable debugger support in webkit with v8Andrei Popescu2010-02-261-6/+0
* | | | make methods private (or static local) if possible to reduce surface area of APIMike Reed2010-02-252-7/+6
* | | | remove unused methodsMike Reed2010-02-253-53/+4
|/ / /
* | | Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-253-11/+26
* | | Merge "Temporarily disable debugger support on V8 due to a crash"Andrei Popescu2010-02-251-0/+6
|\ \ \
| * | | Temporarily disable debugger support on V8 due to a crashAndrei Popescu2010-02-251-0/+6
* | | | refactor drawing to support layersCary Clark2010-02-244-29/+178
* | | | Simplify the layer code:Nicolas Roard2010-02-243-10/+35
* | | | Adds a missing initializer for Geolocation maximumAgeSteve Block2010-02-241-0/+1
| |/ / |/| |
* | | Removes repeated headers in Geolocation.cppSteve Block2010-02-241-8/+0
* | | Merge "Co-ordinates of a TouchEvent object should be 0,0 to match the behavio...Ben Murdoch2010-02-232-22/+6
|\ \ \
| * | | Co-ordinates of a TouchEvent object should be 0,0 to match the behavior on iP...Ben Murdoch2010-02-232-22/+6
* | | | Merge "Updates Android to final version of Geolocation position cache submitt...Steve Block2010-02-232-11/+11
|\ \ \ \
| * | | | Updates Android to final version of Geolocation position cache submitted to w...Steve Block2010-02-232-11/+11
| | |/ / | |/| |
* | | | Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...Steve Block2010-02-234-3/+14
|/ / /
* | | Update Android to reflect upstreaming of matrix optimization in RenderLayer.cppSteve Block2010-02-222-9/+0
|/ /
* | move viewport into just this subclassMike Reed2010-02-193-168/+139
* | Update Android to reflect recent upstreaming of V8 runtime feature default va...Steve Block2010-02-192-5/+0
* | Merge "Fixes a crash in the Geolocation service when using maximumAge"Steve Block2010-02-191-4/+4
|\ \
| * | Fixes a crash in the Geolocation service when using maximumAgeSteve Block2010-02-191-4/+4
* | | Set the fixed position values when changed via setPosition()Nicolas Roard2010-02-192-13/+24