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

Issue 347543002: DevTools: Extract CSS resources preloading from css agent to page agent controlled loader. (Closed)

Created:
6 years, 6 months ago by vsevik
Modified:
6 years, 6 months ago
Reviewers:
apavlov, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Extract CSS resources preloading from css agent to page agent controlled loader. R=pfeldman BUG=354447 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176443

Patch Set 1 #

Total comments: 22

Patch Set 2 : Comments addressed #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -88 lines) Patch
M Source/core/core.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.h View 1 2 4 chunks +8 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 9 chunks +25 lines, -78 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.h View 5 chunks +6 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 8 chunks +10 lines, -4 lines 0 comments Download
A Source/core/inspector/InspectorResourceContentLoader.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A Source/core/inspector/InspectorResourceContentLoader.cpp View 1 2 1 chunk +134 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
vsevik
PTAL
6 years, 6 months ago (2014-06-18 13:53:50 UTC) #1
apavlov
https://chromiumcodereview.appspot.com/347543002/diff/1/Source/core/inspector/InspectorCSSAgent.h File Source/core/inspector/InspectorCSSAgent.h (right): https://chromiumcodereview.appspot.com/347543002/diff/1/Source/core/inspector/InspectorCSSAgent.h#newcode145 Source/core/inspector/InspectorCSSAgent.h:145: static void collectAllDocumentStyleSheets(Document*, Vector<CSSStyleSheet*>&); statics go first https://chromiumcodereview.appspot.com/347543002/diff/1/Source/core/inspector/InspectorCSSAgent.h#newcode166 Source/core/inspector/InspectorCSSAgent.h:166: ...
6 years, 6 months ago (2014-06-18 14:34:00 UTC) #2
vsevik
https://chromiumcodereview.appspot.com/347543002/diff/1/Source/core/inspector/InspectorCSSAgent.h File Source/core/inspector/InspectorCSSAgent.h (right): https://chromiumcodereview.appspot.com/347543002/diff/1/Source/core/inspector/InspectorCSSAgent.h#newcode145 Source/core/inspector/InspectorCSSAgent.h:145: static void collectAllDocumentStyleSheets(Document*, Vector<CSSStyleSheet*>&); On 2014/06/18 14:33:58, apavlov wrote: ...
6 years, 6 months ago (2014-06-18 14:49:56 UTC) #3
apavlov
lgtm
6 years, 6 months ago (2014-06-18 15:07:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/347543002/20001
6 years, 6 months ago (2014-06-18 15:08:54 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-18 16:15:20 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/inspector/InspectorCSSAgent.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-18 16:15:21 UTC) #7
vsevik
The CQ bit was checked by vsevik@chromium.org
6 years, 6 months ago (2014-06-18 16:47:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vsevik@chromium.org/347543002/40001
6 years, 6 months ago (2014-06-18 16:48:08 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 18:50:11 UTC) #10
Message was sent while issue was closed.
Change committed as 176443

Powered by Google App Engine
This is Rietveld 408576698