summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix to ensure plugins are not shown when they are marked hidden by the DOM.Derek Sollenberger2010-03-094-38/+90
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
* Merge "Serialize/unserialize screen width scale, which is used when restoring...Shimeng (Simon) Wang2010-03-082-6/+14
|\
| * Serialize/unserialize screen width scale, which is used when restoring sites.Shimeng (Simon) Wang2010-03-052-6/+14
* | check for null node to prevent monkey crashCary Clark2010-03-081-1/+1
* | scroll into view considers layersCary Clark2010-03-085-50/+90
* | Set the proper frame's focus controller to active and focused.Leon Scroggins2010-03-052-8/+22
* | Merge "Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeFor...Steve Block2010-03-051-0/+1
|\ \
| * | Fixes a leaked JNI local reference in MIMETypeRegistry::getMIMETypeForExtensionSteve Block2010-03-051-0/+1
* | | Merge "Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLay...Andrei Popescu2010-03-052-7/+1
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().Andrei Popescu2010-03-052-7/+1
* | | Merge "Fix history restore."Patrick Scott2010-03-051-9/+2
|\ \ \
| * | | Fix history restore.Patrick Scott2010-03-051-9/+2
| |/ /
* | | 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-052-2/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | fixes with find drawing in layersCary Clark2010-03-052-2/+21
| |/ /
* | | Merge "Use the complete url when blocking images."Patrick Scott2010-03-041-1/+1
|\ \ \
| * | | Use the complete url when blocking images.Patrick Scott2010-03-041-1/+1
| |/ /
* | | Merge "disable visiblerect debugging printfs"Mike Reed2010-03-041-1/+1
|\ \ \ | |/ / |/| |
| * | disable visiblerect debugging printfsMike Reed2010-03-041-1/+1
* | | Don't leak global weak references when running layout testsLeon Clarke2010-03-043-3/+7
| |/ |/|
* | am fa65eb8a: (-s ours) am 9a77bf56: Revert "Use STLPort instead of our stripp...Jean-Baptiste Queru2010-03-030-0/+0
|\ \
| * \ am 9a77bf56: Revert "Use STLPort instead of our stripped version." DO NOT MERGE.Jean-Baptiste Queru2010-03-03344-72585/+1957
| |\ \
| | * | Revert "Use STLPort instead of our stripped version." DO NOT MERGE.Jean-Baptiste Queru2010-03-03344-72585/+1957
* | | | am 381c572c: (-s ours) am f0073a99: Use STLPort instead of our stripped versi...Jean-Baptiste Queru2010-03-030-0/+0
|\ \ \ \ | |/ / /
| * | | am f0073a99: Use STLPort instead of our stripped version. DO NOT MERGE.Jean-Baptiste Queru2010-03-03344-1957/+72585
| |\ \ \ | | |/ /
| | * | Use STLPort instead of our stripped version. DO NOT MERGE.Jean-Baptiste Queru2010-03-03344-1957/+72585
* | | | am dd77efd5: (-s ours) am 60326ce1: Android ICU4.2.1 upgrade. DO NOT MERG...Claire Ho2010-03-030-0/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | am 60326ce1: Android ICU4.2.1 upgrade. DO NOT MERGE. Added "include <...Claire Ho2010-03-031-0/+9
| |\ \ | | |/
| | * Android ICU4.2.1 upgrade. DO NOT MERGE.Claire Ho2010-03-031-0/+9
* | | Merge "stop parsing text for addresses if input element is found"Cary Clark2010-03-031-1/+3
|\ \ \
| * | | stop parsing text for addresses if input element is foundCary Clark2010-03-031-1/+3
* | | | 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 "Call setCurrentIndex to trigger the client callback."Patrick Scott2010-03-031-6/+5
|\ \ \ \ \
| * | | | | Call setCurrentIndex to trigger the client callback.Patrick Scott2010-03-031-6/+5
* | | | | | 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
| | |/ / / | |/| | |
* | | | | Merge "Adds Android-specific expected results for some storage LayoutTests wh...Steve Block2010-03-035-0/+47
|\ \ \ \ \
| * | | | | Adds Android-specific expected results for some storage LayoutTests when usin...Steve Block2010-03-025-0/+47
* | | | | | fix buildAndrei Popescu2010-03-031-1/+1
* | | | | | Merge "Fix V8 build when instrumentation is on"Andrei Popescu2010-03-033-1/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix V8 build when instrumentation is onAndrei Popescu2010-03-033-1/+6
| |/ / / /
* | | | | Merge "Fixes a crash in WeakJavaInstance"Steve Block2010-03-031-8/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes a crash in WeakJavaInstanceSteve Block2010-03-031-8/+16
| |/ / /
* | | | refactor find state and scrollingCary Clark2010-03-032-18/+29
* | | | bump up our image cache etc. when we're on larger devices (e.g. have VFP)Mike Reed2010-03-032-7/+8
* | | | 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-024-13/+64