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

Issue 2649923006: [DevTools] Add filtering to DOM storages (Closed)

Created:
3 years, 11 months ago by eostroukhov
Modified:
3 years, 10 months ago
Reviewers:
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] Add filtering to DOM storages 1. Extracted toolbar setup code to share the implementation between cookies and DOM storage panes. 2. Wired DOM storage pane to support filtering. BUG=684204, 685314 Review-Url: https://codereview.chromium.org/2649923006 Cr-Commit-Position: refs/heads/master@{#447343} Committed: https://chromium.googlesource.com/chromium/src/+/2ed48364ede3c10466f4d854fe6684bef63e645a

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Refactored, introduced a superclass #

Patch Set 4 : [DevTools] Add filtering to DOM storages #

Patch Set 5 : Moved the toolbar to the bottom for non-ItemViews #

Patch Set 6 : Fixed a typo #

Patch Set 7 : No more UI.SimpleView #

Total comments: 35

Patch Set 8 : Reverted change to CSS. #

Patch Set 9 : Fixed a merge issue #

Patch Set 10 : Review comments were addressed. #

Patch Set 11 : Rebased #

Total comments: 12

Patch Set 12 : [DevTools] Add filtering to DOM storages #

Total comments: 7

Patch Set 13 : [DevTools] Add filtering to DOM storages #

Patch Set 14 : [DevTools] Add filtering to DOM storages #

Messages

Total messages: 68 (52 generated)
eostroukhov
Please take a look. Note that there are plans to redo the search UI (merge ...
3 years, 11 months ago (2017-01-24 01:40:18 UTC) #4
eostroukhov
Thank you for the review. I refactored to replace a toolbar class with a superclass ...
3 years, 11 months ago (2017-01-25 00:00:23 UTC) #15
eostroukhov
Moved the toolbar to the bottom for the classes that don't extends the ItemView.
3 years, 11 months ago (2017-01-25 21:55:05 UTC) #21
eostroukhov
I change the ItemsView to no longer extend SimpleView. Please take a look at the ...
3 years, 11 months ago (2017-01-26 21:29:35 UTC) #29
dgozman
Mostly looks good. https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js (right): https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js#newcode67 third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js:67: _update() { Merge this with refresh? ...
3 years, 11 months ago (2017-01-26 22:21:09 UTC) #34
pfeldman
Please include the screenshot into the bug.
3 years, 11 months ago (2017-01-26 22:27:19 UTC) #36
eostroukhov
On 2017/01/26 22:27:19, pfeldman wrote: > Please include the screenshot into the bug. I did ...
3 years, 11 months ago (2017-01-26 23:30:54 UTC) #39
eostroukhov
Thanks for the comments! I addressed them - please take a look. https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js ...
3 years, 11 months ago (2017-01-26 23:35:46 UTC) #41
dgozman
https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js (right): https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js#newcode14 third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js:14: * @protected On 2017/01/26 23:35:46, eostroukhov wrote: > On ...
3 years, 10 months ago (2017-01-27 22:48:46 UTC) #49
eostroukhov
Thanks for the review. Comments were addressed, please take another look. https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js (right): ...
3 years, 10 months ago (2017-01-28 00:03:29 UTC) #52
dgozman
lgtm https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js (right): https://codereview.chromium.org/2649923006/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js#newcode14 third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js:14: * @protected On 2017/01/28 00:03:29, eostroukhov wrote: > ...
3 years, 10 months ago (2017-01-30 21:53:49 UTC) #55
eostroukhov
Thank you for the review. I addressed the comments - had to rename a file ...
3 years, 10 months ago (2017-01-31 01:17:34 UTC) #58
dgozman
lgtm https://codereview.chromium.org/2649923006/diff/200001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js (right): https://codereview.chromium.org/2649923006/diff/200001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js#newcode79 third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js:79: this.setCanDeleteSelected(false); On 2017/01/31 01:17:34, eostroukhov wrote: > On ...
3 years, 10 months ago (2017-01-31 03:51:17 UTC) #61
eostroukhov
Thanks for the review. Submitting. https://codereview.chromium.org/2649923006/diff/200001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js (right): https://codereview.chromium.org/2649923006/diff/200001/third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js#newcode79 third_party/WebKit/Source/devtools/front_end/resources/ItemsView.js:79: this.setCanDeleteSelected(false); On 2017/01/31 03:51:17, ...
3 years, 10 months ago (2017-01-31 18:39:10 UTC) #62
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/2649923006/260001
3 years, 10 months ago (2017-01-31 18:39:45 UTC) #65
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 22:05:32 UTC) #68
Message was sent while issue was closed.
Committed patchset #14 (id:260001) as
https://chromium.googlesource.com/chromium/src/+/2ed48364ede3c10466f4d854fe66...

Powered by Google App Engine
This is Rietveld 408576698