Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(550)

Delta Between Two Patch Sets: Source/WebKit/Shared/WebPreferences.yaml

Issue 339530043: SB prototype
Left Patch Set: Tests Created 5 years, 9 months ago
Right Patch Set: Fix Created 5 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Source/WebKit/ChangeLog ('k') | Source/WebKit/UIProcess/API/Cocoa/WKPreferences.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 JavaScriptEnabled: 1 JavaScriptEnabled:
2 type: bool 2 type: bool
3 defaultValue: true 3 defaultValue: true
4 webcoreName: scriptEnabled 4 webcoreName: scriptEnabled
5 5
6 JavaScriptMarkupEnabled: 6 JavaScriptMarkupEnabled:
7 type: bool 7 type: bool
8 defaultValue: true 8 defaultValue: true
9 webcoreName: scriptMarkupEnabled 9 webcoreName: scriptMarkupEnabled
10 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ForceSoftwareWebGLRendering: 87 ForceSoftwareWebGLRendering:
88 type: bool 88 type: bool
89 defaultValue: false 89 defaultValue: false
90 90
91 Accelerated2dCanvasEnabled: 91 Accelerated2dCanvasEnabled:
92 type: bool 92 type: bool
93 defaultValue: false 93 defaultValue: false
94 94
95 CSSAnimationTriggersEnabled: 95 CSSAnimationTriggersEnabled:
96 type: bool 96 type: bool
97 defaultValue: true 97 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
98 webcoreBinding: RuntimeEnabledFeatures 98 webcoreBinding: RuntimeEnabledFeatures
99 webcoreName: animationTriggersEnabled 99 webcoreName: animationTriggersEnabled
100 condition: ENABLE(CSS_ANIMATIONS_LEVEL_2) 100 condition: ENABLE(CSS_ANIMATIONS_LEVEL_2)
101 101
102 ForceFTPDirectoryListings: 102 ForceFTPDirectoryListings:
103 type: bool 103 type: bool
104 defaultValue: false 104 defaultValue: false
105 105
106 TabsToLinks: 106 TabsToLinks:
107 type: bool 107 type: bool
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 defaultValue: true 654 defaultValue: true
655 webcoreBinding: RuntimeEnabledFeatures 655 webcoreBinding: RuntimeEnabledFeatures
656 656
657 MenuItemElementEnabled: 657 MenuItemElementEnabled:
658 type: bool 658 type: bool
659 defaultValue: false 659 defaultValue: false
660 webcoreBinding: RuntimeEnabledFeatures 660 webcoreBinding: RuntimeEnabledFeatures
661 661
662 EncryptedMediaAPIEnabled: 662 EncryptedMediaAPIEnabled:
663 type: bool 663 type: bool
664 defaultValue: true 664 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
665 humanReadableName: "Modern Encrypted Media API" 665 humanReadableName: "Modern Encrypted Media API"
666 humanReadableDescription: "Modern Encrypted Media API" 666 humanReadableDescription: "Modern Encrypted Media API"
667 webcoreBinding: RuntimeEnabledFeatures 667 webcoreBinding: RuntimeEnabledFeatures
668 category: experimental
668 condition: ENABLE(ENCRYPTED_MEDIA) 669 condition: ENABLE(ENCRYPTED_MEDIA)
669 670
670 MediaPreloadingEnabled: 671 MediaPreloadingEnabled:
671 type: bool 672 type: bool
672 defaultValue: false 673 defaultValue: false
673 webcoreBinding: RuntimeEnabledFeatures 674 webcoreBinding: RuntimeEnabledFeatures
674 675
675 IntersectionObserverEnabled: 676 IntersectionObserverEnabled:
676 type: bool 677 type: bool
677 defaultValue: false 678 defaultValue: false
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 type: bool 992 type: bool
992 defaultValue: false 993 defaultValue: false
993 category: debug 994 category: debug
994 webcoreName: showRepaintCounter 995 webcoreName: showRepaintCounter
995 996
996 TiledScrollingIndicatorVisible: 997 TiledScrollingIndicatorVisible:
997 type: bool 998 type: bool
998 defaultValue: false 999 defaultValue: false
999 category: debug 1000 category: debug
1000 webcoreName: showTiledScrollingIndicator 1001 webcoreName: showTiledScrollingIndicator
1002
1003 DisableScreenSizeOverride:
1004 type: bool
1005 defaultValue: false
1006 category: debug
1007 condition: PLATFORM(IOS)
1001 1008
1002 SimpleLineLayoutDebugBordersEnabled: 1009 SimpleLineLayoutDebugBordersEnabled:
1003 type: bool 1010 type: bool
1004 defaultValue: false 1011 defaultValue: false
1005 category: debug 1012 category: debug
1006 1013
1007 DeveloperExtrasEnabled: 1014 DeveloperExtrasEnabled:
1008 type: bool 1015 type: bool
1009 defaultValue: false 1016 defaultValue: false
1010 category: debug 1017 category: debug
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 1075
1069 AsyncFrameScrollingEnabled: 1076 AsyncFrameScrollingEnabled:
1070 type: bool 1077 type: bool
1071 defaultValue: false 1078 defaultValue: false
1072 humanReadableName: "Async Frame Scrolling" 1079 humanReadableName: "Async Frame Scrolling"
1073 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess" 1080 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess"
1074 category: experimental 1081 category: experimental
1075 1082
1076 CacheAPIEnabled: 1083 CacheAPIEnabled:
1077 type: bool 1084 type: bool
1078 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1085 defaultValue: true
1079 humanReadableName: "Cache API" 1086 humanReadableName: "Cache API"
1080 humanReadableDescription: "Enable Cache API" 1087 humanReadableDescription: "Enable Cache API"
1081 category: experimental 1088 category: experimental
1082 webcoreBinding: RuntimeEnabledFeatures 1089 webcoreBinding: RuntimeEnabledFeatures
1083 1090
1084 ColorFilterEnabled:
1085 type: bool
1086 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1087 humanReadableName: "Color Filter"
1088 humanReadableDescription: "Enable CSS Color Filter property"
1089 category: experimental
1090
1091 ConstantPropertiesEnabled: 1091 ConstantPropertiesEnabled:
1092 type: bool 1092 type: bool
1093 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1093 defaultValue: true
1094 humanReadableName: "Constant Properties" 1094 humanReadableName: "Constant Properties"
1095 humanReadableDescription: "Enable CSS constant() values" 1095 humanReadableDescription: "Enable CSS constant() values"
1096 category: experimental 1096 category: experimental
1097 1097
1098 CrossOriginOptionsSupportEnabled: 1098 CrossOriginWindowPolicySupportEnabled:
1099 type: bool 1099 type: bool
1100 defaultValue: true 1100 defaultValue: true
1101 humanReadableName: "Cross-Origin-Options HTTP Header" 1101 humanReadableName: "Cross-Origin-Window-Policy HTTP Header"
1102 humanReadableDescription: "Enable support for Cross-Origin-Options HTTP Header " 1102 humanReadableDescription: "Enable support for Cross-Origin-Window-Policy HTTP Header"
1103 category: experimental 1103 category: experimental
1104 1104
1105 SpringTimingFunctionEnabled: 1105 SpringTimingFunctionEnabled:
1106 type: bool 1106 type: bool
1107 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1107 defaultValue: true
1108 humanReadableName: "CSS Spring Animations" 1108 humanReadableName: "CSS Spring Animations"
1109 humanReadableDescription: "CSS Spring Animation prototype" 1109 humanReadableDescription: "CSS Spring Animation prototype"
1110 category: experimental 1110 category: experimental
1111 1111
1112 ImageBitmapOffscreenCanvasEnabled: 1112 ImageBitmapOffscreenCanvasEnabled:
1113 type: bool 1113 type: bool
1114 defaultValue: true 1114 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1115 humanReadableName: "ImageBitmap and OffscreenCanvas" 1115 humanReadableName: "ImageBitmap and OffscreenCanvas"
1116 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s" 1116 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s"
1117 category: experimental 1117 category: experimental
1118 webcoreBinding: RuntimeEnabledFeatures 1118 webcoreBinding: RuntimeEnabledFeatures
1119 1119
1120 LinkPreloadEnabled: 1120 LinkPreloadEnabled:
1121 type: bool 1121 type: bool
1122 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1122 defaultValue: true
1123 humanReadableName: "Link Preload" 1123 humanReadableName: "Link Preload"
1124 humanReadableDescription: "Link preload support" 1124 humanReadableDescription: "Link preload support"
1125 category: experimental 1125 category: experimental
1126 webcoreBinding: RuntimeEnabledFeatures 1126 webcoreBinding: RuntimeEnabledFeatures
1127 1127
1128 WebRTCLegacyAPIEnabled: 1128 WebRTCLegacyAPIEnabled:
1129 type: bool 1129 type: bool
1130 defaultValue: false 1130 defaultValue: false
1131 humanReadableName: "Enable Legacy WebRTC API" 1131 humanReadableName: "Enable Legacy WebRTC API"
1132 humanReadableDescription: "Enable Legacy WebRTC API" 1132 humanReadableDescription: "Enable Legacy WebRTC API"
1133 webcoreBinding: RuntimeEnabledFeatures 1133 webcoreBinding: RuntimeEnabledFeatures
1134 condition: ENABLE(WEB_RTC) 1134 condition: ENABLE(WEB_RTC)
1135 1135
1136 MDNSICECandidatesEnabled: 1136 MDNSICECandidatesEnabled:
1137 type: bool 1137 type: bool
1138 defaultValue: false 1138 defaultValue: false
1139 humanReadableName: "Enable MDNS ICE candidates" 1139 humanReadableName: "Enable MDNS ICE candidates"
1140 humanReadableDescription: "Enable MDNS ICE candidates" 1140 humanReadableDescription: "Enable MDNS ICE candidates"
1141 webcoreBinding: RuntimeEnabledFeatures 1141 webcoreBinding: RuntimeEnabledFeatures
1142 category: experimental 1142 category: experimental
1143 condition: ENABLE(WEB_RTC) 1143 condition: ENABLE(WEB_RTC)
1144 1144
1145 IsSecureContextAttributeEnabled: 1145 IsSecureContextAttributeEnabled:
1146 type: bool 1146 type: bool
1147 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1147 defaultValue: true
1148 humanReadableName: "Secure Contexts API" 1148 humanReadableName: "Secure Contexts API"
1149 humanReadableDescription: "Enable Secure Contexts API" 1149 humanReadableDescription: "Enable Secure Contexts API"
1150 category: experimental 1150 category: experimental
1151 webcoreBinding: RuntimeEnabledFeatures 1151 webcoreBinding: RuntimeEnabledFeatures
1152 1152
1153 FetchAPIKeepAliveEnabled: 1153 FetchAPIKeepAliveEnabled:
1154 type: bool 1154 type: bool
1155 defaultValue: false 1155 defaultValue: false
1156 humanReadableName: "Fetch API Request KeepAlive" 1156 humanReadableName: "Fetch API Request KeepAlive"
1157 humanReadableDescription: "Enable Fetch API Request KeepAlive" 1157 humanReadableDescription: "Enable Fetch API Request KeepAlive"
(...skipping 13 matching lines...) Expand all
1171 1171
1172 StorageAccessAPIEnabled: 1172 StorageAccessAPIEnabled:
1173 type: bool 1173 type: bool
1174 defaultValue: true 1174 defaultValue: true
1175 humanReadableName: "Storage Access API" 1175 humanReadableName: "Storage Access API"
1176 humanReadableDescription: "Enable Storage Access API" 1176 humanReadableDescription: "Enable Storage Access API"
1177 category: experimental 1177 category: experimental
1178 1178
1179 SubresourceIntegrityEnabled: 1179 SubresourceIntegrityEnabled:
1180 type: bool 1180 type: bool
1181 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1181 defaultValue: true
1182 humanReadableName: "SubresourceIntegrity" 1182 humanReadableName: "SubresourceIntegrity"
1183 humanReadableDescription: "Enable SubresourceIntegrity" 1183 humanReadableDescription: "Enable SubresourceIntegrity"
1184 category: experimental 1184 category: experimental
1185 1185
1186 VisualViewportAPIEnabled: 1186 VisualViewportAPIEnabled:
1187 type: bool 1187 type: bool
1188 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1188 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1189 humanReadableName: "VisualViewportAPI" 1189 humanReadableName: "VisualViewportAPI"
1190 humanReadableDescription: "Enable Visual Viewport API" 1190 humanReadableDescription: "Enable Visual Viewport API"
1191 category: experimental 1191 category: experimental
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 webcoreBinding: RuntimeEnabledFeatures 1290 webcoreBinding: RuntimeEnabledFeatures
1291 webcoreName: serverTimingEnabled 1291 webcoreName: serverTimingEnabled
1292 1292
1293 DisabledAdaptationsMetaTagEnabled: 1293 DisabledAdaptationsMetaTagEnabled:
1294 type: bool 1294 type: bool
1295 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1295 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1296 humanReadableName: "disabled-adaptations" 1296 humanReadableName: "disabled-adaptations"
1297 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" 1297 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1298 category: experimental 1298 category: experimental
1299 webcoreBinding: RuntimeEnabledFeatures 1299 webcoreBinding: RuntimeEnabledFeatures
1300
1301 ColorFilterEnabled:
1302 type: bool
1303 defaultValue: false
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b