[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 14 18:26:50 PDT 2009


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41196|                            |review?, commit-queue-
               Flag|                            |
  Attachment #41195|0                           |1
        is obsolete|                            |




--- Comment #12 from James Robinson <jamesr at chromium.org>  2009-10-14 18:26:49 PDT ---
Created an attachment (id=41196)
 --> (https://bugs.webkit.org/attachment.cgi?id=41196)
Uses OwnHandle<v8::String> instead of a v8::Persistent<v8::String> for
management

I'm going to double-check with V8 experts about the persistent handle use, but
this version passes tests and loads up gmail so I believe it's correct.

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