[Webkit-unassigned] [Bug 195325] Canvas elements not garbage collected immediately in Safari on iOS 12

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 11:38:05 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=195325

--- Comment #13 from Dean Jackson <dino at apple.com> ---
This would be expected behaviour if there were still references to the canvas elements, but there isn't in this test.

The fix is to see if it is ok to trigger GC while the HTMLCanvasElement is trying to create backing store, but only if there isn't enough memory, and then retry the allocation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220621/3858102f/attachment.htm>


More information about the webkit-unassigned mailing list