[Webkit-unassigned] [Bug 93070] New: Move DOM operations in the tree builder to HTMLConstructionSite.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 23:44:36 PDT 2012


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

           Summary: Move DOM operations in the tree builder to
                    HTMLConstructionSite.
           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


HTMLConstructionSite has DOM operations methods required for tree construction. But some DOM operations are still performed directly in the tree builder. Extracted such DOM operations and moved them to HTMLConstructionSite for consistency.

This change removes code duplication and improves the readability of HTMLTreeBuilder, esepcially HTMLTreeBuilder::callTheAdoptionAgency(AtomicHTMLToken*).

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