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

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

Issue 2843005: Rolls WebKit 61233:61234 (Enable HTML5 Lexer) (Closed)
Patch Set: Created 10 years, 6 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
« 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 char kNoErrorDialogs[] = "noerrdialogs"; 10 const char kNoErrorDialogs[] = "noerrdialogs";
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 const char kGDB[] = "gdb"; 79 const char kGDB[] = "gdb";
80 80
81 // Make functions of the Profiler class available in javascript 81 // Make functions of the Profiler class available in javascript
82 const char kProfiler[] = "profiler"; 82 const char kProfiler[] = "profiler";
83 83
84 // Make functions of the HeapProfiler class available in javascript 84 // Make functions of the HeapProfiler class available in javascript
85 const char kHeapProfiler[] = "heap-profiler"; 85 const char kHeapProfiler[] = "heap-profiler";
86 86
87 const char kAllowExternalPages[] = "allow-external-pages"; 87 const char kAllowExternalPages[] = "allow-external-pages";
88 88
89 const char kEnableHtml5Parser[] = "html5-parser"; 89 const char kEnableLegacyParser[] = "legacy-parser";
90 90
91 } // namespace test_shell 91 } // namespace test_shell
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