Changeset 230169 in webkit
- Timestamp:
- Apr 2, 2018, 11:59:59 AM (8 years ago)
- Location:
- trunk/Source
- Files:
-
- 5 edited
-
WebKit/ChangeLog (modified) (1 diff)
-
WebKit/Shared/WebPreferences.yaml (modified) (1 diff)
-
WebKit/Shared/WebPreferencesDefaultValues.h (modified) (2 diffs)
-
WebKitLegacy/mac/ChangeLog (modified) (1 diff)
-
WebKitLegacy/mac/WebView/WebPreferences.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r230163 r230169 1 2018-04-02 Jer Noble <jer.noble@apple.com> 2 3 Enable Legacy EME for all WebKit & WebKitLegacy clients 4 https://bugs.webkit.org/show_bug.cgi?id=184018 5 <rdar://problem/34887387> 6 7 Reviewed by Eric Carlson. 8 9 * Shared/WebPreferences.yaml: 10 * Shared/WebPreferencesDefaultValues.h: 11 1 12 2018-04-02 Jer Noble <jer.noble@apple.com> 2 13 -
trunk/Source/WebKit/Shared/WebPreferences.yaml
r230163 r230169 742 742 LegacyEncryptedMediaAPIEnabled: 743 743 type: bool 744 defaultValue: DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED744 defaultValue: true 745 745 humanReadableName: "Enable Legacy EME API" 746 746 humanReadableDescription: "Enable legacy EME API" -
trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.h
r230163 r230169 75 75 #define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED false 76 76 #define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK true 77 #define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED false78 77 #define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 1 79 78 #define DEFAULT_ENABLE_FULLSCREEN_API false … … 95 94 #define DEFAULT_TEMPORARY_TILE_COHORT_RETENTION_ENABLED true 96 95 #define DEFAULT_REQUIRES_USER_GESTURE_FOR_AUDIO_PLAYBACK false 97 #define DEFAULT_LEGACY_ENCRYPTED_MEDIA_API_ENABLED true98 96 #define DEFAULT_INTERACTIVE_MEDIA_CAPTURE_STREAM_REPROMPT_INTERVAL_IN_MINUTES 10 99 97 #define DEFAULT_ENABLE_FULLSCREEN_API true -
trunk/Source/WebKitLegacy/mac/ChangeLog
r230097 r230169 1 2018-04-02 Jer Noble <jer.noble@apple.com> 2 3 Enable Legacy EME for all WebKit & WebKitLegacy clients 4 https://bugs.webkit.org/show_bug.cgi?id=184018 5 <rdar://problem/34887387> 6 7 Reviewed by Eric Carlson. 8 9 * WebView/WebPreferences.mm: 10 (+[WebPreferences initialize]): 11 1 12 2018-03-29 JF Bastien <jfbastien@apple.com> 2 13 -
trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm
r229938 r230169 673 673 @NO, WebKitMediaUserGestureInheritsFromDocument, 674 674 @NO, WebKitIsSecureContextAttributeEnabledPreferenceKey, 675 #if PLATFORM(IOS)676 @NO, WebKitLegacyEncryptedMediaAPIEnabledKey,677 #else678 675 @YES, WebKitLegacyEncryptedMediaAPIEnabledKey, 679 #endif680 676 @NO, WebKitEncryptedMediaAPIEnabledKey, 681 677 @YES, WebKitViewportFitEnabledPreferenceKey,
Note:
See TracChangeset
for help on using the changeset viewer.