Bug 270106 - Preload restricted window opener data
Summary: Preload restricted window opener data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-26 11:09 PST by Ben Nham
Modified: 2024-02-26 20:48 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 2024-02-26 11:09:48 PST
The first call to check for the restricted opener type for a domain currently always claims that the domain should have an unrestricted opener. This is because we load the list of restricted openers from WebPrivacy both lazily and asynchronously.
Comment 1 Ben Nham 2024-02-26 11:11:23 PST
<rdar://problem/123640341>
Comment 2 Ben Nham 2024-02-26 11:11:40 PST
Pull request: https://github.com/WebKit/WebKit/pull/25119
Comment 3 EWS 2024-02-26 20:48:31 PST
Committed 275365@main (b6a2c1035c81): <https://commits.webkit.org/275365@main>

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