Bug 241809 - [GPUP] Send GPU preferences in single IPC message
Summary: [GPUP] Send GPU preferences in single IPC message
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Youssef Soliman
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 10:04 PDT by Youssef Soliman
Modified: 2022-06-21 18:16 PDT (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 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.