[Webkit-unassigned] [Bug 262219] Previously focused form input elements are not getting garbage collected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 09:40:19 PST 2023


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

Cristian Linte <ioancris at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ioancris at adobe.com

--- Comment #11 from Cristian Linte <ioancris at adobe.com> ---
Created attachment 468685

  --> https://bugs.webkit.org/attachment.cgi?id=468685&action=review

Heap snapshot showing JS wrapper referenced from other world

This shows that there are 2 JS Wrappers for the same input HTML node. One is from the main world and another from another world. The one from main world is not referenced from JS and the node has no parent so it's not kept alive by other nodes. The wrapper from other world is referenced from JS and this keeps alive both JS wrappers.

-- 
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/20231120/93124b65/attachment-0001.htm>


More information about the webkit-unassigned mailing list