Skip to content

Commit

Permalink
Make setting overridable by defaults
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265555
rdar://118951719

Reviewed by Brent Fulgham.

Make setting for WebKit process management overridable by defaults.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/271348@main
  • Loading branch information
pvollan committed Nov 30, 2023
1 parent e2a9ebe commit f0d5016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3986,6 +3986,7 @@ ManageCaptureStatusBarInGPUProcessEnabled:
ManageWebKitProcessesAsExtensions:
type: bool
status: internal
defaultsOverridable: true
humanReadableName: "Manage WebKit processes as extensions"
humanReadableDescription: "Manage WebKit processes as extensions"
condition: USE(EXTENSIONKIT)
Expand Down

0 comments on commit f0d5016

Please sign in to comment.