The new feature generator logic attempts to persist all `internal` feature flags such that a developer can use a 'WebKitDebug'-prefix for a setting to override it. This is only desired for a small set of feature flags (those that lived in the Source/WTF/Scripts/Preferences/WebPreferencesDebug.yaml file previously). This patch does the following: 1. Corrects a handful of feature flags that were moved from `internal` to `embedder`, improperly. 2. Adds a new key, `defaultsOverridable` to UnifiedWebPreferences.yaml. Flags that have this key with a `true` value will get additional logic to support 'WebKitDebug'-prefix overrides.
<rdar://104657361>
Pull request: https://github.com/WebKit/WebKit/pull/9163
Committed 259458@main (0f58ae8a9cfe): <https://commits.webkit.org/259458@main> Reviewed commits have been landed. Closing PR #9163 and removing active labels.