Bug 265822 - Track cross-tab WindowProxy access
Summary: Track cross-tab WindowProxy access
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-04 14:36 PST by Ben Nham
Modified: 2023-12-08 21:33 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Nham 2023-12-04 14:36:17 PST
We want to track how WindowProxy is used across tabs (i.e. via an opener relationship). This can be used to build up telemetry on how useful something like `Cross-Origin-Opener-Policy: restrict-properties` would be on the web (which is a version of COOP that restricts cross-origin WindowProxy to the postMessage and closed properties).
Comment 1 Ben Nham 2023-12-04 14:36:42 PST
rdar://118208200
Comment 2 Ben Nham 2023-12-04 14:42:32 PST
Pull request: https://github.com/WebKit/WebKit/pull/21301
Comment 3 EWS 2023-12-08 21:33:42 PST
Committed 271791@main (52d668d5cf53): <https://commits.webkit.org/271791@main>

Reviewed commits have been landed. Closing PR #21301 and removing active labels.