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

Issue 22420002: Add support for ie in the browser controller (Closed)

Created:
7 years, 4 months ago by ricow1
Modified:
7 years, 4 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for ie in the browser controller Also, add no caching headers (since IE will cache the task that it gets) R=kustermann@google.com Committed: https://code.google.com/p/dart/source/detail?r=26112

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 17

Patch Set 8 : #

Total comments: 7

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -46 lines) Patch
M pkg/unittest/lib/test_controller.js View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M tools/test.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/browser_controller.dart View 1 2 3 4 5 6 7 8 15 chunks +65 lines, -42 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
ricow1
https://codereview.chromium.org/22420002/diff/1/tools/test.dart File tools/test.dart (right): https://codereview.chromium.org/22420002/diff/1/tools/test.dart#newcode155 tools/test.dart:155: if (conf['runtime'].startsWith('ie') && !conf["use_browser_controller"]) { I don't see any ...
7 years, 4 months ago (2013-08-06 13:27:22 UTC) #1
ricow1
7 years, 4 months ago (2013-08-06 13:27:33 UTC) #2
kustermann
lgtm https://codereview.chromium.org/22420002/diff/2003/tools/test.dart File tools/test.dart (right): https://codereview.chromium.org/22420002/diff/2003/tools/test.dart#newcode156 tools/test.dart:156: maxBrowserProcesses = 1; Does that mean we can ...
7 years, 4 months ago (2013-08-06 13:58:45 UTC) #3
ricow1
PTAL I changed this a bit: Since there was a race condition in the java ...
7 years, 4 months ago (2013-08-13 06:42:43 UTC) #4
kustermann
+1 for removing most of the debugging info. https://codereview.chromium.org/22420002/diff/17001/tools/testing/dart/browser_controller.dart File tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/22420002/diff/17001/tools/testing/dart/browser_controller.dart#newcode149 tools/testing/dart/browser_controller.dart:149: doneCompleter.complete(exitCode ...
7 years, 4 months ago (2013-08-13 07:44:03 UTC) #5
ricow1
As discussed offline we actually do need the explicit start message (to not wrongly pass ...
7 years, 4 months ago (2013-08-14 08:13:51 UTC) #6
kustermann
LGTM with two suggestions https://codereview.chromium.org/22420002/diff/22001/tools/testing/dart/browser_controller.dart File tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/22420002/diff/22001/tools/testing/dart/browser_controller.dart#newcode357 tools/testing/dart/browser_controller.dart:357: "c:\\Program Files\\Internet Explorer\\iexplore.exe"; Check if ...
7 years, 4 months ago (2013-08-14 11:06:16 UTC) #7
ricow1
https://codereview.chromium.org/22420002/diff/22001/tools/testing/dart/browser_controller.dart File tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/22420002/diff/22001/tools/testing/dart/browser_controller.dart#newcode357 tools/testing/dart/browser_controller.dart:357: "c:\\Program Files\\Internet Explorer\\iexplore.exe"; On 2013/08/14 11:06:16, kustermann wrote: > ...
7 years, 4 months ago (2013-08-14 11:29:48 UTC) #8
kustermann
Awesome LGTM this time.
7 years, 4 months ago (2013-08-14 11:30:20 UTC) #9
ricow1
7 years, 4 months ago (2013-08-14 11:30:55 UTC) #10
Message was sent while issue was closed.
Committed patchset #9 manually as r26112 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698