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

Issue 305783004: Prepare SVGSMILElement for oilpan (Closed)

Created:
6 years, 6 months ago by kouhei (in TOK)
Modified:
6 years, 6 months ago
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, rwlbuis, fs, kouhei+svg_chromium.org, dstockwell, Timothy Loh, krit, f(malita), gyuyoung.kim_webkit.org, darktears, Stephen Chennney, Steve Block, Eric Willigers
Visibility:
Public.

Description

Prepare SVGSMILElement for oilpan. In oilpan builds, |m_syncBaseDependents| and |m_syncBase| are changed to weak references from manual detach in d-tors. |m_syncBase| is changed from Element* -> SVGSMILElement* as its only valid value is SVGSMILElement*. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175088

Patch Set 1 #

Total comments: 7

Patch Set 2 : strong refs #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -11 lines) Patch
M Source/core/svg/animation/SVGSMILElement.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 5 chunks +9 lines, -8 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
kouhei (in TOK)
6 years, 6 months ago (2014-05-29 04:37:42 UTC) #1
pdr.
On 2014/05/29 04:37:42, kouhei wrote: LGTM
6 years, 6 months ago (2014-05-29 04:47:04 UTC) #2
haraken
Please write what this CL is doing in the CL description so that others can ...
6 years, 6 months ago (2014-05-29 04:58:58 UTC) #3
kouhei (in TOK)
https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp File Source/core/svg/animation/SVGSMILElement.cpp (right): https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp#newcode223 Source/core/svg/animation/SVGSMILElement.cpp:223: disconnectEventBaseConditions(); On 2014/05/29 04:58:58, haraken wrote: > > Making ...
6 years, 6 months ago (2014-05-29 05:08:09 UTC) #4
haraken
https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp File Source/core/svg/animation/SVGSMILElement.cpp (right): https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp#newcode665 Source/core/svg/animation/SVGSMILElement.cpp:665: SVGElement* eventBase = eventBaseFor(*condition); Is it guaranteed that the ...
6 years, 6 months ago (2014-05-29 06:14:09 UTC) #5
kouhei (in TOK)
On 2014/05/29 06:14:09, haraken wrote: > https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp > File Source/core/svg/animation/SVGSMILElement.cpp (right): > > https://codereview.chromium.org/305783004/diff/1/Source/core/svg/animation/SVGSMILElement.cpp#newcode665 > ...
6 years, 6 months ago (2014-05-29 07:42:43 UTC) #6
haraken
LGTM. https://codereview.chromium.org/305783004/diff/20001/Source/core/svg/animation/SVGSMILElement.cpp File Source/core/svg/animation/SVGSMILElement.cpp (right): https://codereview.chromium.org/305783004/diff/20001/Source/core/svg/animation/SVGSMILElement.cpp#newcode1250 Source/core/svg/animation/SVGSMILElement.cpp:1250: DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<WillBeHeapHashSet<RawPtrWillBeMember<SVGSMILElement> > >, loopBreaker, (adoptPtrWillBeNoop(new WillBeHeapHashSet<RawPtrWillBeMember<SVGSMILElement> >()))); Discussed ...
6 years, 6 months ago (2014-05-29 08:11:52 UTC) #7
kouhei (in TOK)
On 2014/05/29 08:11:52, haraken wrote: > LGTM. > > https://codereview.chromium.org/305783004/diff/20001/Source/core/svg/animation/SVGSMILElement.cpp > File Source/core/svg/animation/SVGSMILElement.cpp (right): > ...
6 years, 6 months ago (2014-05-29 08:13:27 UTC) #8
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 6 months ago (2014-05-29 08:13:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/305783004/20001
6 years, 6 months ago (2014-05-29 08:14:41 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 00:56:49 UTC) #11
Message was sent while issue was closed.
Change committed as 175088

Powered by Google App Engine
This is Rietveld 408576698