[Webkit-unassigned] [Bug 180963] [Win] Use WCharStringExtras in file system operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 18 19:48:28 PST 2017


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

--- Comment #1 from Don Olmstead <don.olmstead at sony.com> ---
Have most of the things converted over to use WCharStringExtras. The thing I'm wondering is whether I should be using StringVectors or wchar_t[] when interacting with the Windows API.

https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/win/FileSystemWin.cpp#L152 uses StringVector

https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/win/FileSystemWin.cpp#L378 uses wchar_t

Happy to modernize anything while hanging out in this file as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171219/0ddfd95c/attachment-0001.html>


More information about the webkit-unassigned mailing list