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

Issue 16745003: DevTools: Move CSS.CSSMedia construction into InspectorCSSAgent (Closed)

Created:
7 years, 6 months ago by apavlov
Modified:
7 years, 6 months ago
Reviewers:
vsevik, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Move CSS.CSSMedia construction into InspectorCSSAgent This preliminary patch prepares for building CSSMedia objects based on their corresponding InspectorStyleSheets, which would be impossible without this move. R=yurys@chromium.org BUG=247681 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152425

Patch Set 1 #

Patch Set 2 : Make InspectorPageAgent getter a const one #

Total comments: 2

Patch Set 3 : Get rid of the ISS->ICSSAgent dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -153 lines) Patch
M Source/core/inspector/InspectorCSSAgent.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 10 chunks +125 lines, -15 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.h View 1 2 5 chunks +4 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 2 7 chunks +26 lines, -132 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
apavlov
7 years, 6 months ago (2013-06-10 16:29:34 UTC) #1
apavlov
7 years, 6 months ago (2013-06-13 12:15:18 UTC) #2
yurys
https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.cpp File Source/core/inspector/InspectorCSSAgent.cpp (left): https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.cpp#oldcode1235 Source/core/inspector/InspectorCSSAgent.cpp:1235: RefPtr<InspectorStyleSheetForInlineStyle> inspectorStyleSheet = InspectorStyleSheetForInlineStyle::create(m_domAgent->pageAgent(), newStyleSheetId, element, TypeBuilder::CSS::StyleSheetOrigin::Regular, this); I ...
7 years, 6 months ago (2013-06-13 13:52:05 UTC) #3
yurys
https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.h File Source/core/inspector/InspectorCSSAgent.h (right): https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.h#newcode145 Source/core/inspector/InspectorCSSAgent.h:145: InspectorPageAgent* pageAgent() const { return m_pageAgent; } As discussed ...
7 years, 6 months ago (2013-06-13 14:48:35 UTC) #4
apavlov
On 2013/06/13 14:48:35, Yury Semikhatsky wrote: > https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.h > File Source/core/inspector/InspectorCSSAgent.h (right): > > https://codereview.chromium.org/16745003/diff/3001/Source/core/inspector/InspectorCSSAgent.h#newcode145 ...
7 years, 6 months ago (2013-06-13 16:00:33 UTC) #5
yurys
lgtm
7 years, 6 months ago (2013-06-13 17:02:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/16745003/10001
7 years, 6 months ago (2013-06-14 06:10:46 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=9637
7 years, 6 months ago (2013-06-14 07:33:23 UTC) #8
apavlov
7 years, 6 months ago (2013-06-14 07:45:01 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r152425 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698