Changeset 295639 in webkit
- Timestamp:
- Jun 17, 2022, 10:42:19 AM (3 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml
r295578 r295639 55 55 default: true 56 56 57 AlternateWebMPlayerEnabled: 58 type: bool 59 humanReadableName: "Alternate WebM Player" 60 humanReadableDescription: "Enable Alternate WebM Player" 61 condition: ENABLE(ALTERNATE_WEBM_PLAYER) 62 defaultValue: 63 WebKitLegacy: 64 default: false 65 WebKit: 66 default: false 67 WebCore: 68 default: false 69 57 70 AlwaysZoomOnDoubleTap: 58 71 type: bool … … 977 990 default: false 978 991 979 WebMExperimentEnabled:980 type: bool981 humanReadableName: "WebM Experiment"982 humanReadableDescription: "Enable WebM Experiment"983 webcoreBinding: RuntimeEnabledFeatures984 condition: ENABLE(WEBM_EXPERIMENT)985 defaultValue:986 WebCore:987 default: false988 989 992 WebRTCAudioLatencyAdaptationEnabled: 990 993 type: bool -
trunk/Source/WTF/wtf/PlatformEnableCocoa.h
r295578 r295639 52 52 #endif 53 53 54 #if !defined(ENABLE_ALTERNATE_WEBM_PLAYER) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(MACCATALYST)) 55 #define ENABLE_ALTERNATE_WEBM_PLAYER 1 56 #endif 57 54 58 #if !defined(ENABLE_ANIMATED_KEYBOARD_SCROLLING) && PLATFORM(IOS_FAMILY) 55 59 #define ENABLE_ANIMATED_KEYBOARD_SCROLLING 1 … … 667 671 #endif 668 672 669 #if !defined(ENABLE_WEBM_EXPERIMENT) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(MACCATALYST))670 #define ENABLE_WEBM_EXPERIMENT 1671 #endif672 673 673 #if !defined(ENABLE_WEBPROCESS_NSRUNLOOP) && PLATFORM(MAC) 674 674 #define ENABLE_WEBPROCESS_NSRUNLOOP 1
Note:
See TracChangeset
for help on using the changeset viewer.