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

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

Issue 49043003: Run all tests inside an iframe + restrict number of chrome browser processes on mac (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « tools/test.dart ('k') | no next file » | 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 f45263d1f10a998e8e5e73cb41b434ba9e1e39ed..d661e841e7bfe6725f0eddfcd2c642a5404bb774 100644
--- a/tools/testing/dart/browser_controller.dart
+++ b/tools/testing/dart/browser_controller.dart
@@ -75,8 +75,7 @@ abstract class Browser {
static const List<String> SUPPORTED_BROWSERS =
const ['safari', 'ff', 'firefox', 'chrome', 'ie9', 'ie10', 'dartium'];
- static const List<String> BROWSERS_WITH_WINDOW_SUPPORT =
- const ['safari', 'ff', 'firefox', 'chrome'];
ricow1 2013/10/28 16:29:56 this really should not have an effect
kustermann 2013/10/28 16:31:08 I think it will make it faster and hopefully more
+ static const List<String> BROWSERS_WITH_WINDOW_SUPPORT = const [];
// TODO(kustermann): add standard support for chrome on android
static bool supportedBrowser(String name) {
« no previous file with comments | « tools/test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698