Bug 264376 - Move setView() to the RemoteFrame constructor
Summary: Move setView() to the RemoteFrame constructor
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: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-07 17:19 PST by Charlie Wolfe
Modified: 2023-11-07 20:26 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-07 17:19:07 PST
There are currently some situations where a RemoteFrame can exist without a RemoteFrameView. We should move setView() call to the RemoteFrame constructor so this can't happen.
Comment 1 Radar WebKit Bug Importer 2023-11-07 17:19:22 PST
<rdar://problem/118089394>
Comment 2 Charlie Wolfe 2023-11-07 17:20:52 PST
Pull request: https://github.com/WebKit/WebKit/pull/20140
Comment 3 EWS 2023-11-07 20:26:52 PST
Committed 270367@main (0c99f26c7129): <https://commits.webkit.org/270367@main>

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