[Webkit-unassigned] [Bug 90414] New: Make HTMLCollection RefCounted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 16:52:53 PDT 2012


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

           Summary: Make HTMLCollection RefCounted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: andersca at apple.com, koivisto at iki.fi, kling at webkit.org
            Blocks: 89919


Right now HTMLCollection forwards ref/deref to its owner but this model makes tricky to merge it with DynamicNodeList. Also, we never delete HTMLCollection as long as its owner is alive because no one clears entries in m_cachedCollections, end up consuming a lot of memory over time when the node is left in the tree.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list