[Webkit-unassigned] [Bug 23952] New: Refactor so that Document::write is funnel method again for all document.write

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 10:13:34 PST 2009


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

           Summary: Refactor so that Document::write is funnel method again
                    for all document.write
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: treat at kde.org


In r40976 a change was made to speedup document.write from JS.  With the change
Document::write was effectively implemented in two places: in Document.cpp and
in JSHTMLDocumentCustom.cpp.  This patch refactors so that Document::write is
the funnel method again, but keeps the speedup.

Cheers,
Adam


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



More information about the webkit-unassigned mailing list