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

Issue 1888673002: [DevTools] Move style sheet content storage from css agent to resource loader. (Closed)

Created:
4 years, 8 months ago by dgozman
Modified:
4 years, 8 months ago
Reviewers:
caseq
CC:
chromium-reviews, caseq+blink_chromium.org, blink-reviews-style_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Move style sheet content storage from css agent to resource loader. This is required to destroy agents on detach as a part of multiclient work. BUG=590878 TBR=pfeldman@chromium.org Committed: https://crrev.com/139c34259dd888542d53715f68d5abb8f1777b44 Cr-Commit-Position: refs/heads/master@{#387522}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Separate class #

Total comments: 7

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -58 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 6 chunks +5 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 6 chunks +6 lines, -32 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 6 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 5 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 19 (8 generated)
dgozman
Take a look please.
4 years, 8 months ago (2016-04-14 03:34:06 UTC) #2
caseq
https://codereview.chromium.org/1888673002/diff/1/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h File third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h (right): https://codereview.chromium.org/1888673002/diff/1/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h#newcode57 third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h:57: HashMap<int, String> m_styleElementContents; It looks like this couple is ...
4 years, 8 months ago (2016-04-14 19:20:40 UTC) #3
dgozman
Please take another look.
4 years, 8 months ago (2016-04-15 00:10:28 UTC) #4
caseq
lgtm https://codereview.chromium.org/1888673002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp File third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp (right): https://codereview.chromium.org/1888673002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp#newcode27 third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp:27: if (frame == m_inspectedFrames->root()) { nit: if (frame ...
4 years, 8 months ago (2016-04-15 00:31:54 UTC) #5
dgozman
https://codereview.chromium.org/1888673002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp File third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp (right): https://codereview.chromium.org/1888673002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp#newcode27 third_party/WebKit/Source/core/inspector/InspectorResourceContainer.cpp:27: if (frame == m_inspectedFrames->root()) { On 2016/04/15 00:31:54, caseq ...
4 years, 8 months ago (2016-04-15 00:48:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1888673002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1888673002/40001
4 years, 8 months ago (2016-04-15 00:49:35 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/168954)
4 years, 8 months ago (2016-04-15 00:57:09 UTC) #11
dgozman
TBR'ing pfeldman for core.gypi
4 years, 8 months ago (2016-04-15 01:44:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1888673002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1888673002/40001
4 years, 8 months ago (2016-04-15 01:45:27 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-15 02:22:19 UTC) #17
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 02:25:21 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/139c34259dd888542d53715f68d5abb8f1777b44
Cr-Commit-Position: refs/heads/master@{#387522}

Powered by Google App Engine
This is Rietveld 408576698