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

Issue 2842843003: DevTools: Display product information in ConsoleContextSelector (Closed)

Created:
3 years, 8 months ago by einbinder
Modified:
3 years, 7 months ago
Reviewers:
dgozman
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: Display product information in ConsoleContextSelector BUG=719058 Review-Url: https://codereview.chromium.org/2842843003 Cr-Commit-Position: refs/heads/master@{#471208} Committed: https://chromium.googlesource.com/chromium/src/+/d3d32c02c99794b0b61f38d7b66011d5595bab2a

Patch Set 1 #

Patch Set 2 : merge #

Patch Set 3 : cleanup #

Total comments: 2

Patch Set 4 : model removed #

Total comments: 33

Patch Set 5 : 2 #

Total comments: 3

Patch Set 6 : disabled #

Patch Set 7 : Usability fixes #

Total comments: 6

Patch Set 8 : dont disable in this patch #

Patch Set 9 : fix test #

Patch Set 10 : f #

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -142 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js View 1 2 3 4 1 chunk +7 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-context-selector.html View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Tests.js View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js View 1 2 3 4 5 6 7 12 chunks +351 lines, -91 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/console/consoleContextSelector.css View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/console/consoleContextSelectorButton.css View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/module.json View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/ListControl.js View 1 2 3 4 5 6 7 8 chunks +71 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/toolbar.css View 1 2 3 4 5 4 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
einbinder
ptal http://i.imgur.com/HU4Ph6H.png https://codereview.chromium.org/2842843003/diff/40001/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js File third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js (right): https://codereview.chromium.org/2842843003/diff/40001/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js#newcode302 third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js:302: UI.context.setFlavor(SDK.DebuggerModel.CallFrame, item.debuggerCallFrame); The ConsoleContextSelector checks the selectedCallFrame ...
3 years, 7 months ago (2017-05-05 22:58:00 UTC) #4
dgozman
Not sure about selection vs hover story. https://codereview.chromium.org/2842843003/diff/60001/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/2842843003/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode9 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:9: Console.ConsoleContextSelector = ...
3 years, 7 months ago (2017-05-08 23:16:51 UTC) #5
einbinder
https://codereview.chromium.org/2842843003/diff/60001/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/2842843003/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode9 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:9: Console.ConsoleContextSelector = class extends UI.ToolbarItem { On 2017/05/08 at ...
3 years, 7 months ago (2017-05-09 22:00:44 UTC) #6
einbinder
https://codereview.chromium.org/2842843003/diff/60001/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/2842843003/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode15 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:15: this._titleElement.style.width = '120px'; On 2017/05/08 at 23:16:41, dgozman wrote: ...
3 years, 7 months ago (2017-05-09 22:00:45 UTC) #7
dgozman
https://codereview.chromium.org/2842843003/diff/60001/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/2842843003/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode34 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:34: this._list = new UI.ListControl(this, UI.ListMode.NonViewport); On 2017/05/09 22:00:44, einbinder ...
3 years, 7 months ago (2017-05-09 23:11:13 UTC) #8
dgozman
- let's disable if there is a single entry; - select on mouseup, not mousedown; ...
3 years, 7 months ago (2017-05-09 23:38:36 UTC) #9
einbinder
On 2017/05/09 at 23:38:36, dgozman wrote: > - let's disable if there is a single ...
3 years, 7 months ago (2017-05-11 00:06:44 UTC) #10
einbinder
https://codereview.chromium.org/2842843003/diff/60001/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/2842843003/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode34 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:34: this._list = new UI.ListControl(this, UI.ListMode.NonViewport); On 2017/05/09 at 23:11:12, ...
3 years, 7 months ago (2017-05-11 00:07:03 UTC) #11
dgozman
lgtm https://codereview.chromium.org/2842843003/diff/120001/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/2842843003/diff/120001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode319 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:319: this._toolbarItem.element.disabled = (this._list.length() <= 1); Let's land this ...
3 years, 7 months ago (2017-05-11 21:14:52 UTC) #12
einbinder
https://codereview.chromium.org/2842843003/diff/120001/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/2842843003/diff/120001/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js#newcode319 third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js:319: this._toolbarItem.element.disabled = (this._list.length() <= 1); On 2017/05/11 at 21:14:52, ...
3 years, 7 months ago (2017-05-11 21:47:23 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/2842843003/160001
3 years, 7 months ago (2017-05-12 01:27:59 UTC) #20
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/2842843003/180001
3 years, 7 months ago (2017-05-12 01:38:29 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 03:36:10 UTC) #26
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/d3d32c02c99794b0b61f38d7b660...

Powered by Google App Engine
This is Rietveld 408576698