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

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)

Created:
3 years, 7 months ago by luoe
Modified:
3 years, 6 months ago
Reviewers:
einbinder, 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
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css JavaScriptBreakpointsSidebarPane, DOMBreakpointsSidebarPane, and XHRBreakpointsSidebarPane now have their own stylesheets, and all are encapsulated with shadow DOM. BUG=none Review-Url: https://codereview.chromium.org/2900843002 Cr-Commit-Position: refs/heads/master@{#476535} Committed: https://chromium.googlesource.com/chromium/src/+/1a13ea2825f58403c809c835411257df77e3b175

Patch Set 1 #

Patch Set 2 : remove the base, and also rebase #

Total comments: 13

Patch Set 3 : split breakpointsList.css #

Total comments: 6

Patch Set 4 : ac #

Patch Set 5 : rebase again #

Patch Set 6 : rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -249 lines) Patch
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/BreakpointsSidebarPaneBase.js View 1 1 chunk +0 lines, -88 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js View 1 2 3 chunks +17 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css View 1 2 1 chunk +0 lines, -133 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/module.json View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js View 1 2 3 8 chunks +39 lines, -13 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sources/javaScriptBreakpointsSidebarPane.css View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sources/xhrBreakpointsSidebarPane.css View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
luoe
Please take a look This is part of an effort to move more things into ...
3 years, 7 months ago (2017-05-22 18:45:45 UTC) #2
luoe
3 years, 7 months ago (2017-05-24 23:35:10 UTC) #4
dgozman
Let's just remove it!
3 years, 7 months ago (2017-05-25 00:15:34 UTC) #5
luoe
Please take a look
3 years, 6 months ago (2017-05-30 20:56:05 UTC) #7
dgozman
https://codereview.chromium.org/2900843002/diff/20001/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/2900843002/diff/20001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js#newcode40 third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js:40: this._listElement = createElementWithClass('ol', 'breakpoint-list'); While we are here, let's ...
3 years, 6 months ago (2017-05-30 21:53:39 UTC) #8
luoe
Starting to feel like I'm doing two things in one CL, but they're still related. ...
3 years, 6 months ago (2017-05-31 03:09:25 UTC) #11
dgozman
The files are marked as modified, not removed. Could you please double-check? https://codereview.chromium.org/2900843002/diff/60001/third_party/WebKit/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js File third_party/WebKit/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js ...
3 years, 6 months ago (2017-05-31 17:36:33 UTC) #12
luoe
The files are marked as modified not removed because an earlier patch set exists where ...
3 years, 6 months ago (2017-05-31 18:22:37 UTC) #13
dgozman
Thank you for explanations! lgtm
3 years, 6 months ago (2017-06-01 17:56:08 UTC) #14
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/2900843002/70001
3 years, 6 months ago (2017-06-01 17:57:49 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/282240) android_cronet on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 6 months ago (2017-06-01 18:01:51 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/2900843002/90001
3 years, 6 months ago (2017-06-01 21:57:08 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/228917) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 6 months ago (2017-06-01 22:00:58 UTC) #23
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/2900843002/110001
3 years, 6 months ago (2017-06-02 00:44:51 UTC) #26
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 02:55:45 UTC) #29
Message was sent while issue was closed.
Committed patchset #6 (id:110001) as
https://chromium.googlesource.com/chromium/src/+/1a13ea2825f58403c809c8354112...

Powered by Google App Engine
This is Rietveld 408576698