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

Side by Side Diff: webkit/tools/test_shell/test_shell_switches.h

Issue 2915: Add a new switch: --allow-scripts-to-close-windows.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
9 9
10 namespace test_shell { 10 namespace test_shell {
11 11
12 extern const wchar_t kCrashDumps[]; 12 extern const wchar_t kCrashDumps[];
13 extern const wchar_t kDumpPixels[]; 13 extern const wchar_t kDumpPixels[];
14 extern const wchar_t kLayoutTests[]; 14 extern const wchar_t kLayoutTests[];
15 extern const wchar_t kNoErrorDialogs[]; 15 extern const wchar_t kNoErrorDialogs[];
16 extern const wchar_t kNoTree[]; 16 extern const wchar_t kNoTree[];
17 extern const wchar_t kTestShellTimeOut[]; 17 extern const wchar_t kTestShellTimeOut[];
18 extern const wchar_t kStartupDialog[]; 18 extern const wchar_t kStartupDialog[];
19 extern const wchar_t kJavaScriptFlags[]; 19 extern const wchar_t kJavaScriptFlags[];
20 extern const wchar_t kRecordMode[]; 20 extern const wchar_t kRecordMode[];
21 extern const wchar_t kPlaybackMode[]; 21 extern const wchar_t kPlaybackMode[];
22 extern const wchar_t kNoEvents[]; 22 extern const wchar_t kNoEvents[];
23 extern const wchar_t kDumpStatsTable[]; 23 extern const wchar_t kDumpStatsTable[];
24 extern const wchar_t kCacheDir[]; 24 extern const wchar_t kCacheDir[];
25 extern const wchar_t kDebugMemoryInUse[]; 25 extern const wchar_t kDebugMemoryInUse[];
26 extern const wchar_t kEnableFileCookies[]; 26 extern const wchar_t kEnableFileCookies[];
27 extern const wchar_t kUseNewHttp[]; 27 extern const wchar_t kUseNewHttp[];
28 extern const wchar_t kEnableTracing[]; 28 extern const wchar_t kEnableTracing[];
29 extern const wchar_t kAllowScriptsToCloseWindows[];
29 30
30 } // namespace test_shell 31 } // namespace test_shell
31 32
32 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ 33 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
33 34
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_main.cc ('k') | webkit/tools/test_shell/test_shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698