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

Unified Diff: tools/testing/dart/browser_controller.dart

Issue 2947473002: Basic support for dev_compiler in test.dart. (Closed)
Patch Set: Revise. Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib_strong/lib_strong.status ('k') | tools/testing/dart/browser_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_controller.dart
diff --git a/tools/testing/dart/browser_controller.dart b/tools/testing/dart/browser_controller.dart
index 50e14c15b7bfa889a97771d528b215edfa699f7d..ce5ad9053234ffe786aaa004c38e2778424c2ed7 100644
--- a/tools/testing/dart/browser_controller.dart
+++ b/tools/testing/dart/browser_controller.dart
@@ -502,8 +502,14 @@ class Chrome extends Browser {
"--disable-extensions",
"--disable-popup-blocking",
"--bwsi",
- "--no-first-run"
+ "--no-first-run",
];
+
+ // TODO(rnystrom): If you want Chrome to spawn with the dev tools tab
+ // open, which is handy for debugging, add:
+ //
+ // --auto-open-devtools-for-tabs
+
return startBrowserProcess(_binary, args,
environment: _getEnvironment());
});
« no previous file with comments | « tests/lib_strong/lib_strong.status ('k') | tools/testing/dart/browser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698