⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 236281 in webkit


Ignore:
Timestamp:
Sep 20, 2018, 2:27:33 PM (8 years ago)
Author:
jer.noble@apple.com
Message:

Enable Modern EME by default
https://bugs.webkit.org/show_bug.cgi?id=189794

Reviewed by Jon Lee.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236279 r236281  
     12018-09-20  Jer Noble  <jer.noble@apple.com>
     2
     3        Enable Modern EME by default
     4        https://bugs.webkit.org/show_bug.cgi?id=189794
     5
     6        Reviewed by Jon Lee.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102018-09-20  Thibault Saunier  <tsaunier@igalia.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r236273 r236281  
    11301130  defaultValue: true
    11311131  condition: ENABLE(MEDIA_SOURCE)
     1132
     1133EncryptedMediaAPIEnabled:
     1134  type: bool
     1135  defaultValue: true
     1136  webcoreBinding: RuntimeEnabledFeatures
     1137  condition: ENABLE(ENCRYPTED_MEDIA)
    11321138
    11331139# For experimental features:
     
    12451251  webcoreName: serverTimingEnabled
    12461252
    1247 EncryptedMediaAPIEnabled:
    1248   type: bool
    1249   defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    1250   humanReadableName: "Modern Encrypted Media API"
    1251   humanReadableDescription: "Enable Modern Encrypted Media API"
    1252   webcoreBinding: RuntimeEnabledFeatures
    1253   category: experimental
    1254   condition: ENABLE(ENCRYPTED_MEDIA)
    1255 
    12561253# For internal features:
    12571254# The type should be boolean.
Note: See TracChangeset for help on using the changeset viewer.