[Webkit-unassigned] [Bug 29909] [V8] Chromium's implementation of ScriptString is awful for XHR's responseText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 17:51:46 PDT 2009


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40676|0                           |1
        is obsolete|                            |




--- Comment #8 from James Robinson <jamesr at chromium.org>  2009-10-07 17:51:44 PDT ---
Created an attachment (id=40834)
 --> (https://bugs.webkit.org/attachment.cgi?id=40834)
Uses StringBuilder internally, adds ChangeLog entry

This uses platform/text/StringBuilder to handle appends, which requires
expanding the StringBuilder interface a little bit.  Using SegmentedString
would also require some modifications (to handle isNull) and StringBuilder
looked a lot simpler.

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