[Webkit-unassigned] [Bug 47692] [v8] REGRESSION(69688) XMLHttpRequest responseText is now accumulated in a flat buffer, not a rope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 15:39:30 PDT 2010


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crogers at google.com,
                   |                            |fishd at chromium.org,
                   |                            |levin at chromium.org,
                   |                            |pfeldman at chromium.org




--- Comment #1 from James Robinson <jamesr at chromium.org>  2010-10-14 15:39:29 PST ---
We (gbarra and I) chatted about this some in IRC.  The conclusion is that the best thing to do for now is probably to #ifdef a V8 implementation in XMLHttpRequest that has the useful properties.  According to Dave Levin this has implications for the inspector as well since it has the ability to log XHR response bodies.  We'll want to be careful that the inspector is referencing an efficient representation of the string and not accidentally flattening a buffer all the time or something else silly.

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