WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
183373
[Web Animations] Add a new CSSTransition subclass of WebAnimation
https://bugs.webkit.org/show_bug.cgi?id=183373
Summary
[Web Animations] Add a new CSSTransition subclass of WebAnimation
Antoine Quint
Reported
2018-03-06 09:10:30 PST
As we implement CSS Transitions over the Web Animations engine, we’ll need a way to represent an animation created using CSS Transitions. To do so, we’ll add a new CSSTransition subclass of WebAnimation. This Radar covers the basic task of adding the new class to WebCore.
Attachments
Patch
(14.91 KB, patch)
2018-03-06 10:38 PST
,
Antoine Quint
no flags
Details
Formatted Diff
Diff
Patch
(15.38 KB, patch)
2018-03-06 11:26 PST
,
Antoine Quint
no flags
Details
Formatted Diff
Diff
Patch for landing
(15.38 KB, patch)
2018-03-06 12:51 PST
,
Antoine Quint
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2018-03-06 09:10:46 PST
<
rdar://problem/38181985
>
Antoine Quint
Comment 2
2018-03-06 10:38:14 PST
Created
attachment 335114
[details]
Patch
Dean Jackson
Comment 3
2018-03-06 10:40:56 PST
Comment on
attachment 335114
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=335114&action=review
> Source/WebCore/animation/CSSTransition.cpp:40 > + auto& document = target.document(); > + > + auto result = adoptRef(*new CSSTransition(document)); > + > + return result;
Same comment as the other patch.
> Source/WebCore/animation/CSSTransition.h:50 > + CSSPropertyID m_transitionProperty; > + > +};
Extra blank line
Antoine Quint
Comment 4
2018-03-06 11:26:27 PST
Created
attachment 335118
[details]
Patch
Antoine Quint
Comment 5
2018-03-06 12:51:28 PST
Created
attachment 335128
[details]
Patch for landing
WebKit Commit Bot
Comment 6
2018-03-06 13:27:08 PST
Comment on
attachment 335128
[details]
Patch for landing Clearing flags on attachment: 335128 Committed
r229340
: <
https://trac.webkit.org/changeset/229340
>
WebKit Commit Bot
Comment 7
2018-03-06 13:27:09 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug