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

Issue 212703003: [Oilpan]: Move StyleKeyFrame to the oilpan heap using transition types. (Closed)

Created:
6 years, 9 months ago by wibling-chromium
Modified:
6 years, 9 months ago
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), rwlbuis, rune+blink, dglazkov+blink, dstockwell, Timothy Loh, apavlov+blink_chromium.org, darktears, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -32 lines) Patch
M Source/core/animation/css/CSSAnimations.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGrammar.y View 1 2 chunks +4 lines, -3 lines 0 comments Download
M Source/core/css/CSSKeyframeRule.h View 3 chunks +8 lines, -6 lines 0 comments Download
M Source/core/css/CSSKeyframeRule.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/css/CSSKeyframesRule.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSKeyframesRule.cpp View 3 chunks +9 lines, -3 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser.h View 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser-in.cpp View 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
wibling-chromium
6 years, 9 months ago (2014-03-26 13:06:51 UTC) #1
haraken
LGTM https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSGrammar.y File Source/core/css/CSSGrammar.y (right): https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSGrammar.y#newcode91 Source/core/css/CSSGrammar.y:91: WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >* keyframeRuleList; Can you move this up ...
6 years, 9 months ago (2014-03-26 13:17:12 UTC) #2
wibling-chromium
Thanks for the review! https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSKeyframeRule.h File Source/core/css/CSSKeyframeRule.h (right): https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSKeyframeRule.h#newcode71 Source/core/css/CSSKeyframeRule.h:71: RefPtr<StylePropertySet> m_properties; On 2014/03/26 13:17:12, ...
6 years, 9 months ago (2014-03-26 13:31:33 UTC) #3
wibling-chromium
https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSGrammar.y File Source/core/css/CSSGrammar.y (right): https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSGrammar.y#newcode91 Source/core/css/CSSGrammar.y:91: WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >* keyframeRuleList; On 2014/03/26 13:17:12, haraken wrote: > ...
6 years, 9 months ago (2014-03-26 13:31:55 UTC) #4
haraken
> https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSKeyframeRule.h > File Source/core/css/CSSKeyframeRule.h (right): > > https://codereview.chromium.org/212703003/diff/1/Source/core/css/CSSKeyframeRule.h#newcode71 > Source/core/css/CSSKeyframeRule.h:71: RefPtr<StylePropertySet> m_properties; > On ...
6 years, 9 months ago (2014-03-26 13:38:52 UTC) #5
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 9 months ago (2014-03-26 13:39:57 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/212703003/100001
6 years, 9 months ago (2014-03-26 13:39:59 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-26 13:46:56 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 9 months ago (2014-03-26 13:46:57 UTC) #9
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 9 months ago (2014-03-26 13:53:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wibling@chromium.org/212703003/100001
6 years, 9 months ago (2014-03-26 13:53:15 UTC) #11
zerny-chromium
lgtm
6 years, 9 months ago (2014-03-26 14:10:52 UTC) #12
commit-bot: I haz the power
6 years, 9 months ago (2014-03-26 14:48:09 UTC) #13
Message was sent while issue was closed.
Change committed as 170064

Powered by Google App Engine
This is Rietveld 408576698