Changeset 251784 in webkit


Ignore:
Timestamp:
Oct 30, 2019 11:01:48 AM (4 years ago)
Author:
jer.noble@apple.com
Message:

Enable Remote Playback API by default
https://bugs.webkit.org/show_bug.cgi?id=203595

Reviewed by Eric Carlson.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r251778 r251784  
     12019-10-30  Jer Noble  <jer.noble@apple.com>
     2
     3        Enable Remote Playback API by default
     4        https://bugs.webkit.org/show_bug.cgi?id=203595
     5
     6        Reviewed by Eric Carlson.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102019-10-30  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r251737 r251784  
    18111811  condition: ENABLE(WIRELESS_PLAYBACK_TARGET)
    18121812  type: bool
    1813   defaultValue: false
     1813  defaultValue: true
    18141814  humanReadableName: "Remote Playback API"
    18151815  humanReadableDescription: "Enable Remote Playback API"
Note: See TracChangeset for help on using the changeset viewer.