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

Issue 195953003: Oilpan: Move CSSStyleDeclaration and subclasses to the heap using transistion types. (Closed)

Created:
6 years, 9 months ago by wibling-chromium
Modified:
6 years, 9 months ago
CC:
blink-reviews, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, aandrey+blink_chromium.org, rune+blink, caseq+blink_chromium.org, arv+blink, yurys+blink_chromium.org, dglazkov+blink, devtools-reviews_chromium.org, rwlbuis, kenneth.christiansen, loislo+blink_chromium.org, sof, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, alph+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, ed+blinkwatch_opera.com, Inactive, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -48 lines) Patch
M Source/core/css/CSSComputedStyleDeclaration.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/css/CSSFilterRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFilterRule.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSFontFaceRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceRule.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSKeyframeRule.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSKeyframeRule.cpp View 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/css/CSSPageRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPageRule.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/css/CSSStyleRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleRule.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.h View 1 4 chunks +22 lines, -6 lines 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 8 chunks +41 lines, -1 line 0 comments Download
M Source/core/css/StylePropertySet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySet.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/parser/MediaQueryParser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ElementRareData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ElementRareData.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/core/dom/Position.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Position.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ApplyStyleCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditingStyle.cpp View 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/frame/DOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
wibling-chromium
6 years, 9 months ago (2014-03-20 11:07:50 UTC) #1
haraken
LGTM https://codereview.chromium.org/195953003/diff/1/Source/core/css/CSSStyleDeclaration.h File Source/core/css/CSSStyleDeclaration.h (right): https://codereview.chromium.org/195953003/diff/1/Source/core/css/CSSStyleDeclaration.h#newcode73 Source/core/css/CSSStyleDeclaration.h:73: virtual void trace(Visitor*) { } Probably this could ...
6 years, 9 months ago (2014-03-20 11:22:38 UTC) #2
wibling-chromium
Thanks for the review~ https://codereview.chromium.org/195953003/diff/1/Source/core/css/CSSStyleDeclaration.h File Source/core/css/CSSStyleDeclaration.h (right): https://codereview.chromium.org/195953003/diff/1/Source/core/css/CSSStyleDeclaration.h#newcode73 Source/core/css/CSSStyleDeclaration.h:73: virtual void trace(Visitor*) { } ...
6 years, 9 months ago (2014-03-20 11:59:33 UTC) #3
wibling-chromium
On 2014/03/20 11:59:33, wibling-chromium wrote: > Thanks for the review~ > > https://codereview.chromium.org/195953003/diff/1/Source/core/css/CSSStyleDeclaration.h > File ...
6 years, 9 months ago (2014-03-20 12:06:27 UTC) #4
Mads Ager (chromium)
LGTM
6 years, 9 months ago (2014-03-20 12:06:31 UTC) #5
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 9 months ago (2014-03-20 12:23:25 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wibling@chromium.org/195953003/20001
6 years, 9 months ago (2014-03-20 12:23:32 UTC) #7
commit-bot: I haz the power
Change committed as 169652
6 years, 9 months ago (2014-03-20 13:28:51 UTC) #8
wibling-chromium
6 years, 9 months ago (2014-03-20 15:52:42 UTC) #9
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/205033007/ by wibling@chromium.org.

The reason for reverting is: Breaking tests..

Powered by Google App Engine
This is Rietveld 408576698