[Webkit-unassigned] [Bug 118805] New: TextCodecICU always makes a copy of string to deal with backslash-to-yen conversion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 11:05:16 PDT 2013


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

           Summary: TextCodecICU always makes a copy of string to deal
                    with backslash-to-yen conversion
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ap at webkit.org, mitz at webkit.org,
                    ggaren at apple.com, barraclough at apple.com


Merge https://chromium.googlesource.com/chromium/blink/+/efee803afb075b2fcd919fe99f910aebe8770da9

TextCodecICU makes a copy of it's input just in case we're encoding into a
small set of Japanese codecs. Rather than always making a copy of the entire
input buffer, we now only make the copy when using those codecs.

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