OSDN Git Service

Implements layoutTestController.overridePreference()
authorSteve Block <steveblock@google.com>
Fri, 19 Mar 2010 18:48:35 +0000 (18:48 +0000)
committerSteve Block <steveblock@google.com>
Mon, 22 Mar 2010 10:52:56 +0000 (10:52 +0000)
commitfb0de34a47a435b57075d7a72cbc40a2daf5ee6c
tree6915d0323919bdc157d94ed696b358b7a984ae65
parentcd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e
Implements layoutTestController.overridePreference()

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
tests/DumpRenderTree/src/com/android/dumprendertree/CallbackProxy.java
tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
tests/DumpRenderTree/src/com/android/dumprendertree/LayoutTestController.java
tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java