-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Introduce COEP to html and fetch specs #5368
Comments
I think we should at least start merging the core where we have solid agreement, just as @camillelamy is doing for COOP. I'd love to review some PRs if you'd like to write them. :) |
By "core", I mean that the reporting stuff is still a bit new, and likely needs more review/tests/etc. |
FYI we added tests through implementation: please see reporting.https.html and cache-storage-reporting.https.html. These fail on wpt.fyi due to the flakiness of reporting API implementation, but they pass on chromium try bots. |
Ok. Why don't you put together some PRs with what you think is ready, and I'm happy to review them. |
Merges https://github.com/WICG/cross-origin-embedder-policy into HTML. Associated PRs: * whatwg/fetch#1030 * w3c/ServiceWorker#1516 * w3c/css-houdini-drafts#992 Fixes #5368, fixes #5634, fixes whatwg/fetch#985, and fixes w3c/ServiceWorker#1490. Follow-up: #4916, #4919, #4930 #5223, and #5391. (As well as defining cross-origin isolated, per #4732.)
Merges https://github.com/WICG/cross-origin-embedder-policy into HTML. Associated PRs: * whatwg/fetch#1030 * w3c/ServiceWorker#1516 * w3c/css-houdini-drafts#992 Fixes whatwg#5368, fixes whatwg#5634, fixes whatwg/fetch#985, and fixes w3c/ServiceWorker#1490. Follow-up: whatwg#4916, whatwg#4919, whatwg#4930 whatwg#5223, and whatwg#5391. (As well as defining cross-origin isolated, per whatwg#4732.)
I think it's ready to merge https://mikewest.github.io/corpp/ into https://html.spec.whatwg.org/ and https://fetch.spec.whatwg.org/. What do you think, @annevk and @mikewest?
The text was updated successfully, but these errors were encountered: