[Webkit-unassigned] [Bug 128775] XmlHttpRequest fails assert in WinCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 16:28:27 PST 2014


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





--- Comment #1 from Brent Fulgham <bfulgham at webkit.org>  2014-02-13 16:25:42 PST ---
I've been tracking down some bugs in Windows code where it assumes it will always be handed 16-bit strings. Recent work has turned on a lot of 8-bit code paths, and I'll bet we have a similar situation here.

I'll try to get to it shortly. But for now, look for "data16" or "character16" calls being made. There might be assertions firing when it discovers that the string is an "is8Bit" type string.

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