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

Issue 2888263002: DevTools: Roll Lighthouse binary to 2.0.1-alpha.0 (Closed)

Created:
3 years, 7 months ago by paulirish
Modified:
3 years, 7 months ago
Reviewers:
phulce, pfeldman
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Roll Lighthouse binary to 2.0.1-alpha.0 Hash: 2d48f672e01c6e14cecd644608465c4015d8884d BUG=663085 R=pfeldman@chromium.org, phulce@chromium.org Review-Url: https://codereview.chromium.org/2888263002 . Cr-Commit-Position: refs/heads/master@{#474075} Committed: https://chromium.googlesource.com/chromium/src/+/edbae7b783028d90a0fb36b47222fc1b03ef201b

Patch Set 1 #

Total comments: 2

Patch Set 2 : include exception message in dialog prompt #

Total comments: 1

Patch Set 3 : samesies #

Patch Set 4 : fix body -> issuebody #

Patch Set 5 : bodyfix. #

Patch Set 6 : roll LH to 2d48f672e01c6e14cecd644608465c4015d8884d #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -79 lines) Patch
M third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js View 1 2 3 4 5 6 2 chunks +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/audits2Dialog.css View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/renderer/category-renderer.js View 1 2 3 4 5 6 9 chunks +110 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/renderer/details-renderer.js View 1 2 3 4 5 6 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/renderer/dom.js View 1 2 3 4 5 6 2 chunks +23 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/renderer/report-renderer.js View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/renderer/util.js View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/report-styles.css View 1 2 3 4 5 6 18 chunks +153 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2_worker/lighthouse/lighthouse-background.js View 1 2 3 4 5 6 24 chunks +43 lines, -22 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
paulirish
Also includes a lighthouse-background roll PTAL
3 years, 7 months ago (2017-05-18 00:45:05 UTC) #2
phulce
lgtm https://codereview.chromium.org/2888263002/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js File third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js (right): https://codereview.chromium.org/2888263002/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode284 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:284: var body = '&body=' + encodeURI(issueBody); wanna trim ...
3 years, 7 months ago (2017-05-18 00:48:07 UTC) #4
pfeldman
lgtm
3 years, 7 months ago (2017-05-18 00:51:38 UTC) #5
paulirish
added the exception message to the bug report dialog. https://codereview.chromium.org/2888263002/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js File third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js (right): https://codereview.chromium.org/2888263002/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode284 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:284: ...
3 years, 7 months ago (2017-05-18 01:03:38 UTC) #6
phulce
https://codereview.chromium.org/2888263002/diff/10001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js File third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js (right): https://codereview.chromium.org/2888263002/diff/10001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode285 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:285: var body = '&body=' + encodeURI(issueBody.trim()); we should use ...
3 years, 7 months ago (2017-05-18 04:33:01 UTC) #7
paulirish
Committed patchset #3 (id:20001) manually as 5b84a98141df91643a05bcb8e81c9f0398e6ba81.
3 years, 7 months ago (2017-05-18 05:19:18 UTC) #9
Marc Treib
A revert of this CL (patchset #3 id:20001) has been created in https://codereview.chromium.org/2887313002/ by treib@chromium.org. ...
3 years, 7 months ago (2017-05-18 08:22:21 UTC) #10
Marc Treib
On 2017/05/18 08:22:21, Marc Treib wrote: > A revert of this CL (patchset #3 id:20001) ...
3 years, 7 months ago (2017-05-18 08:44:21 UTC) #11
paulirish
Committed patchset #5 (id:40001) manually as a9b28ebe7c619f7025e9b9c20671967eb3a440f3.
3 years, 7 months ago (2017-05-18 20:19:34 UTC) #13
paulirish
On 2017/05/18 at 08:44:21, treib wrote: > The actual landed change (crrev.com/5b84a98141df91643a05bcb8e81c9f0398e6ba81) contains lots of ...
3 years, 7 months ago (2017-05-18 20:23:46 UTC) #14
pasko
A revert of this CL (patchset #5 id:40001) has been created in https://codereview.chromium.org/2894113002/ by pasko@chromium.org. ...
3 years, 7 months ago (2017-05-19 12:22:22 UTC) #15
paulirish
3 years, 7 months ago (2017-05-23 21:57:14 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 (id:60001) manually as
edbae7b783028d90a0fb36b47222fc1b03ef201b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698