[Webkit-unassigned] [Bug 90326] New: HTMLCollection needs to follow DynamicNodeList's invalidation model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 17:29:18 PDT 2012


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

           Summary: HTMLCollection needs to follow DynamicNodeList's
                    invalidation model
           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: darin at apple.com, andersca at apple.com, koivisto at iki.fi,
                    ojan at chromium.org, kling at webkit.org,
                    haraken at chromium.org
            Blocks: 89919


Right now, HTMLCollection gets invalidated lazily by checking DOM tree version. However, various attempts to simplify DynamicNodeList's invalidation model proved that our current invalidation model for DynamicNodeList is indeed effective. We should make HTMLCollection use the same model.

-- 
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