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

Issue 2662403002: [DevTools] Merge filter bar with the main toolbar (Closed)

Created:
3 years, 10 months ago by eostroukhov
Modified:
3 years, 10 months ago
Reviewers:
phulce, dgozman, pfeldman
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] Merge filter bar with the main toolbar BUG=684204 Review-Url: https://codereview.chromium.org/2662403002 Cr-Commit-Position: refs/heads/master@{#448903} Committed: https://chromium.googlesource.com/chromium/src/+/db69128064ff7433c7243e4387294b70dc052de1

Patch Set 1 #

Total comments: 8

Patch Set 2 : [DevTools] Merge filter bar with the main toolbar #

Patch Set 3 : [DevTools] Merge filter bar with the main toolbar #

Total comments: 12

Patch Set 4 : [DevTools] Merge filter bar with the main toolbar #

Total comments: 12

Patch Set 5 : [DevTools] Merge filter bar with the main toolbar #

Total comments: 4

Patch Set 6 : [DevTools] Merge filter bar with the main toolbar #

Total comments: 4

Patch Set 7 : [DevTools] Merge filter bar with the main toolbar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -37 lines) Patch
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/StorageItemsView.js View 1 2 3 4 5 4 chunks +6 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js View 1 2 3 4 5 6 1 chunk +44 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/toolbar.css View 1 2 3 4 5 6 2 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 39 (25 generated)
eostroukhov
Please take a look. I also attached a screenshot to the bug.
3 years, 10 months ago (2017-01-31 22:51:14 UTC) #4
dgozman
https://codereview.chromium.org/2662403002/diff/1/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js (right): https://codereview.chromium.org/2662403002/diff/1/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js#newcode239 third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js:239: if (!root || root.children.length === 0) There is always ...
3 years, 10 months ago (2017-02-01 00:28:36 UTC) #5
dgozman
> - Should inherit from UI controls - only compose them. Ops, I meant should ...
3 years, 10 months ago (2017-02-01 00:29:02 UTC) #6
eostroukhov
I redid the patch, this time enabling the UI.ToolbarInput to act as a filter field. ...
3 years, 10 months ago (2017-02-03 01:17:40 UTC) #13
dgozman
https://codereview.chromium.org/2662403002/diff/40001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/40001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode169 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:169: if (!this._dataGrid || this._dataGrid.rootNode().children.length === 0) nit: !.....length https://codereview.chromium.org/2662403002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js ...
3 years, 10 months ago (2017-02-03 20:54:54 UTC) #16
eostroukhov
Thanks for the comments. Addressed. Please take another look. https://codereview.chromium.org/2662403002/diff/40001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/40001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode169 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:169: ...
3 years, 10 months ago (2017-02-03 22:59:26 UTC) #19
pfeldman
https://codereview.chromium.org/2662403002/diff/60001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/60001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode177 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:177: focus() { No need to override, I think dataGrid ...
3 years, 10 months ago (2017-02-06 19:37:42 UTC) #26
eostroukhov
Fixed what I could :/ Please take another look. https://codereview.chromium.org/2662403002/diff/60001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/60001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode177 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:177: ...
3 years, 10 months ago (2017-02-07 00:24:18 UTC) #27
pfeldman
https://codereview.chromium.org/2662403002/diff/80001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/80001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode178 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:178: if (this._dataGrid) this.setDefaultFocusedChild(this._dataGrid) in the constructor please. https://codereview.chromium.org/2662403002/diff/80001/third_party/WebKit/Source/devtools/front_end/resources/StorageItemsView.js File ...
3 years, 10 months ago (2017-02-07 23:15:35 UTC) #28
eostroukhov
Please take another look. https://codereview.chromium.org/2662403002/diff/80001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js File third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js (right): https://codereview.chromium.org/2662403002/diff/80001/third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js#newcode178 third_party/WebKit/Source/devtools/front_end/cookie_table/CookiesTable.js:178: if (this._dataGrid) On 2017/02/07 23:15:35, ...
3 years, 10 months ago (2017-02-07 23:55:45 UTC) #31
pfeldman
lgtm % comments https://codereview.chromium.org/2662403002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js File third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js (right): https://codereview.chromium.org/2662403002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js#newcode564 third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js:564: this.input.addEventListener('blur', () => this.element.classList.toggle('focused', false)); you ...
3 years, 10 months ago (2017-02-08 01:59:30 UTC) #32
eostroukhov
Thank you for the review. Uploading & submitting the new version. https://codereview.chromium.org/2662403002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js File third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js (right): ...
3 years, 10 months ago (2017-02-08 02:10:13 UTC) #33
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/2662403002/120001
3 years, 10 months ago (2017-02-08 02:11:25 UTC) #36
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 04:25:55 UTC) #39
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/db69128064ff7433c7243e438729...

Powered by Google App Engine
This is Rietveld 408576698