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

Issue 2867133002: DevTools: Let the drawer tabs be reordered (Closed)

Created:
3 years, 7 months ago by einbinder
Modified:
3 years, 6 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: Let the drawer tabs be reordered BUG=none Review-Url: https://codereview.chromium.org/2867133002 Cr-Commit-Position: refs/heads/master@{#475821} Committed: https://chromium.googlesource.com/chromium/src/+/65ef1a1a01feffd43c073cc60fb75de97a567ad2

Patch Set 1 #

Total comments: 2

Patch Set 2 : Preserve tab order on appending tabs #

Total comments: 2

Patch Set 3 : Add test #

Total comments: 7

Patch Set 4 : Runtime module for test #

Total comments: 6

Patch Set 5 : showView #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -18 lines) Patch
A third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location-expected.txt View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/View.js View 1 2 3 3 chunks +11 lines, -15 lines 0 comments Download

Messages

Total messages: 27 (15 generated)
einbinder
ptal
3 years, 7 months ago (2017-05-08 18:41:40 UTC) #2
dgozman
https://codereview.chromium.org/2867133002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js File third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js (right): https://codereview.chromium.org/2867133002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js#newcode49 third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js:49: UI.viewManager.createTabbedLocation(this._showDrawer.bind(this, false), 'drawer-view', true, true); Let's fix all ordering ...
3 years, 7 months ago (2017-05-08 23:25:57 UTC) #3
einbinder
https://codereview.chromium.org/2867133002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js File third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js (right): https://codereview.chromium.org/2867133002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js#newcode49 third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js:49: UI.viewManager.createTabbedLocation(this._showDrawer.bind(this, false), 'drawer-view', true, true); On 2017/05/08 at 23:25:57, ...
3 years, 7 months ago (2017-05-12 21:48:34 UTC) #4
dgozman
Let's have a test. https://codereview.chromium.org/2867133002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2867133002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode210 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:210: this.dispatchEventToListeners(UI.TabbedPane.Events.TabOrderChanged, this._tabs); Looks like a ...
3 years, 7 months ago (2017-05-15 17:03:36 UTC) #9
einbinder
https://codereview.chromium.org/2867133002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2867133002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode210 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:210: this.dispatchEventToListeners(UI.TabbedPane.Events.TabOrderChanged, this._tabs); On 2017/05/15 at 17:03:36, dgozman wrote: > ...
3 years, 7 months ago (2017-05-23 00:12:25 UTC) #10
dgozman
https://codereview.chromium.org/2867133002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js File third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js (right): https://codereview.chromium.org/2867133002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js#newcode15 third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js:15: this._views.set(view.viewId(), view); Instead of mock, should we inject real ...
3 years, 7 months ago (2017-05-25 17:12:49 UTC) #11
einbinder
https://codereview.chromium.org/2867133002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js File third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js (right): https://codereview.chromium.org/2867133002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js#newcode15 third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js:15: this._views.set(view.viewId(), view); On 2017/05/25 at 17:12:49, dgozman wrote: > ...
3 years, 7 months ago (2017-05-25 23:48:54 UTC) #12
dgozman
https://codereview.chromium.org/2867133002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js File third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js (right): https://codereview.chromium.org/2867133002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js#newcode15 third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js:15: "persistence": "closeable", Do you need both this and isCloseable ...
3 years, 6 months ago (2017-05-26 19:17:09 UTC) #13
einbinder
https://codereview.chromium.org/2867133002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js File third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js (right): https://codereview.chromium.org/2867133002/diff/60001/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js#newcode15 third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location.js:15: "persistence": "closeable", On 2017/05/26 at 19:17:08, dgozman wrote: > ...
3 years, 6 months ago (2017-05-26 21:12:39 UTC) #17
dgozman
lgtm
3 years, 6 months ago (2017-05-30 18:22:34 UTC) #22
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/2867133002/80001
3 years, 6 months ago (2017-05-31 04:17:38 UTC) #24
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 06:05:17 UTC) #27
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/65ef1a1a01feffd43c073cc60fb7...

Powered by Google App Engine
This is Rietveld 408576698