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

Issue 2609653002: [DevTools] Migrate CallStackSidebarPane to UI.ListControl. (Closed)

Created:
3 years, 11 months ago by dgozman
Modified:
3 years, 11 months ago
Reviewers:
kozy, caseq, lushnikov
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/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Migrate CallStackSidebarPane to UI.ListControl. This pane is one of the two clients of UIList, which is going to be replaced by UI.ListControl. This patch also moves call stacks pane to shadow dom. BUG=chromium:630554 Review-Url: https://codereview.chromium.org/2609653002 Cr-Commit-Position: refs/heads/master@{#444971} Committed: https://chromium.googlesource.com/chromium/src/+/bdeae63b378752373d7ea31f1feadc621f941e17

Patch Set 1 #

Total comments: 16

Patch Set 2 : comments addressed, more fixes #

Total comments: 5

Patch Set 3 : review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -313 lines) Patch
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-change-variable.html View 1 1 chunk +1 line, -1 line 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/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-url.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/copy-stack-trace-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js View 1 2 3 chunks +15 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js View 1 2 5 chunks +212 lines, -274 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sources/callStackSidebarPane.css View 1 1 chunk +86 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartView.js View 1 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/ListControl.js View 1 2 chunks +9 lines, -10 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
dgozman
Take a look please.
3 years, 11 months ago (2016-12-30 00:51:45 UTC) #4
caseq
lgtm https://codereview.chromium.org/2609653002/diff/1/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/2609653002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js#newcode81 third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js:81: if (!showBlackboxed) { showBlackboxed = showBlackboxed || details.callFrames.every(frame ...
3 years, 11 months ago (2016-12-30 01:54:43 UTC) #5
dgozman
Alexey, could you please take a look? https://codereview.chromium.org/2609653002/diff/1/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/2609653002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js#newcode81 third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js:81: if (!showBlackboxed) ...
3 years, 11 months ago (2017-01-18 23:14:25 UTC) #9
kozy
https://codereview.chromium.org/2609653002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js File third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js (right): https://codereview.chromium.org/2609653002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js#newcode22 third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js:22: /** @type {!Array<function()>} */ Set? https://codereview.chromium.org/2609653002/diff/20001/third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js File third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js (right): ...
3 years, 11 months ago (2017-01-18 23:42:51 UTC) #10
kozy
lgtm
3 years, 11 months ago (2017-01-18 23:51:49 UTC) #11
dgozman
https://codereview.chromium.org/2609653002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js File third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js (right): https://codereview.chromium.org/2609653002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js#newcode22 third_party/WebKit/Source/devtools/front_end/bindings/BlackboxManager.js:22: /** @type {!Array<function()>} */ On 2017/01/18 23:42:51, kozyatinskiy wrote: ...
3 years, 11 months ago (2017-01-20 02:04:59 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/2609653002/40001
3 years, 11 months ago (2017-01-20 02:18:48 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/bdeae63b378752373d7ea31f1feadc621f941e17
3 years, 11 months ago (2017-01-20 03:51:34 UTC) #19
lushnikov
3 years, 11 months ago (2017-01-23 05:14:18 UTC) #21
Message was sent while issue was closed.
This is exciting!!!

Powered by Google App Engine
This is Rietveld 408576698