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 upFix Blob URL origin when scheme is file #12195
Conversation
highfive
commented
Jul 3, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 3, 2016
|
The interesting thing about this is that, WebKit will return things like This is not well-specified on spec IIRC and I prefer the WebKit way. |
|
Please mention the discrepancy between browsers in a comment, otherwise r=me |
| /* NOTE(izgzhen): WebKit will return things like blob:file:///XXX | ||
| while Chrome will return blob:null/XXX | ||
| This is not well-specified, and I perfer the WebKit way here | ||
| */ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@bors-servo delegate+ |
|
|
|
@bors-servo r=Manishearth |
|
|
Fix Blob URL origin when scheme is file <!-- Please describe your changes on the following line: --> r? @Manishearth --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] These changes do not require tests because it needs future integration <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12195) <!-- Reviewable:end -->
|
|
izgzhen commentedJul 3, 2016
•
edited
r? @Manishearth
Part of #11131
This change is