[Webkit-unassigned] [Bug 256404] Document leak on pages with text input forms such as google.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 16:38:12 PDT 2023


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

--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org> ---
Right. Consider an operation to remove a node for example. To undo this removal we need to inset back the original node that got removed since other steps that ran before or after this undo step may reference the removed node as an insertion point, etc... our undo / redo stack currently relies on the exact same DOM structure to be restored at each step.

-- 
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/20230510/5e8ddedd/attachment.htm>


More information about the webkit-unassigned mailing list