Bug 264788 - [Site Isolation] Reduce code duplication when sending IPC to a web page
Summary: [Site Isolation] Reduce code duplication when sending IPC to a web page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-13 19:09 PST by Charlie Wolfe
Modified: 2023-11-14 13:40 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Wolfe 2023-11-13 19:09:08 PST
With site isolation we often need to check if a remote page proxy exists for a given frame before sending IPC to the web page hosting the frame. We should have a helper function instead of duplicating this logic throughout WebPageProxy.
Comment 1 Radar WebKit Bug Importer 2023-11-13 19:09:26 PST
<rdar://problem/118368823>
Comment 2 Charlie Wolfe 2023-11-13 19:10:38 PST
Pull request: https://github.com/WebKit/WebKit/pull/20455
Comment 3 EWS 2023-11-14 13:40:16 PST
Committed 270723@main (7d27cdd3e980): <https://commits.webkit.org/270723@main>

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