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

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)

Created:
3 years, 7 months ago by pfeldman
Modified:
3 years, 7 months ago
Reviewers:
dgozman, alph, allada
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: render product badges behind the setting. Review-Url: https://codereview.chromium.org/2879943003 Cr-Original-Commit-Position: refs/heads/master@{#471581} Committed: https://chromium.googlesource.com/chromium/src/+/0bb96fac167b5266e56b7638cfe1a35a8f7fa488 Review-Url: https://codereview.chromium.org/2879943003 Cr-Commit-Position: refs/heads/master@{#471878} Committed: https://chromium.googlesource.com/chromium/src/+/c5f38c8b3f5d08d086d2f2a4f35b004a4748665c

Patch Set 1 #

Patch Set 2 : same with setting and lazy #

Patch Set 3 : rebaselined #

Patch Set 4 : one more #

Total comments: 6

Patch Set 5 : review comments addressed #

Total comments: 4

Patch Set 6 : again #

Patch Set 7 : removed module from the list. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -82 lines) Patch
M third_party/WebKit/LayoutTests/inspector/initial-modules-load-expected.txt View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/quick-open/command-menu-expected.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/Color.js View 1 chunk +64 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inspector.json View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/perf_ui/FlameChart.js View 1 chunk +0 lines, -67 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js View 1 2 3 4 5 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry/badge.css View 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/product_registry/module.json View 1 1 chunk +24 lines, -1 line 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry/popup.css View 1 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/product_registry_impl/ProductRegistryImpl.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Dialog.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
pfeldman
3 years, 7 months ago (2017-05-12 19:14:48 UTC) #2
dgozman
lgtm https://codereview.chromium.org/2879943003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js File third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js (right): https://codereview.chromium.org/2879943003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode62 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:62: var parsedUrl = new Common.ParsedURL(frame.url); Should you check ...
3 years, 7 months ago (2017-05-12 23:23:56 UTC) #3
pfeldman
All done.
3 years, 7 months ago (2017-05-12 23:28:43 UTC) #4
alph
lgtm https://codereview.chromium.org/2879943003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js File third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js (right): https://codereview.chromium.org/2879943003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode49 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:49: if (!this._setting.get()) if (this._setting.get()) this._renderBadge(badgeElement); https://codereview.chromium.org/2879943003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode61 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:61: return ...
3 years, 7 months ago (2017-05-12 23:49:09 UTC) #6
allada
https://codereview.chromium.org/2879943003/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js File third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js (right): https://codereview.chromium.org/2879943003/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode37 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:37: _badgeForFrameOrUrl(urlResolver) { Just bring in a promise here and ...
3 years, 7 months ago (2017-05-13 00:33:57 UTC) #7
pfeldman
https://codereview.chromium.org/2879943003/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js File third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js (right): https://codereview.chromium.org/2879943003/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode37 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:37: _badgeForFrameOrUrl(urlResolver) { On 2017/05/13 00:33:57, allada wrote: > Just ...
3 years, 7 months ago (2017-05-13 00:57:45 UTC) #8
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/2879943003/100001
3 years, 7 months ago (2017-05-13 01:28:15 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/214300)
3 years, 7 months ago (2017-05-13 02:40:34 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/2879943003/100001
3 years, 7 months ago (2017-05-13 06:32:13 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/src/+/0bb96fac167b5266e56b7638cfe1a35a8f7fa488
3 years, 7 months ago (2017-05-13 08:32:36 UTC) #18
findit-for-me
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2880913002/ by findit-for-me@appspot.gserviceaccount.com. ...
3 years, 7 months ago (2017-05-13 08:48:04 UTC) #19
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/2879943003/120001
3 years, 7 months ago (2017-05-15 17:54:59 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 20:04:53 UTC) #26
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/c5f38c8b3f5d08d086d2f2a4f35b...

Powered by Google App Engine
This is Rietveld 408576698