[Webkit-unassigned] [Bug 93608] New: Move element creation methods in HTMLConstructionSite to HTMLParserDOMMutationQueue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 05:21:14 PDT 2012


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

           Summary: Move element creation methods in HTMLConstructionSite
                    to HTMLParserDOMMutationQueue.
           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: skyul at company100.net


Element creation itself also belongs to DOM modifications. Move element creation methods used in HTMLConstructionSite to HTMLParserDOMMutationQueue.

This patch does implement queueing of element creation because we can't queue element creation at the moment. After adding node proxy classes in follup commits, we can queue all DOM modifications including element creation.

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