[Webkit-unassigned] [Bug 254134] New: DIV Element and it's child element resources doesn't removed from DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 19 06:46:33 PDT 2023


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

            Bug ID: 254134
           Summary: DIV Element and it's child element resources doesn't
                    removed from DOM.
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vasubharani96 at gmail.com

We have observed the memory choke issue in memory budget project. 
>From our understanding if DIV element remove is call from the script , the browser should remove the node from DOM tree and its resource (png,.jpeg.,) .
If this process is done correctly, we get the corresponding memory.

But from our case, after call obj.remove() or obj.empty() method from script,it does not delete or remove the DIV element with it resources from DOM tree and memory cache.

If we perform continuous navigation in the Application,only DOM node added continuously without remove DIV element.Could you please confirm whether DOM element not remove issue is specific version of webkit or not.Also we need your support to overcome this issue ASAP.


We have used webkit port as GTK v2.16.5 and revision 218831 in our project.

Reference Application URL : http://basiciqdz.beinconnect.com.tr/


Note :
If we migrate the browser from on page to another page and all the node completely removed because of garbage collection is happened.

-- 
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/20230319/34be1dd2/attachment.htm>


More information about the webkit-unassigned mailing list