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

Unified Diff: webkit/tools/test_shell/test_shell_win.cc

Issue 1359001: Allow running tests with enabled but closed Web Inspector (Closed)
Patch Set: Rebase Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_win.cc
diff --git a/webkit/tools/test_shell/test_shell_win.cc b/webkit/tools/test_shell/test_shell_win.cc
index 8d7f8ec7bd1fe7e9337fe39d23239a8ac31f55a4..934eef41984998560443a5446a4089452a2844f1 100644
--- a/webkit/tools/test_shell/test_shell_win.cc
+++ b/webkit/tools/test_shell/test_shell_win.cc
@@ -258,6 +258,10 @@ bool TestShell::RunFileTest(const TestParams& params) {
strstr(params.test_url.c_str(), "\\inspector\\"))
inspector_test_mode_ = true;
+ developer_extras_enabled_ = inspector_test_mode_ ||
+ strstr(params.test_url.c_str(), "/inspector-enabled/") ||
+ strstr(params.test_url.c_str(), "\\inspector-enabled\\");
+
// Clean up state between test runs.
webkit_glue::ResetBeforeTestRun(shell->webView());
ResetWebPreferences();
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698