[webkit-changes] [WebKit/WebKit] 49dfae: Remove the unnecessary HDRMediaCapabilitiesEnabled...

Brent Fulgham noreply at github.com
Wed Nov 30 14:49:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 49dfaedfc2b5a1c6a16338964dbe162d1ed00f6f
      https://github.com/WebKit/WebKit/commit/49dfaedfc2b5a1c6a16338964dbe162d1ed00f6f
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M LayoutTests/fast/media/mq-highdynamicrange-live-update.html
    M LayoutTests/media/mediacapabilities/mock-decodingInfo-hdr-expected.txt
    M LayoutTests/media/mediacapabilities/mock-decodingInfo-hdr.html
    M LayoutTests/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr-expected.txt
    M LayoutTests/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr.html
    M Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
    M Source/WebCore/Modules/mediacapabilities/VideoConfiguration.idl
    M Source/WebCore/css/LegacyMediaQueryEvaluator.cpp
    M Source/WebCore/css/query/MediaQueryFeatures.cpp

  Log Message:
  -----------
  Remove the unnecessary HDRMediaCapabilitiesEnabled feature flag
https://bugs.webkit.org/show_bug.cgi?id=248436
<rdar://problem/102738537>

Reviewed by Eric Carlson.

Modern WebKit always enables HDRMediaCapabilitiesEnabled, and we no longer need
to toggle this option for A/B testing. We should remove it to reduce the cluttered
set of experimental features.

* LayoutTests/fast/media/mq-highdynamicrange-live-update.html: Remove call to set the
removed enablement flag. No change in behavior since the flag was always turned on,
and the feature is now always enabled.
* LayoutTests/media/mediacapabilities/mock-decodingInfo-hdr-expected.txt: Ditto.
* LayoutTests/media/mediacapabilities/mock-decodingInfo-hdr.html: Ditto.
* LayoutTests/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr-expected.txt: Ditto.
* LayoutTests/platform/mac/media/mediacapabilities/hevc-decodingInfo-hdr.html: Ditto.
* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
* Source/WebCore/Modules/mediacapabilities/VideoConfiguration.idl:
* Source/WebCore/css/LegacyMediaQueryEvaluator.cpp:
(WebCore::dynamicRangeEvaluate):
* Source/WebCore/css/query/MediaQueryFeatures.cpp:
(WebCore::MQ::Features::dynamicRange):

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




More information about the webkit-changes mailing list