Changeset 251925 in webkit


Ignore:
Timestamp:
Nov 1, 2019 10:16:52 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Turn on the Picture-in-Picture API feature by default
https://bugs.webkit.org/show_bug.cgi?id=203725

Patch by Peng Liu <Peng Liu> on 2019-11-01
Reviewed by Jer Noble.

Source/WebCore:

No new tests are required.

  • page/Settings.yaml:

Source/WebKit:

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r251924 r251925  
     12019-11-01  Peng Liu  <peng.liu6@apple.com>
     2
     3        Turn on the Picture-in-Picture API feature by default
     4        https://bugs.webkit.org/show_bug.cgi?id=203725
     5
     6        Reviewed by Jer Noble.
     7
     8        No new tests are required.
     9
     10        * page/Settings.yaml:
     11
    1122019-11-01  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/Source/WebCore/page/Settings.yaml

    r251737 r251925  
    295295  initial: defaultAllowsPictureInPictureMediaPlayback
    296296pictureInPictureAPIEnabled:
    297   initial: false
     297  initial: true
    298298mediaControlsScaleWithPageZoom:
    299299  initial: defaultMediaControlsScaleWithPageZoom
  • trunk/Source/WebKit/ChangeLog

    r251907 r251925  
     12019-11-01  Peng Liu  <peng.liu6@apple.com>
     2
     3        Turn on the Picture-in-Picture API feature by default
     4        https://bugs.webkit.org/show_bug.cgi?id=203725
     5
     6        Reviewed by Jer Noble.
     7
     8        * Shared/WebPreferences.yaml:
     9
    1102019-10-31  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r251896 r251925  
    18011801PictureInPictureAPIEnabled:
    18021802  type: bool
    1803   defaultValue: false
    1804   humanReadableName: "Picture-in-Picture API"
    1805   humanReadableDescription: "Enable Picture-in-Picture API support"
    1806   category: experimental
     1803  defaultValue: true
    18071804  condition: ENABLE(PICTURE_IN_PICTURE_API)
    18081805
Note: See TracChangeset for help on using the changeset viewer.