[Webkit-unassigned] [Bug 156799] File URLs should be passed through 'fileSystemRepresentation' before use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 11:56:57 PDT 2016


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

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
It looks the following places need to be changed:

Internals::createFile
WebProcessProxy::hasAssumedReadAccessToURL
WebProcessProxy::checkURLReceivedFromWebProcess
WebPageProxy::loadFile

I think the point of fileSystemRepresentation is to ensure that the path is compatible with POSIX APIs. Are there reasons why we might want to deal with non-POSIX paths inside WebKit, up until the point where we actually pass them off to POSIX routines?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160420/fbba8821/attachment.html>


More information about the webkit-unassigned mailing list