-
Notifications
You must be signed in to change notification settings - Fork 3.6k
URL: origin of "blob:" URL containing inner non-"http(s):" URL #40133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
annevk
approved these changes
May 23, 2023
Member
|
Although maybe we should test a couple more cases:
|
annevk
pushed a commit
to whatwg/url
that referenced
this pull request
May 24, 2023
This was referenced May 24, 2023
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
May 30, 2023
…"http(s):" URL r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of http/https schemes to comply with new spec change. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
May 31, 2023
…"http(s):" URL r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of http/https schemes to comply with new spec change. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 34c5add98599ea6a4896ef1c424ef3120531ba00
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
May 31, 2023
…"http(s):" URL r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of http/https schemes to comply with new spec change. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 34c5add98599ea6a4896ef1c424ef3120531ba00
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
May 31, 2023
…"http(s):" URL r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of http/https schemes to comply with new spec change. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 34c5add98599ea6a4896ef1c424ef3120531ba00
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
May 31, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Jun 1, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 7cd945c5be6eac2287abb63f113bdc2ad17930a6
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Jun 1, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 7cd945c5be6eac2287abb63f113bdc2ad17930a6
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Jun 1, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: 7cd945c5be6eac2287abb63f113bdc2ad17930a6
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Jun 11, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Jun 16, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: af0665af954105365927736b6a65c4d28533bc4d
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Jun 16, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: af0665af954105365927736b6a65c4d28533bc4d
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Jun 16, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400 UltraBlame original commit: af0665af954105365927736b6a65c4d28533bc4d
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
Jun 21, 2023
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 16 WPT subtests newly pass 🎉 Differential Revision: https://phabricator.services.mozilla.com/D179400
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this pull request
May 25, 2024
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 16 WPT subtests newly pass 🎉 Differential Revision: https://phabricator.services.mozilla.com/D179400
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this pull request
May 28, 2024
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 16 WPT subtests newly pass 🎉 Differential Revision: https://phabricator.services.mozilla.com/D179400
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 New WPT tests are not merged into central yet, so tested manually instead and results are as expected with WPTs. Differential Revision: https://phabricator.services.mozilla.com/D179400
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 16 WPT subtests newly pass 🎉 Differential Revision: https://phabricator.services.mozilla.com/D179400
jwidar
pushed a commit
to jwidar/LatencyZeroGithub
that referenced
this pull request
Sep 16, 2025
… inner schemes r=smaug,valentin Return null origin of a blob URL containing an inner URL which is not of some schemes (https, http, file per spec) to comply with new spec changes. Allowed schemes also include moz-extension for our own purposes. Examples: - "blob:blob:https://example.org/" - inner blob URL - "blob:ws://example.org/" - inner non-http(s) URL Spec PR: whatwg/url#771 WPT tests: web-platform-tests/wpt#40133 16 WPT subtests newly pass 🎉 Differential Revision: https://phabricator.services.mozilla.com/D179400
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tests for whatwg/url#771