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

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)

Created:
4 years, 2 months ago by luoe
Modified:
4 years, 1 month ago
Reviewers:
dgozman, 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: hoist debugger paused reason to top This interface change moves the paused reason (e.g. paused on breakpoint, paused on subtree modification, etc) message to the top of the sources panel. See bug for screenshots. BUG=572068 Committed: https://crrev.com/5fa5d3b7589a798770e0f5df18d14939cd16f8a9 Cr-Commit-Position: refs/heads/master@{#427553}

Patch Set 1 #

Patch Set 2 : update text/styles #

Patch Set 3 : fix height of exceptions #

Total comments: 8

Patch Set 4 : address comments; new widget #

Total comments: 1

Patch Set 5 : Widget >> custom element with shadow #

Total comments: 6

Patch Set 6 : remove custom element logic, address comments #

Patch Set 7 : re-add stray line #

Total comments: 4

Patch Set 8 : use monospace #

Patch Set 9 : merge w/ master and fix async test #

Patch Set 10 : separate contextMenuLabels, update tests #

Patch Set 11 : get rid of capitalize #

Patch Set 12 : update test for windows compat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -191 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-pause-on-exception-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dom-breakpoints.html View 1 2 3 4 5 15 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dom-breakpoints-editing-dom-from-inspector.html View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dom-breakpoints-expected.txt View 1 2 3 4 5 6 7 8 9 13 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-mute-exception-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-exception-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-promise-rejection-expected.txt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/skip-pauses-until-reload.html View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts.html View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt View 1 2 3 4 5 3 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js View 1 2 3 4 5 6 7 8 9 10 5 chunks +55 lines, -59 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -48 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js View 1 2 3 4 5 6 7 1 chunk +92 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 2 3 4 5 6 7 8 7 chunks +10 lines, -5 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css View 1 2 3 4 5 6 7 1 chunk +65 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css View 1 2 3 1 chunk +0 lines, -21 lines 0 comments Download

Messages

Total messages: 64 (45 generated)
luoe
ptal
4 years, 2 months ago (2016-10-08 02:25:31 UTC) #3
lushnikov
https://codereview.chromium.org/2389883003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js File third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js (right): https://codereview.chromium.org/2389883003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js#newcode145 third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js:145: createBreakpointHitSubMessage: function(details) you don't need two functions - let's ...
4 years, 2 months ago (2016-10-12 21:26:59 UTC) #4
luoe
https://codereview.chromium.org/2389883003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js File third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js (right): https://codereview.chromium.org/2389883003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js#newcode145 third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js:145: createBreakpointHitSubMessage: function(details) On 2016/10/12 21:26:58, lushnikov wrote: > you ...
4 years, 2 months ago (2016-10-13 00:36:58 UTC) #5
dgozman
https://codereview.chromium.org/2389883003/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js File third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js (right): https://codereview.chromium.org/2389883003/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js#newcode11 third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js:11: WebInspector.VBox.call(this); Please don't make something a widget if you ...
4 years, 2 months ago (2016-10-13 03:39:13 UTC) #7
luoe
On 2016/10/13 03:39:13, dgozman wrote: > https://codereview.chromium.org/2389883003/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js > File > third_party/WebKit/Source/devtools/front_end/sources/DebuggerPausedMessage.js > (right): > > ...
4 years, 2 months ago (2016-10-14 00:04:38 UTC) #8
lushnikov
I proposed using the custom element - but now it turns out to be somewhat ...
4 years, 2 months ago (2016-10-14 00:16:53 UTC) #9
luoe
In a chat with dgozman@, we considered making DebuggerPausedMessage.js similar to Toolbar.js, a class that ...
4 years, 2 months ago (2016-10-17 19:27:41 UTC) #10
lushnikov
lgtm https://chromiumcodereview.appspot.com/2389883003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css File third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css (right): https://chromiumcodereview.appspot.com/2389883003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css#newcode39 third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css:39: font-size: 11px; with .monospace, you won't need font-size ...
4 years, 2 months ago (2016-10-18 23:01:29 UTC) #11
luoe
Monospace added for the sub-text message. https://codereview.chromium.org/2389883003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css File third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css (right): https://codereview.chromium.org/2389883003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css#newcode39 third_party/WebKit/Source/devtools/front_end/sources/debuggerPausedMessage.css:39: font-size: 11px; On ...
4 years, 2 months ago (2016-10-19 21:44:13 UTC) #12
lushnikov
Test doesn't pass! :( inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html
4 years, 2 months ago (2016-10-20 00:39:51 UTC) #17
luoe
On 2016/10/20 00:39:51, lushnikov wrote: > Test doesn't pass! :( > inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html Strange...I just pulled, ...
4 years, 2 months ago (2016-10-20 01:05:30 UTC) #18
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/2389883003/160001
4 years, 2 months ago (2016-10-22 02:19:02 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/317345)
4 years, 2 months ago (2016-10-22 03:46:54 UTC) #38
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/2389883003/160001
4 years, 1 month ago (2016-10-24 23:37:11 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/318203)
4 years, 1 month ago (2016-10-25 02:37:43 UTC) #46
luoe
Windows test was failing for multiple reasons: - WI.UIString.capitalize() capitalizes strings on every platform except ...
4 years, 1 month ago (2016-10-25 23:22:30 UTC) #55
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/2389883003/220001
4 years, 1 month ago (2016-10-26 00:44:25 UTC) #60
commit-bot: I haz the power
Committed patchset #12 (id:220001)
4 years, 1 month ago (2016-10-26 00:50:57 UTC) #62
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 00:53:03 UTC) #64
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/5fa5d3b7589a798770e0f5df18d14939cd16f8a9
Cr-Commit-Position: refs/heads/master@{#427553}

Powered by Google App Engine
This is Rietveld 408576698