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

Issue 2712043002: [DevTools] Separate frames and resources handling (Closed)

Created:
3 years, 10 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/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Separate frames and resources handling BUG=698027 Review-Url: https://codereview.chromium.org/2712043002 Cr-Commit-Position: refs/heads/master@{#454956} Committed: https://chromium.googlesource.com/chromium/src/+/517b840ba9cf91c4a33bd3c0552b74bf4b2a64e9

Patch Set 1 #

Patch Set 2 : Reduced reliance on a single target. #

Patch Set 3 : Added missing null check #

Total comments: 12

Patch Set 4 : [DevTools] Separate frames and resources handling #

Total comments: 4

Patch Set 5 : [DevTools] Separate frames and resources handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -2301 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js View 1 19 chunks +31 lines, -336 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js View 1 2 3 4 3 chunks +226 lines, -1964 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/module.json View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 36 (23 generated)
eostroukhov
Please take a look.
3 years, 10 months ago (2017-02-24 00:54:19 UTC) #3
eostroukhov
3 years, 10 months ago (2017-02-24 16:47:06 UTC) #8
eostroukhov
I updated this change with a better support for OOPIF. Please take a look.
3 years, 10 months ago (2017-02-24 22:30:53 UTC) #12
dgozman
I believe I didn't understand what this patch does. It needs a bug and a ...
3 years, 10 months ago (2017-02-25 00:54:42 UTC) #15
eostroukhov
https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js (right): https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode28 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:28: this.populateFrame(mainFrame); On 2017/02/25 00:54:42, dgozman wrote: > Why populate ...
3 years, 10 months ago (2017-02-25 01:00:23 UTC) #16
dgozman
On 2017/02/25 01:00:23, eostroukhov wrote: > https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js > File third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js > (right): > > https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode28 ...
3 years, 10 months ago (2017-02-25 01:07:06 UTC) #17
eostroukhov
On 2017/02/25 01:07:06, dgozman wrote: > On 2017/02/25 01:00:23, eostroukhov wrote: > > > https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js ...
3 years, 9 months ago (2017-03-02 21:35:03 UTC) #21
caseq
https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js (right): https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode19 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:19: addListener(SDK.ResourceTreeModel.Events.FrameAdded, this.frameAdded, this); let's keep listeners private. https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode40 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:40: ...
3 years, 9 months ago (2017-03-03 21:59:55 UTC) #22
eostroukhov
Thank you for the review. I updated the CL, please take another look. https://codereview.chromium.org/2712043002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js File ...
3 years, 9 months ago (2017-03-04 00:16:36 UTC) #23
caseq
lgtm https://codereview.chromium.org/2712043002/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js (right): https://codereview.chromium.org/2712043002/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode112 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:112: populateFrame(frame) { _populateFrame(frame)? https://codereview.chromium.org/2712043002/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode277 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:277: static resourceViewForResource(resource) { ...
3 years, 9 months ago (2017-03-04 01:46:06 UTC) #24
eostroukhov
Thank you for the review. https://codereview.chromium.org/2712043002/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js (right): https://codereview.chromium.org/2712043002/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js#newcode112 third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js:112: populateFrame(frame) { On 2017/03/04 ...
3 years, 9 months ago (2017-03-04 02:11:40 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/2712043002/80001
3 years, 9 months ago (2017-03-06 17:11:21 UTC) #33
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 21:13:52 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/517b840ba9cf91c4a33bd3c0552b...

Powered by Google App Engine
This is Rietveld 408576698