Closed
Bug 1552387
Opened 6 years ago
Closed 6 years ago
Web Animations leaks memory when applied to non HTML/SVG elements
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•6 years ago
|
||
The tests added in this patch do not fail any of their assertions with or
without the code changes in this patch. However, without the code changes in
this patch they will both fail due to reported memory leaks.
Pushed by bbirtles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eeb6dd82b7c1
Traverse and unlink EffectSet properties on non-HTML/SVG elements too; r=hiro
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/16893 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•