[Webkit-unassigned] [Bug 273546] New: Updating DOM textContent Leaks Memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 05:46:19 PDT 2024


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

            Bug ID: 273546
           Summary: Updating DOM textContent Leaks Memory
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zecrobuddy at gmail.com

Created attachment 471234

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

Running this file leaks memory.

On GNOME Web 42.4 using webkit2gtk-4.0 version 2.44.0 on Ubuntu 22.04 X64, updating text content of a div using node.textContent = `new content` leaks memory.
Please see the html file attached below for the full code. Loading this html and running the code will cause memory usage to continuously grow over time. 
Based on the web inspector timeline for memory, it appears that the page category is leaking the memory.

-- 
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/20240501/44329908/attachment-0001.htm>


More information about the webkit-unassigned mailing list