summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
AgeCommit message (Collapse)Author
2013-08-25Remove WebViewClassic specific test codeJonathan Dixon
Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
2012-05-22Switch Geolocation DRT methods to control client-based mockSteve Block
Note that we plumb DRT Geolocation mock calls via WebView. This is required because the WebCore client-based mock is not a static but is tied to the Page. See WebKit change Ib74a3c05991593e75c3138415d4ac0bf0c9aefa9. Bug: 6511338 Change-Id: I6d88d5dce5c2148812b191a5b452718bf0854aeb
2010-08-10Hook up mock for testing DeviceOrientation in DRTSteve Block
Change-Id: I99fbe328807428aa0d94893545bad0697ccb71d7
2010-07-26Merge WebKit at r63859 : Implement layoutTestController.dumpAsText(boolean) ↵Ben Murdoch
in DumpRenderTree. See http://trac.webkit.org/changeset/63730 Change-Id: Iced14a89a2a71557529a7a5e32c9eab04b370742
2010-06-22Add setXSSAuditorEnabled support in WebSettings.Elliott Slaughter
Change-Id: I6f74589b28960b91093acf8219a55e98f93b1881
2010-06-21Add dumpChildFramesAsText function support in LayoutTestController.Shimeng (Simon) Wang
Change-Id: I8af0bbca1d2166a25486d5a12fb6a985bbe264ef
2010-03-22Implements layoutTestController.overridePreference()Steve Block
This change provides the infrastructure for layoutTestController.overridePreference(). Currently, we only provide an implementation for the preference 'WebKitOfflineWebApplicationCacheEnabled', which is required by the layout test http/tests/appcache/disabled.html. Change-Id: I8552f2f4e23b982db2d067ffa20c052e56d8fb7f
2009-08-19Adds the ability to set Geolocation permissions from DumpRenderTree on Android.Steve Block
2009-06-22Enable storage tests in Dump Render Tree so we can run Database and DOM ↵Ben Murdoch
Storage layout tests.
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project