[webkit-changes] [WebKit/WebKit] 14816e: SampleBufferContentKeySessionSupportEnabled is not...

Brent Fulgham noreply at github.com
Tue Jan 10 10:21:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 14816ea69ff90349214ca5f7371d4a21f9244bfc
      https://github.com/WebKit/WebKit/commit/14816ea69ff90349214ca5f7371d4a21f9244bfc
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/page/DeprecatedGlobalSettings.cpp
    M Source/WebCore/page/DeprecatedGlobalSettings.h
    M Source/WebCore/page/SettingsBase.cpp
    M Source/WebCore/page/SettingsBase.h

  Log Message:
  -----------
  SampleBufferContentKeySessionSupportEnabled is not attached to DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250337
<rdar://problem/104044710>

Reviewed by Eric Carlson.

Correct a missing 'webcorebindings' field in the new generator file.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Include
missing webcoreOnChange binding.
* Source/WebCore/page/DeprecatedGlobalSettings.cpp: Remove unused method
* Source/WebCore/page/DeprecatedGlobalSettings.h: Remove unused method and
member variable.
* Source/WebCore/page/SettingsBase.cpp: Add handler for KeySessionSupport.
* Source/WebCore/page/SettingsBase.h

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




More information about the webkit-changes mailing list