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

Issue 11092015: Chrome extension to get console messages upon test failures. Unlike the (Closed)

Created:
8 years, 2 months ago by gram
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Chrome extension to get console messages upon test failures. Unlike the prior one which used chrome.experimental.console APIs, which aren't accessible to non-devtool extensions, this one uses remote debugging APIs, which are. Committed: https://code.google.com/p/dart/source/detail?r=13442

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 14

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -9 lines) Patch
M pkg/unittest/test_controller.js View 1 2 3 1 chunk +23 lines, -1 line 0 comments Download
A tools/testing/extensions/chrome/ConsoleCollector/background.js View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
A tools/testing/extensions/chrome/ConsoleCollector/content.js View 1 2 3 1 chunk +17 lines, -0 lines 1 comment Download
A tools/testing/extensions/chrome/ConsoleCollector/manifest.json View 1 chunk +22 lines, -0 lines 0 comments Download
M tools/testing/run_selenium.py View 1 2 3 4 5 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
gram
8 years, 2 months ago (2012-10-08 23:46:49 UTC) #1
eub
Hi, am I here for Python style? We've been pretty permissive on that but here ...
8 years, 2 months ago (2012-10-09 00:17:48 UTC) #2
gram
Adding Emily
8 years, 2 months ago (2012-10-09 00:19:57 UTC) #3
ahe
Does the time out imply that tests will wait one second before completing? https://codereview.chromium.org/11092015/diff/2002/pkg/unittest/test_controller.js File ...
8 years, 2 months ago (2012-10-09 06:01:04 UTC) #4
Emily Fortuna
https://codereview.chromium.org/11092015/diff/2002/pkg/unittest/test_controller.js File pkg/unittest/test_controller.js (right): https://codereview.chromium.org/11092015/diff/2002/pkg/unittest/test_controller.js#newcode20 pkg/unittest/test_controller.js:20: var _callback; On 2012/10/09 06:01:04, ahe wrote: > Could ...
8 years, 2 months ago (2012-10-09 18:15:21 UTC) #5
gram
PTAL. I managed to eliminate the need for a timer by logging a sentinel message ...
8 years, 2 months ago (2012-10-09 18:57:14 UTC) #6
Emily Fortuna
8 years, 2 months ago (2012-10-09 20:27:24 UTC) #7
lgtm with one more formatting adjustment.

https://codereview.chromium.org/11092015/diff/10003/tools/testing/extensions/...
File tools/testing/extensions/chrome/ConsoleCollector/content.js (right):

https://codereview.chromium.org/11092015/diff/10003/tools/testing/extensions/...
tools/testing/extensions/chrome/ConsoleCollector/content.js:5: // This is the
content page script. This runs in the context of the browser
nit: but in some files you use the /** */ style notation but in others just //
can we have this consistent through the files?

Powered by Google App Engine
This is Rietveld 408576698