Bug 269823 - WebPageProxy::creationParameters should have all needed input
Summary: WebPageProxy::creationParameters should have all needed input
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: Gerald Squelart
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-20 18:06 PST by Gerald Squelart
Modified: 2024-02-23 11:31 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 Gerald Squelart 2024-02-20 18:06:08 PST
rdar://116201784
This is a small cleanup task.  The return value of WebPageProxy::creationParameters is often doctored up a bit.  To be cleaner, it should either take parameters to do what it needs to, or it should return something that can be wrapped with more external information.
Comment 1 Gerald Squelart 2024-02-20 18:19:18 PST
Pull request: https://github.com/WebKit/WebKit/pull/24853
Comment 2 EWS 2024-02-23 11:31:32 PST
Committed 275251@main (229250e6cd7f): <https://commits.webkit.org/275251@main>

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