Bug 297169
| Summary: | Implement Windows file path handling in URL parsing (WHATWG URL #874) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mertgold60 |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | annevk, karlcow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
mertgold60
The WHATWG URL specification is adding Windows file path
handling. When parsing URLs, Windows drive letter patterns
should automatically convert to file:/// URLs.
Expected behavior:
- Input: C:\folder\file.txt
- Output: file:///C:/folder/file.txt
Related links:
- Spec PR: https://github.com/whatwg/url/pull/874
- Original issue: https://github.com/whatwg/url/issues/873
- Chromium: https://issues.chromium.org/issues/437449112
- Gecko: https://webcompat.com/issues/170937
- Tests:
https://github.com/web-platform-tests/wpt/pull/53459
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/158468626>