Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRedox support #477
Redox support #477
Conversation
|
The initial value of Does the |
|
Good point, I can do that |
|
I will check path_to_file_url_segments |
|
I cleaned up the patch. It is the best I can do so far. There is not much I can do with I would recommend that this PR is merged and I can create an issue to update the other function when possible. |
|
Thanks! @bors-servo r+ |
|
|
Redox support Redox uses `file:` at the beginning of any file paths. Therefore, a path like `file:///home/user/some%20file.txt` needs to turn into `file:/home/user/some file.txt` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/477) <!-- Reviewable:end -->
|
|
jackpot51 commentedJan 14, 2019
•
edited by larsbergstrom
Redox uses
file:at the beginning of any file paths. Therefore, a path likefile:///home/user/some%20file.txtneeds to turn intofile:/home/user/some file.txtThis change is