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

Issue 2238003002: DevTools: migrate sources panel sidebar to views. (Closed)

Created:
4 years, 4 months ago by pfeldman
Modified:
4 years, 4 months ago
Reviewers:
dgozman
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: migrate sources panel sidebar to views. BUG=634145 Committed: https://crrev.com/c88c2032c2afd035c998da61abc0b92e4253803f Cr-Commit-Position: refs/heads/master@{#412236}

Patch Set 1 #

Patch Set 2 : ready for review. #

Total comments: 1

Patch Set 3 : followed up on the watch test. #

Total comments: 12

Patch Set 4 : review comments addressed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+519 lines, -496 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js View 1 5 chunks +7 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/debugger-reload-breakpoints-with-source-maps.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/debugger-reload-breakpoints-with-source-maps-expected.txt View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint-expected.txt View 1 2 chunks +4 lines, -4 lines 0 comments Download
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-url.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/break-on-set-timeout-with-syntax-error.html View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/copy-stack-trace.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-expand-scope.html View 1 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/error-in-watch-expressions.html View 1 1 chunk +7 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/reveal-not-skipped-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html View 1 2 3 1 chunk +14 lines, -44 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch-expected.txt View 1 2 3 1 chunk +8 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html View 1 3 chunks +12 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts.html View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt View 1 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes.html View 1 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html View 1 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets-expected.txt View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js View 2 chunks +0 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js View 1 2 3 4 chunks +15 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js View 1 2 3 7 chunks +82 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js View 1 2 3 6 chunks +47 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js View 1 7 chunks +5 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js View 1 2 3 3 chunks +19 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 2 3 17 chunks +56 lines, -125 lines 1 comment Download
M third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js View 1 2 3 6 chunks +56 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js View 1 2 3 5 chunks +12 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 2 3 3 chunks +85 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/uiList.css View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Context.js View 1 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/View.js View 1 2 3 5 chunks +19 lines, -11 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
pfeldman
4 years, 4 months ago (2016-08-15 19:30:36 UTC) #2
pfeldman
https://codereview.chromium.org/2238003002/diff/20001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch-expected.txt File third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch-expected.txt (right): https://codereview.chromium.org/2238003002/diff/20001/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch-expected.txt#newcode4 third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch-expected.txt:4: x: <not available> I'm fixing this one.
4 years, 4 months ago (2016-08-15 20:22:48 UTC) #5
dgozman
https://codereview.chromium.org/2238003002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js File third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js (right): https://codereview.chromium.org/2238003002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js#newcode355 third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js:355: setTimeout(() => callback.apply(callback, InspectorTest._pausedScriptArguments)); Let's try to make this ...
4 years, 4 months ago (2016-08-15 21:31:03 UTC) #6
pfeldman
ALL DONE!
4 years, 4 months ago (2016-08-16 00:53:06 UTC) #7
dgozman
lgtm https://codereview.chromium.org/2238003002/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2238003002/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode1299 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:1299: if (executionContext) Let's check for context before copying ...
4 years, 4 months ago (2016-08-16 01:05:10 UTC) #8
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/2238003002/60001
4 years, 4 months ago (2016-08-16 01:12:21 UTC) #10
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/274142)
4 years, 4 months ago (2016-08-16 04:32:05 UTC) #12
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/2238003002/60001
4 years, 4 months ago (2016-08-16 13:58:22 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-16 15:02:52 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 15:04:14 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c88c2032c2afd035c998da61abc0b92e4253803f
Cr-Commit-Position: refs/heads/master@{#412236}

Powered by Google App Engine
This is Rietveld 408576698