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

Issue 2851213005: DevTools: brush up audits 2 launcher UI, allow multiple audit runs, introduce landing page. (Closed)

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

Description

DevTools: brush up audits 2 launcher UI, allow multiple audit runs, introduce landing page. BUG=717076, 717072 Review-Url: https://codereview.chromium.org/2851213005 Cr-Commit-Position: refs/heads/master@{#468802} Committed: https://chromium.googlesource.com/chromium/src/+/a63f0414a0a1d530469f5ccc3c4a581d7292db4b

Patch Set 1 #

Total comments: 6

Patch Set 2 : for landing #

Patch Set 3 : lcean #

Patch Set 4 : for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+834 lines, -363 lines) Patch
M third_party/WebKit/Source/devtools/BUILD.gn View 2 chunks +5 lines, -5 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/audits_logo.png View Binary file 0 comments Download
A third_party/WebKit/Source/devtools/front_end/Images/audits_logo.svg View 1 chunk +354 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/audits_logo_2x.png View Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/audits_logo_bw.png View Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/audits_logo_bw_2x.png View Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/src/audits_logo.svg View 1 chunk +0 lines, -104 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/optimize_png.hashes View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js View 1 2 3 9 chunks +293 lines, -94 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/audits2/audits2Dialog.css View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css View 1 chunk +25 lines, -149 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/audits2/audits2Tree.css View 1 chunk +37 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/report-styles.css View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/module.json View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Dialog.js View 1 2 4 chunks +10 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/GlassPane.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
pfeldman
3 years, 7 months ago (2017-05-01 23:44:13 UTC) #2
dgozman
lgtm https://codereview.chromium.org/2851213005/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/2851213005/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode68 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:68: 'click', () => InspectorFrontendHost.openInNewTab('https://developers.google.com/web/tools/lighthouse/')); UI.createDocumentationLink('../lighthouse') https://codereview.chromium.org/2851213005/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode76 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:76: this._dialog ...
3 years, 7 months ago (2017-05-02 01:27:57 UTC) #3
pfeldman
https://codereview.chromium.org/2851213005/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/2851213005/diff/1/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode68 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:68: 'click', () => InspectorFrontendHost.openInNewTab('https://developers.google.com/web/tools/lighthouse/')); On 2017/05/02 01:27:56, dgozman wrote: ...
3 years, 7 months ago (2017-05-02 17:54:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2851213005/20001
3 years, 7 months ago (2017-05-02 17:55:06 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/443726)
3 years, 7 months ago (2017-05-02 19:46:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2851213005/40001
3 years, 7 months ago (2017-05-02 20:32:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2851213005/60001
3 years, 7 months ago (2017-05-02 20:38:23 UTC) #16
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 22:49:02 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/a63f0414a0a1d530469f5ccc3c4a...

Powered by Google App Engine
This is Rietveld 408576698