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

Issue 11043007: Add the ability to get the Javascript console errors in Firefox in the test output when tests fail. (Closed)

Created:
8 years, 2 months ago by gram
Modified:
8 years, 2 months ago
Reviewers:
ahe, Emily Fortuna, dgrove
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add the ability to get the Javascript console errors in Firefox in the test output when tests fail. Committed: https://code.google.com/p/dart/source/detail?r=13264

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -3 lines) Patch
A tools/testing/extensions/firefox/ConsoleCollector/chrome.manifest View 1 chunk +2 lines, -0 lines 0 comments Download
A tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js View 1 1 chunk +96 lines, -0 lines 2 comments Download
A tools/testing/extensions/firefox/ConsoleCollector/chrome/content/overlay.xul View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/testing/extensions/firefox/ConsoleCollector/install.rdf View 1 chunk +20 lines, -0 lines 0 comments Download
M tools/testing/run_selenium.py View 2 5 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
gram
For some reason, each time I gcl upload this change a new change is being ...
8 years, 2 months ago (2012-10-02 21:22:05 UTC) #1
Emily Fortuna
https://codereview.chromium.org/11043007/diff/1/tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js File tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js (right): https://codereview.chromium.org/11043007/diff/1/tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js#newcode3 tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js:3: // BSD-style license that can be found in the ...
8 years, 2 months ago (2012-10-02 22:40:49 UTC) #2
gram
Emily, I have addressed your comments; I haven't done a new upload yet as I ...
8 years, 2 months ago (2012-10-03 17:31:30 UTC) #3
gram
PTAL https://codereview.chromium.org/11043007/diff/1/tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js File tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js (right): https://codereview.chromium.org/11043007/diff/1/tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js#newcode3 tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js:3: // BSD-style license that can be found in ...
8 years, 2 months ago (2012-10-04 18:43:12 UTC) #4
Emily Fortuna
8 years, 2 months ago (2012-10-04 21:13:48 UTC) #5
lgtm with one suggestion

https://codereview.chromium.org/11043007/diff/12001/tools/testing/extensions/...
File tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js
(right):

https://codereview.chromium.org/11043007/diff/12001/tools/testing/extensions/...
tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js:4: 
Can you add an overall explanatory comment at the top of this file giving
context for how it's used?
Thanks!

https://codereview.chromium.org/11043007/diff/12001/tools/testing/extensions/...
tools/testing/extensions/firefox/ConsoleCollector/chrome/content/console.js:8:
// An arry for collecting the messages.
typo: array

Powered by Google App Engine
This is Rietveld 408576698