Factor out some common logic from the launchers.
This also ensures that a launcher that fails after being closed doesn't break anything. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1175163003.
Showing
- lib/src/runner/browser/browser.dart 65 additions, 2 deletionslib/src/runner/browser/browser.dart
- lib/src/runner/browser/chrome.dart 24 additions, 67 deletionslib/src/runner/browser/chrome.dart
- lib/src/runner/browser/content_shell.dart 22 additions, 70 deletionslib/src/runner/browser/content_shell.dart
- lib/src/runner/browser/dartium.dart 24 additions, 66 deletionslib/src/runner/browser/dartium.dart
- lib/src/runner/browser/firefox.dart 20 additions, 63 deletionslib/src/runner/browser/firefox.dart
- lib/src/runner/browser/internet_explorer.dart 8 additions, 56 deletionslib/src/runner/browser/internet_explorer.dart
- lib/src/runner/browser/phantom_js.dart 23 additions, 61 deletionslib/src/runner/browser/phantom_js.dart
- lib/src/runner/browser/safari.dart 18 additions, 57 deletionslib/src/runner/browser/safari.dart
- lib/src/util/dart.dart 0 additions, 1 deletionlib/src/util/dart.dart
- test/runner/browser/chrome_test.dart 1 addition, 1 deletiontest/runner/browser/chrome_test.dart
- test/runner/browser/content_shell_test.dart 1 addition, 1 deletiontest/runner/browser/content_shell_test.dart
- test/runner/browser/dartium_test.dart 1 addition, 1 deletiontest/runner/browser/dartium_test.dart
- test/runner/browser/firefox_test.dart 1 addition, 1 deletiontest/runner/browser/firefox_test.dart
- test/runner/browser/internet_explorer_test.dart 1 addition, 1 deletiontest/runner/browser/internet_explorer_test.dart
- test/runner/browser/phantom_js_test.dart 1 addition, 1 deletiontest/runner/browser/phantom_js_test.dart
- test/runner/browser/safari_test.dart 1 addition, 1 deletiontest/runner/browser/safari_test.dart
Loading
Please register or sign in to comment