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

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

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
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #include "webkit/tools/test_shell/test_shell_switches.h" 5 #include "webkit/tools/test_shell/test_shell_switches.h"
6 6
7 namespace test_shell { 7 namespace test_shell {
8 8
9 // Suppresses all error dialogs when present. 9 // Suppresses all error dialogs when present.
10 const wchar_t kNoErrorDialogs[] = L"noerrdialogs"; 10 const wchar_t kNoErrorDialogs[] = L"noerrdialogs";
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 // Enable cookies on the file:// scheme. --layout-tests also enables this. 48 // Enable cookies on the file:// scheme. --layout-tests also enables this.
49 const wchar_t kEnableFileCookies[] = L"enable-file-cookies"; 49 const wchar_t kEnableFileCookies[] = L"enable-file-cookies";
50 50
51 // Enable new HTTP stack. 51 // Enable new HTTP stack.
52 const wchar_t kUseNewHttp[] = L"new-http"; 52 const wchar_t kUseNewHttp[] = L"new-http";
53 53
54 // Enable tracing events (see base/trace_event.h) 54 // Enable tracing events (see base/trace_event.h)
55 const wchar_t kEnableTracing[] = L"enable-tracing"; 55 const wchar_t kEnableTracing[] = L"enable-tracing";
56 56
57 // Allow scripts to close windows in all cases.
58 const wchar_t kAllowScriptsToCloseWindows[] = L"allow-scripts-to-close-windows";
59
57 } // namespace test_shell 60 } // namespace test_shell
58 61
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698