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

Issue 2889833003: DevTools: Show badges instead of products in ConsoleContextSelector (Closed)

Created:
3 years, 7 months ago by einbinder
Modified:
3 years, 7 months ago
Reviewers:
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: Show badges instead of products in ConsoleContextSelector BUG=719058 Review-Url: https://codereview.chromium.org/2889833003 Cr-Commit-Position: refs/heads/master@{#472666} Committed: https://chromium.googlesource.com/chromium/src/+/9eaa9ffde680190e6c32965bf66ec92be1df7ef1

Patch Set 1 #

Total comments: 10

Patch Set 2 : Don't leak #

Patch Set 3 : Don't show badges on non-default executionContexts #

Total comments: 4

Patch Set 4 : Move into subtitle #

Total comments: 2

Patch Set 5 : Don't use container #

Messages

Total messages: 16 (5 generated)
einbinder
ptal
3 years, 7 months ago (2017-05-16 23:08:23 UTC) #2
pfeldman
https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js (right): https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode88 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:88: var selectedContext = UI.context.flavor(SDK.ExecutionContext); Why do we need this? ...
3 years, 7 months ago (2017-05-16 23:16:06 UTC) #3
einbinder
https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js (right): https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode88 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:88: var selectedContext = UI.context.flavor(SDK.ExecutionContext); On 2017/05/16 at 23:16:05, pfeldman ...
3 years, 7 months ago (2017-05-16 23:58:27 UTC) #4
pfeldman
https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js (right): https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode270 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:270: var resourceTreeModel = executionContext.target().model(SDK.ResourceTreeModel); You are showing frame badges ...
3 years, 7 months ago (2017-05-17 18:12:41 UTC) #5
einbinder
https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js (right): https://codereview.chromium.org/2889833003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode270 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:270: var resourceTreeModel = executionContext.target().model(SDK.ResourceTreeModel); On 2017/05/17 at 18:12:41, pfeldman ...
3 years, 7 months ago (2017-05-17 20:45:32 UTC) #6
pfeldman
>> That removes the title hover effect. That title is in the popup anyways, so ...
3 years, 7 months ago (2017-05-17 21:42:22 UTC) #7
einbinder
Removed the hover effect and moved the badge into the subtitle. https://codereview.chromium.org/2889833003/diff/40001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js (right): ...
3 years, 7 months ago (2017-05-17 23:26:15 UTC) #8
pfeldman
lgtm https://codereview.chromium.org/2889833003/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/2889833003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode43 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:43: badgeElement.container = element; We don't typically do that, ...
3 years, 7 months ago (2017-05-17 23:35:16 UTC) #9
einbinder
https://codereview.chromium.org/2889833003/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/2889833003/diff/60001/third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js#newcode43 third_party/WebKit/Source/devtools/front_end/product_registry/BadgePool.js:43: badgeElement.container = element; On 2017/05/17 at 23:35:15, pfeldman wrote: ...
3 years, 7 months ago (2017-05-18 00:00:38 UTC) #10
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/2889833003/80001
3 years, 7 months ago (2017-05-18 00:03:30 UTC) #13
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 04:39:15 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/9eaa9ffde680190e6c32965bf66e...

Powered by Google App Engine
This is Rietveld 408576698