Drop flush from SMILAnimationController::DoSample
Categories
(Core :: SVG, enhancement, P3)
Tracking
()
People
(Reporter: birtles, Assigned: longsonr)
References
Details
Attachments
(1 file)
Updated•8 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Only currently 3 failures, two of which are the same type.
https://treeherder.mozilla.org/jobs?repo=try&revision=a16a5fa481b32c2badf76a81c7e13602da65b32e
/svg/animations/reinserting-svg-into-document.html
layout/reftests/svg/smil/container/deferred-tree-3c.xhtml
layout/reftests/svg/smil/anim-targethref-10.svg
Reporter | ||
Comment 2•1 year ago
|
||
Yeah, all those seem to be related to updating the animation's target mid-animation so perhaps we could add a more targeted flush somewhere to cover just that scenario.
Assignee | ||
Comment 3•1 year ago
|
||
Any flush looks likely to stop us from fixing bug 1858792, short of ignoring the reentrancy altogether and just returning from the inner reclone attempt.
Assignee | ||
Comment 4•1 year ago
|
||
https://treeherder.mozilla.org/jobs?repo=try&revision=a02a455e5f86cd82d9f92778a53b3e847546484f
Fixed two of the three issues. Only layout/reftests/svg/smil/anim-targethref-10.svg left and that's intermittent. Since there's no scripting in that one it's a bit harder to see where we'd put a flush.
Assignee | ||
Comment 5•10 months ago
|
||
Assignee | ||
Comment 6•10 months ago
|
||
Assignee | ||
Comment 7•10 months ago
|
||
Updated•10 months ago
|
Comment 9•10 months ago
|
||
bugherder |
Updated•10 months ago
|
Description
•