[Webkit-unassigned] [Bug 44288] New: MarkupAccumulator::appendStartMarkup should be broken down into pieces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 12:50:23 PDT 2010


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

           Summary: MarkupAccumulator::appendStartMarkup should be broken
                    down into pieces
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, tony at chromium.org, ojan at chromium.org,
                    tkent at chromium.org
        Depends on: 44229


MarkupAccumulator::appendStartMarkup consists of one giant switch statement in which all kinds of nodes are serialized.  We should separate the serialization code for each type of node into a separate member functions of MarkupAccumulator.

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