[webkit-changes] [WebKit/WebKit] 671c87: Move a few 'internal' flags back to 'embedder' to ...

Brent Fulgham noreply at github.com
Thu Jan 26 17:37:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 671c87c0858bd471c4e7a32f584534bdf4e3971b
      https://github.com/WebKit/WebKit/commit/671c87c0858bd471c4e7a32f584534bdf4e3971b
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

  Log Message:
  -----------
  Move a few 'internal' flags back to 'embedder' to match shipping behavior
https://bugs.webkit.org/show_bug.cgi?id=251232
<rdar://problem/104719127>

Reviewed by Elliott Williams.

The following feature flags were improperly set as 'internal', rather than 'embedder':

1. AVFoundationEnabled
2. PaginateDuringLayoutEnabled
3. ScrollAnimatorEnabled
4. ScrollToTextFragmentIndicatorEnabled

This patch returns them to their correct state.

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

Canonical link: https://commits.webkit.org/259461@main




More information about the webkit-changes mailing list