summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/resources
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 22:48:44 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 22:48:44 +0000
commit60ceb6b29c613a3fa31834e0a1f440fecaf7d005 (patch)
treee193f51bcdb3d3483e6c2d2f38c09fabe4d514b2 /webkit/tools/test_shell/resources
parentb75858a2c0bdb08b5324e2610d04498aadc9f600 (diff)
downloadchromium_src-60ceb6b29c613a3fa31834e0a1f440fecaf7d005.zip
chromium_src-60ceb6b29c613a3fa31834e0a1f440fecaf7d005.tar.gz
chromium_src-60ceb6b29c613a3fa31834e0a1f440fecaf7d005.tar.bz2
Add UI to TestShell to enable/disable images, plugins, and scripts.
R=pkasting Review URL: http://codereview.chromium.org/549213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/resources')
-rw-r--r--webkit/tools/test_shell/resources/test_shell.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/resources/test_shell.rc b/webkit/tools/test_shell/resources/test_shell.rc
index 68c2acc..73d0909 100644
--- a/webkit/tools/test_shell/resources/test_shell.rc
+++ b/webkit/tools/test_shell/resources/test_shell.rc
@@ -46,7 +46,12 @@ BEGIN
BEGIN
MENUITEM "Dump body text...", IDM_DUMP_BODY_TEXT
MENUITEM "Dump render tree...", IDM_DUMP_RENDER_TREE
- MENUITEM "Show Developer Tools", IDM_SHOW_DEV_TOOLS
+ MENUITEM SEPARATOR
+ MENUITEM "Enable images", IDM_ENABLE_IMAGES, CHECKED
+ MENUITEM "Enable plugins", IDM_ENABLE_PLUGINS, CHECKED
+ MENUITEM "Enable scripts", IDM_ENABLE_SCRIPTS, CHECKED
+ MENUITEM SEPARATOR
+ MENUITEM "Show developer tools...", IDM_SHOW_DEV_TOOLS
END
POPUP "&Help"
BEGIN