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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //Microsoft Visual C++ generated resource script. 1 //Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "resource.h" 3 #include "resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
(...skipping 28 matching lines...) Expand all
39 IDC_TESTSHELL MENU 39 IDC_TESTSHELL MENU
40 BEGIN 40 BEGIN
41 POPUP "&File" 41 POPUP "&File"
42 BEGIN 42 BEGIN
43 MENUITEM "E&xit", IDM_EXIT 43 MENUITEM "E&xit", IDM_EXIT
44 END 44 END
45 POPUP "&Debug" 45 POPUP "&Debug"
46 BEGIN 46 BEGIN
47 MENUITEM "Dump body text...", IDM_DUMP_BODY_TEXT 47 MENUITEM "Dump body text...", IDM_DUMP_BODY_TEXT
48 MENUITEM "Dump render tree...", IDM_DUMP_RENDER_TREE 48 MENUITEM "Dump render tree...", IDM_DUMP_RENDER_TREE
49 MENUITEM "Show Developer Tools", IDM_SHOW_DEV_TOOLS 49 MENUITEM SEPARATOR
50 MENUITEM "Enable images", IDM_ENABLE_IMAGES, CHECKED
51 MENUITEM "Enable plugins", IDM_ENABLE_PLUGINS, CHECKED
52 MENUITEM "Enable scripts", IDM_ENABLE_SCRIPTS, CHECKED
53 MENUITEM SEPARATOR
54 MENUITEM "Show developer tools...", IDM_SHOW_DEV_TOOLS
50 END 55 END
51 POPUP "&Help" 56 POPUP "&Help"
52 BEGIN 57 BEGIN
53 MENUITEM "&About ...", IDM_ABOUT 58 MENUITEM "&About ...", IDM_ABOUT
54 END 59 END
55 END 60 END
56 61
57 62
58 ///////////////////////////////////////////////////////////////////////////// 63 /////////////////////////////////////////////////////////////////////////////
59 // 64 //
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 131
127 132
128 #ifndef APSTUDIO_INVOKED 133 #ifndef APSTUDIO_INVOKED
129 ///////////////////////////////////////////////////////////////////////////// 134 /////////////////////////////////////////////////////////////////////////////
130 // 135 //
131 // Generated from the TEXTINCLUDE 3 resource. 136 // Generated from the TEXTINCLUDE 3 resource.
132 // 137 //
133 138
134 ///////////////////////////////////////////////////////////////////////////// 139 /////////////////////////////////////////////////////////////////////////////
135 #endif // not APSTUDIO_INVOKED 140 #endif // not APSTUDIO_INVOKED
OLDNEW
« 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