RESOLVED FIXED 148596
[Win] WebKit cannot load pages based on "file://" URLs
https://bugs.webkit.org/show_bug.cgi?id=148596
Summary [Win] WebKit cannot load pages based on "file://" URLs
Brent Fulgham
Reported 2015-08-28 15:50:19 PDT
The Apple Windows implementation is not able to load ResourceRequest objects that were created using "file://" URLs. This was happening because CFNetwork does not determine the MIME type of a file URL, and our CFNetwork backend would set a default MIME Type of "application/octet-stream", which would then be rejected by our loading logic.
Attachments
Patch (3.84 KB, patch)
2015-08-31 16:56 PDT, Brent Fulgham
dino: review+
Brent Fulgham
Comment 1 2015-08-28 15:54:52 PDT
Resolving this bug revealed another issue related to the URL class. This is documented under Bug 148598.
Brent Fulgham
Comment 2 2015-08-31 15:57:42 PDT
Brent Fulgham
Comment 3 2015-08-31 16:56:35 PDT
Brent Fulgham
Comment 4 2015-08-31 17:29:43 PDT
Note You need to log in before you can comment on or make changes to this bug.