Changeset 231903 in webkit


Ignore:
Timestamp:
May 17, 2018 9:12:35 AM (6 years ago)
Author:
jer.noble@apple.com
Message:

Turn Modern EME API on by default and remove it as an experimental feature
https://bugs.webkit.org/show_bug.cgi?id=185693
<rdar://problem/39954396>

Reviewed by Eric Carlson.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231893 r231903  
     12018-05-17  Jer Noble  <jer.noble@apple.com>
     2
     3        Turn Modern EME API on by default and remove it as an experimental feature
     4        https://bugs.webkit.org/show_bug.cgi?id=185693
     5        <rdar://problem/39954396>
     6
     7        Reviewed by Eric Carlson.
     8
     9        * Shared/WebPreferences.yaml:
     10
    1112018-05-17  Dean Jackson  <dino@apple.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r231798 r231903  
    662662EncryptedMediaAPIEnabled:
    663663  type: bool
    664   defaultValue: false
     664  defaultValue: true
    665665  humanReadableName: "Modern Encrypted Media API"
    666666  humanReadableDescription: "Modern Encrypted Media API"
    667   category: experimental
    668667  webcoreBinding: RuntimeEnabledFeatures
    669668  condition: ENABLE(ENCRYPTED_MEDIA)
Note: See TracChangeset for help on using the changeset viewer.