[Webkit-unassigned] [Bug 38849] REGRESSION (r59016): plugins/set-status.html fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 09:21:26 PDT 2010


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





--- Comment #3 from Adam Roben (aroben) <aroben at apple.com>  2010-05-13 09:21:25 PST ---
(In reply to comment #2)
> (From update of attachment 55558 [details])
> r=me, because this DRT-only fix can't be wrong, but I don't understand what happened here. Why did %S truncate the text, isn't it supposed to work for UTF-16?

I did a little more debugging. %S does "work" for UTF-16. But it converts the input string to a non-wide string using wctomb, which uses the codepage for the current locale. The conversion is failing, which causes printf to bail. I'll add this information to the ChangeLog.

> For double safety you may want to check what happens in Safari - is the status text set to what we expect it to?

Yes, Safari works as expected.

Thanks for the review!

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