-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
WorkerLocation: ensure IDNA origin is in ASCII #5940
Conversation
Firefox (nightly)Testing web-platform-tests at revision 58f6b6e All results15 tests ran/workers/WorkerLocation-origin.sub.window.html
/workers/WorkerLocation.htm
/workers/WorkerLocation_hash.htm
/workers/WorkerLocation_hash_encoding.htm
/workers/WorkerLocation_hash_nonexist.htm
/workers/WorkerLocation_host.htm
/workers/WorkerLocation_hostname.htm
/workers/WorkerLocation_href.htm
/workers/WorkerLocation_pathname.htm
/workers/WorkerLocation_port.htm
/workers/WorkerLocation_protocol.htm
/workers/WorkerLocation_search.htm
/workers/WorkerLocation_search_empty.htm
/workers/WorkerLocation_search_fragment.htm
/workers/WorkerLocation_search_nonexist.htm
|
Sauce (safari)Testing web-platform-tests at revision 58f6b6e All results15 tests ran/workers/WorkerLocation-origin.sub.window.html
/workers/WorkerLocation.htm
/workers/WorkerLocation_hash.htm
/workers/WorkerLocation_hash_encoding.htm
/workers/WorkerLocation_hash_nonexist.htm
/workers/WorkerLocation_host.htm
/workers/WorkerLocation_hostname.htm
/workers/WorkerLocation_href.htm
/workers/WorkerLocation_pathname.htm
/workers/WorkerLocation_port.htm
/workers/WorkerLocation_protocol.htm
/workers/WorkerLocation_search.htm
/workers/WorkerLocation_search_empty.htm
/workers/WorkerLocation_search_fragment.htm
/workers/WorkerLocation_search_nonexist.htm
|
Sauce (MicrosoftEdge)Testing web-platform-tests at revision 58f6b6e All results15 tests ran/workers/WorkerLocation-origin.sub.window.html
/workers/WorkerLocation.htm
/workers/WorkerLocation_hash.htm
/workers/WorkerLocation_hash_encoding.htm
/workers/WorkerLocation_hash_nonexist.htm
/workers/WorkerLocation_host.htm
/workers/WorkerLocation_hostname.htm
/workers/WorkerLocation_href.htm
/workers/WorkerLocation_pathname.htm
/workers/WorkerLocation_port.htm
/workers/WorkerLocation_protocol.htm
/workers/WorkerLocation_search.htm
/workers/WorkerLocation_search_empty.htm
/workers/WorkerLocation_search_fragment.htm
/workers/WorkerLocation_search_nonexist.htm
|
Chrome (unstable)Testing web-platform-tests at revision 58f6b6e All results15 tests ran/workers/WorkerLocation-origin.sub.window.html
/workers/WorkerLocation.htm
/workers/WorkerLocation_hash.htm
/workers/WorkerLocation_hash_encoding.htm
/workers/WorkerLocation_hash_nonexist.htm
/workers/WorkerLocation_host.htm
/workers/WorkerLocation_hostname.htm
/workers/WorkerLocation_href.htm
/workers/WorkerLocation_pathname.htm
/workers/WorkerLocation_port.htm
/workers/WorkerLocation_protocol.htm
/workers/WorkerLocation_search.htm
/workers/WorkerLocation_search_empty.htm
/workers/WorkerLocation_search_fragment.htm
/workers/WorkerLocation_search_nonexist.htm
|
And rename “ASCII serialization of an origin” to “serialization of an origin” though allow both to be used. Not all implementations implemented the Unicode variant and the ones that did, did so in a way that made it hard to use. Tests: * web-platform-tests/wpt#5939 * web-platform-tests/wpt#5940 * web-platform-tests/wpt#5941 * web-platform-tests/wpt#5944 * web-platform-tests/wpt#5946 * web-platform-tests/wpt#5955 * web-platform-tests/wpt#5957 * web-platform-tests/wpt#5958 URL Standard change: whatwg/url#311. Service Worker specification follow-up issue: w3c/ServiceWorker#1142. Fixes #2568.
And rename “ASCII serialization of an origin” to “serialization of an origin” though allow both to be used. Not all implementations implemented the Unicode variant and the ones that did, did so in a way that made it hard to use. Tests: * web-platform-tests/wpt#5939 * web-platform-tests/wpt#5940 * web-platform-tests/wpt#5941 * web-platform-tests/wpt#5944 * web-platform-tests/wpt#5946 * web-platform-tests/wpt#5955 * web-platform-tests/wpt#5957 * web-platform-tests/wpt#5958 URL Standard change: whatwg/url#311. Service Worker specification follow-up issue: w3c/ServiceWorker#1142. Fixes whatwg#2568.
For whatwg/html#2568.