summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Compute the position of the fixed elements to be relative to theNicolas Roard2010-03-173-0/+22
* Ensure a plugin is not shown if it is completely obscured by otherDerek Sollenberger2010-03-161-3/+4
* Merge "Revert "Fix V8 crashes with plugins. The extra call to _NPN_ReleaseObj...Ben Murdoch2010-03-161-0/+1
|\
| * Revert "Fix V8 crashes with plugins. The extra call to _NPN_ReleaseObject ins...Ben Murdoch2010-03-161-0/+1
* | Merge "Fix the V8 NPObject reference count problem."Grace Kloba2010-03-161-1/+3
|\ \ | |/ |/|
| * Fix the V8 NPObject reference count problem.Grace Kloba2010-03-161-1/+3
* | Fix V8 crashes with plugins. The extra call to _NPN_ReleaseObject inside forg...Ben Murdoch2010-03-161-1/+0
* | If the plugin is in an IFrame we need to reposition the plugins surfaceDerek Sollenberger2010-03-151-5/+18
* | Adds some logging to JObjectWrapperSteve Block2010-03-152-1/+18
|/
* Use the bounds we layout the page for screenRect.Grace Kloba2010-03-121-7/+7
* Merge "Prepare touch key modifiers for upstreaming."Ben Murdoch2010-03-113-9/+2
|\
| * Prepare touch key modifiers for upstreaming.Ben Murdoch2010-03-113-9/+2
* | Merge "Actually call the script when plugins try to invoke scripts from v8 ht...Leon Clarke2010-03-111-5/+13
|\ \
| * | Actually call the script when plugins try to invoke scripts from v8Leon Clarke2010-03-111-5/+13
* | | Marks remaining Android-specific changes to Geolocation with ANDROIDSteve Block2010-03-112-0/+18
* | | Update Android to reflect final version submitted to webkit.org for Geolocati...Steve Block2010-03-112-31/+28
|/ /
* | Merge "When starting the Geolocation service, we need to make sure that we ha...Steve Block2010-03-101-1/+6
|\ \ | |/ |/|
| * When starting the Geolocation service, we need to make sure that we have a va...Steve Block2010-03-091-1/+6
* | If we do change to document focus in mouse down,Grace Kloba2010-03-091-3/+4
* | Only call plugin touch code if it is in full screenLeon Scroggins2010-03-098-115/+13
* | Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-095-37/+168
|/
* Merge "fix to ensure plugins are not shown when they are marked hidden by the...Derek Sollenberger2010-03-091-5/+19
|\
| * fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-091-5/+19
* | Merge "Adds some logging to JObjectWrapper"Steve Block2010-03-091-1/+6
|\ \ | |/ |/|
| * Adds some logging to JObjectWrapperSteve Block2010-03-091-1/+6
* | 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
|\ \