[webkit-changes] [WebKit/WebKit] f78229: Remove the unused DisableMediaExperiencePIDInherit...

EWS noreply at github.com
Thu Dec 1 17:12:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f782290b5c30d8f763fb1a498222e3fa19e5fcbb
      https://github.com/WebKit/WebKit/commit/f782290b5c30d8f763fb1a498222e3fa19e5fcbb
  Author: Brent Fulgham <bfulgham at webkit.org>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
    M Source/WebCore/page/DeprecatedGlobalSettings.h
    M Source/WebCore/platform/audio/ios/MediaSessionHelperIOS.mm

  Log Message:
  -----------
  Remove the unused DisableMediaExperiencePIDInheritance experimental feature
https://bugs.webkit.org/show_bug.cgi?id=248562
<rdar://problem/102831157>

Reviewed by Eric Carlson.

We no longer need the ability to toggle DisableMediaExperiencePIDInheritance, and should
remove this unused feature flag to reduce complexity and build time.

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setDisableMediaExperiencePIDInheritance): Deleted.
(WebCore::DeprecatedGlobalSettings::disableMediaExperiencePIDInheritance): Deleted.
* Source/WebCore/platform/audio/ios/MediaSessionHelperIOS.mm:
(MediaSessionHelperiOS::providePresentingApplicationPID):

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




More information about the webkit-changes mailing list