Closed
Bug 1361933
Opened 8 years ago
Closed 8 years ago
stylo: Assertions because Interpolating null StyleAnimationValues if we have missing keyframes on the compositor thread
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1354947
People
(Reporter: boris, Unassigned)
References
Details
I got some assertions in AnimationHelper.cpp because we use null StyleAnimationValues to compute the interpolation value after enabling OMTA in test_animations_omta.html [1]. File this bug for it.
[1] http://searchfox.org/mozilla-central/rev/ae8c2e2354db652950fe0ec16983360c21857f2a/layout/style/test/test_animations_omta.html#1517-1568
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Comment 1•8 years ago
|
||
Will be fixed by bug 1354947.
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
> Will be fixed by bug 1354947.
Thanks, hiro. It's a good news.
Reporter | ||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Also note that on stylo CSS animations do not generate missing keyframes at all (If I implemented keyframe handling correctly ).
Reporter | ||
Comment 4•8 years ago
|
||
After applying bug 1354947, I can't reproduce this assertion.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•