summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/CallbackProxy.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
2012-04-23Seperate interface and implementation of 4 WebView classesJonathan Dixon
GeolocationPermissionsClassic CookieManagerClassic WebIconDatabaseClassic WebStorageClassic Also creats a WebViewFactory top level class - this remains hidden for now, as it's currently only used implicitly by the other public WebView classes to create the provider instances. Bug: 5626244 Change-Id: Id0ca1c16d8058f31a86414bbc0e8a55db4b907ba
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-23Tweak fix for setXSSAuditorEnabled in LayoutTestController.Elliott Slaughter
Change-Id: Iba9b67da8628e3880e8f6b18d2dc51337b9c58fb
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
2010-03-20Implements layoutTestController.setAppCacheMaximumSizeSteve Block
Change-Id: Ib64123738bc384213ef80e2e60e4a0d9407c09d8
2010-02-19Pass key modifier state to webcore for touch events and update DRT so it can ↵Ben Murdoch
simulate them. Change-Id: Ic5aa8cb0376f6a3eecaa6340d57f28fa97f016bd
2010-02-03Add support for sending touch events in DRT.Ben Murdoch
As part of this, make it possible for DRT to configure the timeout threshold between sending touch events to WebCore as the Layout Tests only synthesize single events, not a stream. Because of this, they often get dropped by the WebView for coming too quickly. Skip the multi touch test as we don't support multi touch in the Browser. Change-Id: I7b9830f43181fea33206825b49ef2e294269b4dd
2009-08-19Adds the ability to set Geolocation permissions from DumpRenderTree on Android.Steve Block
2009-08-14Adds the ability to configure the mock Geolocation service from DumpRenderTree.Steve Block
2009-07-22Fix master buildAndrei Popescu
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