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

Issue 1322883003: Oilpan: KeyframeEffect::m_target shouldn't become stale (Closed)

Created:
5 years, 3 months ago by haraken
Modified:
5 years, 3 months ago
Reviewers:
oilpan-reviews, sof
CC:
blink-reviews, shans, blink-reviews-animation_chromium.org, Eric Willigers, rjwright, darktears
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: KeyframeEffect::m_target shouldn't become stale r201633 shipped oilpan for core/animations/, but I removed !ENABLE(OILPAN) code too much. Some of them shouldn't be removed until we ship Oilpan for the Node hierarchy. This CL recovers the code to clear KeyFrameEffect::m_target when the target Element gets destructed. BUG=527520 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201715

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
M Source/core/animation/ElementAnimations.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M Source/core/animation/ElementAnimations.cpp View 1 2 3 4 5 2 chunks +19 lines, -0 lines 0 comments Download
M Source/core/animation/KeyframeEffect.cpp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/dom/ElementRareData.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
haraken
PTAL
5 years, 3 months ago (2015-09-03 00:33:37 UTC) #2
sof
https://codereview.chromium.org/1322883003/diff/40001/Source/core/animation/ElementAnimations.cpp File Source/core/animation/ElementAnimations.cpp (right): https://codereview.chromium.org/1322883003/diff/40001/Source/core/animation/ElementAnimations.cpp#newcode46 Source/core/animation/ElementAnimations.cpp:46: for (KeyframeEffect* effect : m_effects) Aren't you touching a ...
5 years, 3 months ago (2015-09-03 05:21:46 UTC) #3
haraken
On 2015/09/03 05:21:46, sof wrote: > https://codereview.chromium.org/1322883003/diff/40001/Source/core/animation/ElementAnimations.cpp > File Source/core/animation/ElementAnimations.cpp (right): > > https://codereview.chromium.org/1322883003/diff/40001/Source/core/animation/ElementAnimations.cpp#newcode46 > ...
5 years, 3 months ago (2015-09-03 05:55:34 UTC) #4
sof
On 2015/09/03 05:55:34, haraken wrote: > On 2015/09/03 05:21:46, sof wrote: > > > https://codereview.chromium.org/1322883003/diff/40001/Source/core/animation/ElementAnimations.cpp ...
5 years, 3 months ago (2015-09-03 06:08:27 UTC) #5
haraken
On 2015/09/03 06:08:27, sof wrote: > On 2015/09/03 05:55:34, haraken wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 06:15:57 UTC) #6
sof
On 2015/09/03 06:15:57, haraken wrote: > On 2015/09/03 06:08:27, sof wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 06:18:24 UTC) #7
haraken
On 2015/09/03 06:18:24, sof wrote: > On 2015/09/03 06:15:57, haraken wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 07:19:39 UTC) #8
sof
On 2015/09/03 07:19:39, haraken wrote: > On 2015/09/03 06:18:24, sof wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 07:30:26 UTC) #9
sof
lgtm, update the CL title to something a bit more descriptive?
5 years, 3 months ago (2015-09-03 07:31:04 UTC) #10
haraken
On 2015/09/03 07:31:04, sof wrote: > update the CL title to something a bit more ...
5 years, 3 months ago (2015-09-03 08:41:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322883003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322883003/100001
5 years, 3 months ago (2015-09-03 08:42:03 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-09-03 09:51:05 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201715

Powered by Google App Engine
This is Rietveld 408576698