Bug 241821 - [Meta] Make media-related preferences page specific
Summary: [Meta] Make media-related preferences page specific
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 15:20 PDT by Youssef Soliman
Modified: 2022-06-21 15:21 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 15:20:25 PDT
From `GPUProcessProxy::updatePreferences`:

> It's not ideal that these features are controlled by preferences-level feature flags (i.e. per-web view), but there is only
> one GPU process and the runtime-enabled features backing these preferences are process-wide. We should refactor each of these features
> so that they aren't process-global, and then reimplement this feature flag propagation to the GPU Process in a way that respects the
> settings of the page that is hosting each media element.
> For the time being, each of the below features are enabled in the GPU Process if it is enabled by at least one web page's preferences.
> In practice, all web pages' preferences should agree on these feature flag values.
Comment 1 Radar WebKit Bug Importer 2022-06-21 15:21:53 PDT
<rdar://problem/95640152>