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

Issue 958423002: Add a class to start and stop a Chrome process. (Closed)

Created:
5 years, 9 months ago by nweiz
Modified:
5 years, 9 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org, kevmoo
Base URL:
git@github.com:dart-lang/unittest@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -0 lines) Patch
A lib/src/runner/browser/chrome.dart View 1 chunk +88 lines, -0 lines 0 comments Download
M lib/src/util/io.dart View 1 chunk +17 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
A test/browser/chrome_test.dart View 1 1 chunk +131 lines, -0 lines 2 comments Download

Messages

Total messages: 8 (1 generated)
nweiz
5 years, 9 months ago (2015-02-27 21:05:34 UTC) #2
Bob Nystrom
https://codereview.chromium.org/958423002/diff/1/lib/src/util/io.dart File lib/src/util/io.dart (right): https://codereview.chromium.org/958423002/diff/1/lib/src/util/io.dart#newcode61 lib/src/util/io.dart:61: if (address.isLoopback) { What if it's an IPv6 loopback? ...
5 years, 9 months ago (2015-02-27 21:51:41 UTC) #3
nweiz
Code review changes
5 years, 9 months ago (2015-02-28 00:41:55 UTC) #4
nweiz
https://codereview.chromium.org/958423002/diff/1/lib/src/util/io.dart File lib/src/util/io.dart (right): https://codereview.chromium.org/958423002/diff/1/lib/src/util/io.dart#newcode61 lib/src/util/io.dart:61: if (address.isLoopback) { On 2015/02/27 21:51:40, Bob Nystrom wrote: ...
5 years, 9 months ago (2015-02-28 00:42:05 UTC) #5
Bob Nystrom
lgtm https://codereview.chromium.org/958423002/diff/20001/test/browser/chrome_test.dart File test/browser/chrome_test.dart (right): https://codereview.chromium.org/958423002/diff/20001/test/browser/chrome_test.dart#newcode20 test/browser/chrome_test.dart:20: var servePage = (request) { servePage(request) { ...
5 years, 9 months ago (2015-02-28 01:02:44 UTC) #6
nweiz
https://codereview.chromium.org/958423002/diff/20001/test/browser/chrome_test.dart File test/browser/chrome_test.dart (right): https://codereview.chromium.org/958423002/diff/20001/test/browser/chrome_test.dart#newcode20 test/browser/chrome_test.dart:20: var servePage = (request) { On 2015/02/28 01:02:44, Bob ...
5 years, 9 months ago (2015-03-02 22:31:18 UTC) #7
nweiz
5 years, 9 months ago (2015-03-02 22:35:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c45a20164bbcd55e4bafd9b1b56fdba04dedf2ac (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698