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

Issue 2892333002: DevTools: Render third-party badges in timeline tree view (Closed)

Created:
3 years, 7 months ago by alph
Modified:
3 years, 7 months ago
Reviewers:
caseq, pfeldman
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 third-party badges in timeline tree view BUG=718655 Review-Url: https://codereview.chromium.org/2892333002 Cr-Commit-Position: refs/heads/master@{#474489} Committed: https://chromium.googlesource.com/chromium/src/+/9697039dce6102f4ef9caf403dbe0ee481ae3e7a

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressing comments #

Total comments: 12

Patch Set 3 : addressing comments #

Patch Set 4 : . #

Total comments: 10

Patch Set 5 : . #

Total comments: 4

Patch Set 6 : . #

Messages

Total messages: 21 (9 generated)
alph
3 years, 7 months ago (2017-05-20 02:06:48 UTC) #2
caseq
https://codereview.chromium.org/2892333002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js (right): https://codereview.chromium.org/2892333002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js#newcode102 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js:102: null, this._productRegistry, this._model.timelineModel(), this._urlToColorCache) : Let's avoid keeping the ...
3 years, 7 months ago (2017-05-22 18:43:50 UTC) #3
alph
ptal https://codereview.chromium.org/2892333002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js (right): https://codereview.chromium.org/2892333002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js#newcode102 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js:102: null, this._productRegistry, this._model.timelineModel(), this._urlToColorCache) : On 2017/05/22 18:43:49, ...
3 years, 7 months ago (2017-05-22 22:53:26 UTC) #4
caseq
https://codereview.chromium.org/2892333002/diff/20001/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/2892333002/diff/20001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode25 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:25: * @param {boolean=} ignoreSetting Let's move this to the ...
3 years, 7 months ago (2017-05-22 23:43:35 UTC) #5
pfeldman
https://codereview.chromium.org/2892333002/diff/20001/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/2892333002/diff/20001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode52 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:52: badgeElement[ProductRegistry.BadgePool._ignoreSettingSymbol] = !!ignoreSetting; We are adding so many flags ...
3 years, 7 months ago (2017-05-23 19:19:28 UTC) #6
alph
https://codereview.chromium.org/2892333002/diff/20001/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/2892333002/diff/20001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode25 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:25: * @param {boolean=} ignoreSetting On 2017/05/22 23:43:35, caseq wrote: ...
3 years, 7 months ago (2017-05-24 00:53:44 UTC) #7
caseq
lgtm https://codereview.chromium.org/2892333002/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/2892333002/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode8 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:8: * @param {boolean=} persistent forceShow? https://codereview.chromium.org/2892333002/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode12 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:12: this._persistent ...
3 years, 7 months ago (2017-05-24 01:36:26 UTC) #8
alph
https://codereview.chromium.org/2892333002/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/2892333002/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode8 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:8: * @param {boolean=} persistent On 2017/05/24 01:36:25, caseq wrote: ...
3 years, 7 months ago (2017-05-24 02:00:49 UTC) #9
pfeldman
https://codereview.chromium.org/2892333002/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/2892333002/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode10 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:10: constructor(showTitles, forceShow) { Convert non-essential args to setters? https://codereview.chromium.org/2892333002/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode125 ...
3 years, 7 months ago (2017-05-24 19:00:23 UTC) #14
alph
https://codereview.chromium.org/2892333002/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/2892333002/diff/80001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode10 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:10: constructor(showTitles, forceShow) { On 2017/05/24 19:00:22, pfeldman wrote: > ...
3 years, 7 months ago (2017-05-24 22:04:39 UTC) #15
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/2892333002/90001
3 years, 7 months ago (2017-05-24 22:07:09 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 00:22:26 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:90001) as
https://chromium.googlesource.com/chromium/src/+/9697039dce6102f4ef9caf403dbe...

Powered by Google App Engine
This is Rietveld 408576698