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

Side by Side Diff: webkit/tools/test_shell/resources/test_shell.rc

Issue 6283019: Render using WebPaintSurface. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
1 //Microsoft Visual C++ generated resource script. 1 //Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "tools/test_shell/resource.h" 3 #include "tools/test_shell/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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 SEPARATOR 49 MENUITEM SEPARATOR
50 MENUITEM "Enable images", IDM_ENABLE_IMAGES, CHECKED 50 MENUITEM "Enable images", IDM_ENABLE_IMAGES, CHECKED
51 MENUITEM "Enable plugins", IDM_ENABLE_PLUGINS, CHECKED 51 MENUITEM "Enable plugins", IDM_ENABLE_PLUGINS, CHECKED
52 MENUITEM "Enable scripts", IDM_ENABLE_SCRIPTS, CHECKED 52 MENUITEM "Enable scripts", IDM_ENABLE_SCRIPTS, CHECKED
53 MENUITEM SEPARATOR 53 MENUITEM SEPARATOR
54 MENUITEM "Show paint rects", IDM_SHOW_PAINT_RECTS
55 MENUITEM SEPARATOR
54 MENUITEM "Show developer tools...", IDM_SHOW_DEV_TOOLS 56 MENUITEM "Show developer tools...", IDM_SHOW_DEV_TOOLS
55 END 57 END
56 POPUP "&Help" 58 POPUP "&Help"
57 BEGIN 59 BEGIN
58 MENUITEM "&About ...", IDM_ABOUT 60 MENUITEM "&About ...", IDM_ABOUT
59 END 61 END
60 END 62 END
61 63
62 64
63 ///////////////////////////////////////////////////////////////////////////// 65 /////////////////////////////////////////////////////////////////////////////
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 133
132 134
133 #ifndef APSTUDIO_INVOKED 135 #ifndef APSTUDIO_INVOKED
134 ///////////////////////////////////////////////////////////////////////////// 136 /////////////////////////////////////////////////////////////////////////////
135 // 137 //
136 // Generated from the TEXTINCLUDE 3 resource. 138 // Generated from the TEXTINCLUDE 3 resource.
137 // 139 //
138 140
139 ///////////////////////////////////////////////////////////////////////////// 141 /////////////////////////////////////////////////////////////////////////////
140 #endif // not APSTUDIO_INVOKED 142 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/resource.h ('k') | webkit/tools/test_shell/simple_webpaintsurface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698