RESOLVED FIXED 184555
[Web Animations] Fix a host of small CSS Animations and CSS Transitions issues
https://bugs.webkit.org/show_bug.cgi?id=184555
Summary [Web Animations] Fix a host of small CSS Animations and CSS Transitions issues
Antoine Quint
Reported 2018-04-12 13:26:09 PDT
[Web Animations] Fix a host of small CSS Animations and CSS Transitions issues
Attachments
Patch (36.42 KB, patch)
2018-04-12 13:42 PDT, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2018-04-12 13:42:21 PDT
Dean Jackson
Comment 2 2018-04-12 13:50:09 PDT
Comment on attachment 337831 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=337831&action=review > Source/WebCore/animation/CSSAnimation.cpp:34 > +Ref<CSSAnimation> CSSAnimation::create(Element& target, const Animation& backingAnimation, const RenderStyle* oldStyle, const RenderStyle& newStyle) Why is one a pointer? Can oldStyle be null?
Antoine Quint
Comment 3 2018-04-12 13:50:54 PDT
(In reply to Dean Jackson from comment #2) > Comment on attachment 337831 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=337831&action=review > > > Source/WebCore/animation/CSSAnimation.cpp:34 > > +Ref<CSSAnimation> CSSAnimation::create(Element& target, const Animation& backingAnimation, const RenderStyle* oldStyle, const RenderStyle& newStyle) > > Why is one a pointer? Can oldStyle be null? Yes! This could be the initial style resolution.
Antoine Quint
Comment 4 2018-04-12 14:26:04 PDT
Radar WebKit Bug Importer
Comment 5 2018-04-12 14:27:37 PDT
Note You need to log in before you can comment on or make changes to this bug.