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

Issue 2747123008: [DevTools] Separate old Application tab code (Closed)

Created:
3 years, 9 months ago by eostroukhov
Modified:
3 years, 9 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] Separate old Application tab code This CL moves "old" application tab code into a new class so the new codebase could be built in parallel, allowing us to run experiment and to port features gradually. BUG=698027 Review-Url: https://codereview.chromium.org/2747123008 Cr-Commit-Position: refs/heads/master@{#458873} Committed: https://chromium.googlesource.com/chromium/src/+/8f7c3a1ade6b01cb90a8648d1e4dbfeab14bd8a5

Patch Set 1 #

Total comments: 14

Patch Set 2 : [DevTools] Separate old Application tab code #

Patch Set 3 : [DevTools] Separate old Application tab code #

Total comments: 18

Patch Set 4 : [DevTools] Separate old Application tab code #

Patch Set 5 : [DevTools] Separate old Application tab code #

Patch Set 6 : Reshuffled some code. #

Total comments: 8

Patch Set 7 : [DevTools] Separate old Application tab code #

Total comments: 6

Patch Set 8 : [DevTools] Separate old Application tab code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -1930 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-storage-test.js View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/indexeddb-test.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/resources-panel.html View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-view.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/reveal-objects.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js View 1 2 3 4 5 6 7 33 chunks +80 lines, -215 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ClearStorageView.js View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/CookieItemsView.js View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js View 1 2 3 4 5 6 7 4 chunks +69 lines, -1684 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/module.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 50 (34 generated)
eostroukhov
3 years, 9 months ago (2017-03-17 00:15:18 UTC) #4
dgozman
https://codereview.chromium.org/2747123008/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/2747123008/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode2 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:2: * Copyright (C) 2007, 2008, 2010 Apple Inc. All ...
3 years, 9 months ago (2017-03-17 17:50:12 UTC) #7
eostroukhov
Thank you for the review. Please take another look. https://codereview.chromium.org/2747123008/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/2747123008/diff/1/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode2 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:2: ...
3 years, 9 months ago (2017-03-17 19:01:12 UTC) #9
eostroukhov
I tried to move all "generic" code (e.g. views showing, category tree items, etc) to ...
3 years, 9 months ago (2017-03-18 01:30:29 UTC) #15
caseq
https://codereview.chromium.org/2747123008/diff/40001/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/2747123008/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode761 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:761: this._target = null; Can we rather explicitly keep the ...
3 years, 9 months ago (2017-03-20 18:04:26 UTC) #18
dgozman
https://codereview.chromium.org/2747123008/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2747123008/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode106 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:106: // TODO[eostroukhov]: Code below is used for tests. Test ...
3 years, 9 months ago (2017-03-20 18:29:11 UTC) #19
eostroukhov
Thanks for the review. Updated. Please take another look. https://codereview.chromium.org/2747123008/diff/40001/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/2747123008/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js#newcode761 third_party/WebKit/Source/devtools/front_end/resources/ApplicationPanelSidebar.js:761: ...
3 years, 9 months ago (2017-03-20 19:28:02 UTC) #25
eostroukhov
This CL was updated - I pushed some changes from the branches built on top ...
3 years, 9 months ago (2017-03-21 23:19:19 UTC) #30
dgozman
https://codereview.chromium.org/2747123008/diff/100001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2747123008/diff/100001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode66 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:66: return this._resourcesLastSelectedItemSetting.get(); This setting has a default value of ...
3 years, 9 months ago (2017-03-22 00:07:27 UTC) #33
eostroukhov
Thank you for your comments, I addressed them. Please take another look. https://codereview.chromium.org/2747123008/diff/100001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js ...
3 years, 9 months ago (2017-03-22 00:54:09 UTC) #36
caseq
https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode10 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:10: this._resourcesLastSelectedItemSetting = Common.settings.createSetting('resourcesLastSelectedItem', ''); Doesn't this logically belong to ...
3 years, 9 months ago (2017-03-22 18:10:19 UTC) #39
eostroukhov
https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode10 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:10: this._resourcesLastSelectedItemSetting = Common.settings.createSetting('resourcesLastSelectedItem', ''); On 2017/03/22 18:10:18, caseq wrote: ...
3 years, 9 months ago (2017-03-22 18:15:03 UTC) #40
eostroukhov
Uploaded a new version, please take another look. https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2747123008/diff/120001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode10 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:10: this._resourcesLastSelectedItemSetting ...
3 years, 9 months ago (2017-03-22 19:08:30 UTC) #43
dgozman
lgtm
3 years, 9 months ago (2017-03-22 19:20:29 UTC) #44
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/2747123008/140001
3 years, 9 months ago (2017-03-22 19:29:04 UTC) #47
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 21:01:05 UTC) #50
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/8f7c3a1ade6b01cb90a8648d1e4d...

Powered by Google App Engine
This is Rietveld 408576698