Bug 241809

Summary: [GPUP] Send GPU preferences in single IPC message
Product: WebKit Reporter: Youssef Soliman <y_soliman>
Component: MediaAssignee: Youssef Soliman <y_soliman>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Youssef Soliman 2022-06-21 10:04:09 PDT
Currently the `GPUProcessProxy::updatePreferences` method sends preferences from the web process in multiple IPC messages to the GPU process.

These messages should be consolidated into one package and sent across in a single message.
Comment 1 Radar WebKit Bug Importer 2022-06-21 14:38:04 PDT
<rdar://problem/95636552>
Comment 2 Youssef Soliman 2022-06-21 14:41:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1660
Comment 3 EWS 2022-06-21 18:16:49 PDT
Committed r295708 (251713@main): <https://commits.webkit.org/251713@main>

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