[Webkit-unassigned] [Bug 126810] [Win] Application name in user agent string is truncated.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 11 09:42:57 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126810
--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> 2014-01-11 09:40:39 PST ---
(From update of attachment 220925)
View in context: https://bugs.webkit.org/attachment.cgi?id=220925&action=review
> Source/WebKit/win/WebView.cpp:3186
> + m_applicationName = String::make8BitFrom16BitSource(applicationName16.characters16(), applicationName16.length());
Maybe this should just be applicationName16.utf8().data().
--
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