[Webkit-unassigned] [Bug 118027] New: StyleElement and ScriptElement should share code to serialize child text nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 21:20:15 PDT 2013


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

           Summary: StyleElement and ScriptElement should share code to
                    serialize child text nodes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, akling at apple.com


https://chromium.googlesource.com/chromium/blink/+/92782495b32ae2f8f2afac7cfec05f7f17f5895a

Both StyleElement and ScriptElement were doing the same work to get the text of their Text node children.
Unfortunately, the code was duplicated and had different optimizations.

This CL combines the two implementations into one and applies all the optimizations.

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