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

Issue 2801723003: [DevTools] Do not reset storage tree items (Closed)

Created:
3 years, 8 months ago by eostroukhov
Modified:
3 years, 8 months ago
Reviewers:
caseq, 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] Do not reset storage tree items These tree items are updated in response to storage-specific events so they should not be removed when navigation happens. BUG=701413 Review-Url: https://codereview.chromium.org/2801723003 Cr-Commit-Position: refs/heads/master@{#463835} Committed: https://chromium.googlesource.com/chromium/src/+/46f77da2781539ca0cefc84e7bf86b138bea7bc0

Patch Set 1 #

Total comments: 4

Patch Set 2 : [DevTools] Do not reset storage tree items #

Total comments: 2

Patch Set 3 : [DevTools] Do not reset storage tree items #

Total comments: 18

Patch Set 4 : [DevTools] Do not reset storage tree items #

Patch Set 5 : [DevTools] Do not reset storage tree items #

Total comments: 1

Messages

Total messages: 33 (22 generated)
eostroukhov
Please consider
3 years, 8 months ago (2017-04-05 22:52:41 UTC) #4
dgozman
Let's add a test! https://codereview.chromium.org/2801723003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (right): https://codereview.chromium.org/2801723003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode220 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:220: this._resetCookies(); No more _resetWebSQL? https://codereview.chromium.org/2801723003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode251 ...
3 years, 8 months ago (2017-04-06 00:12:24 UTC) #6
eostroukhov
Thanks for the review. Code updated, please take another look. https://codereview.chromium.org/2801723003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (right): https://codereview.chromium.org/2801723003/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode220 ...
3 years, 8 months ago (2017-04-06 00:26:18 UTC) #8
dgozman
Let's add a test! https://codereview.chromium.org/2801723003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (left): https://codereview.chromium.org/2801723003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#oldcode265 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:265: this._panel.resetView(); What happened to this? ...
3 years, 8 months ago (2017-04-06 00:41:04 UTC) #10
eostroukhov
https://codereview.chromium.org/2801723003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js (left): https://codereview.chromium.org/2801723003/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#oldcode265 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:265: this._panel.resetView(); On 2017/04/06 00:41:04, dgozman wrote: > What happened ...
3 years, 8 months ago (2017-04-06 15:23:59 UTC) #13
eostroukhov
I added a test case. Please take a look.
3 years, 8 months ago (2017-04-11 17:02:42 UTC) #15
dgozman
https://codereview.chromium.org/2801723003/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html File third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html (right): https://codereview.chromium.org/2801723003/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html#newcode7 third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html:7: <script> // window.debugTest=true; remove debugTest https://codereview.chromium.org/2801723003/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html#newcode25 third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html:25: function waitABit() ...
3 years, 8 months ago (2017-04-11 17:27:29 UTC) #17
eostroukhov
Thank for reviewing the CL. I addressed the comments, please take another look. https://codereview.chromium.org/2801723003/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation.html File ...
3 years, 8 months ago (2017-04-11 21:45:58 UTC) #24
dgozman
Beautiful, thanks! lgtm
3 years, 8 months ago (2017-04-11 21:55:10 UTC) #25
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/2801723003/80001
3 years, 8 months ago (2017-04-11 22:07:35 UTC) #30
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 23:37:20 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/46f77da2781539ca0cefc84e7bf8...

Powered by Google App Engine
This is Rietveld 408576698