Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1575)

Unified Diff: webkit/tools/test_shell/resources/test_shell.rc

Issue 549213: Add UI to TestShell to enable/disable images, plugins, and scripts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/resource.h ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/resources/test_shell.rc
===================================================================
--- webkit/tools/test_shell/resources/test_shell.rc (revision 37542)
+++ webkit/tools/test_shell/resources/test_shell.rc (working copy)
@@ -46,7 +46,12 @@
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
« no previous file with comments | « webkit/tools/test_shell/resource.h ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698