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

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

Issue 339530043: SB prototype
Left Patch Set: Get ready to delete hacky code Created 5 years, 10 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: false 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 category: experimental 667 webcoreBinding: RuntimeEnabledFeatures
668 webcoreBinding: RuntimeEnabledFeatures 668 category: experimental
669 condition: ENABLE(ENCRYPTED_MEDIA) 669 condition: ENABLE(ENCRYPTED_MEDIA)
670 670
671 MediaPreloadingEnabled: 671 MediaPreloadingEnabled:
672 type: bool 672 type: bool
673 defaultValue: false 673 defaultValue: false
674 webcoreBinding: RuntimeEnabledFeatures 674 webcoreBinding: RuntimeEnabledFeatures
675 675
676 IntersectionObserverEnabled: 676 IntersectionObserverEnabled:
677 type: bool 677 type: bool
678 defaultValue: false 678 defaultValue: false
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 type: bool 992 type: bool
993 defaultValue: false 993 defaultValue: false
994 category: debug 994 category: debug
995 webcoreName: showRepaintCounter 995 webcoreName: showRepaintCounter
996 996
997 TiledScrollingIndicatorVisible: 997 TiledScrollingIndicatorVisible:
998 type: bool 998 type: bool
999 defaultValue: false 999 defaultValue: false
1000 category: debug 1000 category: debug
1001 webcoreName: showTiledScrollingIndicator 1001 webcoreName: showTiledScrollingIndicator
1002
1003 DisableScreenSizeOverride:
1004 type: bool
1005 defaultValue: false
1006 category: debug
1007 condition: PLATFORM(IOS)
1002 1008
1003 SimpleLineLayoutDebugBordersEnabled: 1009 SimpleLineLayoutDebugBordersEnabled:
1004 type: bool 1010 type: bool
1005 defaultValue: false 1011 defaultValue: false
1006 category: debug 1012 category: debug
1007 1013
1008 DeveloperExtrasEnabled: 1014 DeveloperExtrasEnabled:
1009 type: bool 1015 type: bool
1010 defaultValue: false 1016 defaultValue: false
1011 category: debug 1017 category: debug
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 1075
1070 AsyncFrameScrollingEnabled: 1076 AsyncFrameScrollingEnabled:
1071 type: bool 1077 type: bool
1072 defaultValue: false 1078 defaultValue: false
1073 humanReadableName: "Async Frame Scrolling" 1079 humanReadableName: "Async Frame Scrolling"
1074 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess" 1080 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess"
1075 category: experimental 1081 category: experimental
1076 1082
1077 CacheAPIEnabled: 1083 CacheAPIEnabled:
1078 type: bool 1084 type: bool
1079 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1085 defaultValue: true
1080 humanReadableName: "Cache API" 1086 humanReadableName: "Cache API"
1081 humanReadableDescription: "Enable Cache API" 1087 humanReadableDescription: "Enable Cache API"
1082 category: experimental 1088 category: experimental
1083 webcoreBinding: RuntimeEnabledFeatures 1089 webcoreBinding: RuntimeEnabledFeatures
1084 1090
1085 ColorFilterEnabled:
1086 type: bool
1087 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1088 humanReadableName: "Color Filter"
1089 humanReadableDescription: "Enable CSS Color Filter property"
1090 category: experimental
1091
1092 ConstantPropertiesEnabled: 1091 ConstantPropertiesEnabled:
1093 type: bool 1092 type: bool
1094 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1093 defaultValue: true
1095 humanReadableName: "Constant Properties" 1094 humanReadableName: "Constant Properties"
1096 humanReadableDescription: "Enable CSS constant() values" 1095 humanReadableDescription: "Enable CSS constant() values"
1097 category: experimental 1096 category: experimental
1098 1097
1099 CrossOriginOptionsSupportEnabled: 1098 CrossOriginWindowPolicySupportEnabled:
1100 type: bool 1099 type: bool
1101 defaultValue: true 1100 defaultValue: true
1102 humanReadableName: "Cross-Origin-Options HTTP Header" 1101 humanReadableName: "Cross-Origin-Window-Policy HTTP Header"
1103 humanReadableDescription: "Enable support for Cross-Origin-Options HTTP Header " 1102 humanReadableDescription: "Enable support for Cross-Origin-Window-Policy HTTP Header"
1104 category: experimental 1103 category: experimental
1105 1104
1106 SpringTimingFunctionEnabled: 1105 SpringTimingFunctionEnabled:
1107 type: bool 1106 type: bool
1108 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1107 defaultValue: true
1109 humanReadableName: "CSS Spring Animations" 1108 humanReadableName: "CSS Spring Animations"
1110 humanReadableDescription: "CSS Spring Animation prototype" 1109 humanReadableDescription: "CSS Spring Animation prototype"
1111 category: experimental 1110 category: experimental
1112 1111
1113 ImageBitmapOffscreenCanvasEnabled: 1112 ImageBitmapOffscreenCanvasEnabled:
1114 type: bool 1113 type: bool
1115 defaultValue: true 1114 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1116 humanReadableName: "ImageBitmap and OffscreenCanvas" 1115 humanReadableName: "ImageBitmap and OffscreenCanvas"
1117 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s" 1116 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s"
1118 category: experimental 1117 category: experimental
1119 webcoreBinding: RuntimeEnabledFeatures 1118 webcoreBinding: RuntimeEnabledFeatures
1120 1119
1121 LinkPreloadEnabled: 1120 LinkPreloadEnabled:
1122 type: bool 1121 type: bool
1123 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1122 defaultValue: true
1124 humanReadableName: "Link Preload" 1123 humanReadableName: "Link Preload"
1125 humanReadableDescription: "Link preload support" 1124 humanReadableDescription: "Link preload support"
1126 category: experimental 1125 category: experimental
1127 webcoreBinding: RuntimeEnabledFeatures 1126 webcoreBinding: RuntimeEnabledFeatures
1128 1127
1129 WebRTCLegacyAPIEnabled: 1128 WebRTCLegacyAPIEnabled:
1130 type: bool 1129 type: bool
1131 defaultValue: false 1130 defaultValue: false
1132 humanReadableName: "Enable Legacy WebRTC API" 1131 humanReadableName: "Enable Legacy WebRTC API"
1133 humanReadableDescription: "Enable Legacy WebRTC API" 1132 humanReadableDescription: "Enable Legacy WebRTC API"
1134 webcoreBinding: RuntimeEnabledFeatures 1133 webcoreBinding: RuntimeEnabledFeatures
1135 condition: ENABLE(WEB_RTC) 1134 condition: ENABLE(WEB_RTC)
1136 1135
1137 MDNSICECandidatesEnabled: 1136 MDNSICECandidatesEnabled:
1138 type: bool 1137 type: bool
1139 defaultValue: false 1138 defaultValue: false
1140 humanReadableName: "Enable MDNS ICE candidates" 1139 humanReadableName: "Enable MDNS ICE candidates"
1141 humanReadableDescription: "Enable MDNS ICE candidates" 1140 humanReadableDescription: "Enable MDNS ICE candidates"
1142 webcoreBinding: RuntimeEnabledFeatures 1141 webcoreBinding: RuntimeEnabledFeatures
1143 category: experimental 1142 category: experimental
1144 condition: ENABLE(WEB_RTC) 1143 condition: ENABLE(WEB_RTC)
1145 1144
1146 IsSecureContextAttributeEnabled: 1145 IsSecureContextAttributeEnabled:
1147 type: bool 1146 type: bool
1148 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1147 defaultValue: true
1149 humanReadableName: "Secure Contexts API" 1148 humanReadableName: "Secure Contexts API"
1150 humanReadableDescription: "Enable Secure Contexts API" 1149 humanReadableDescription: "Enable Secure Contexts API"
1151 category: experimental 1150 category: experimental
1152 webcoreBinding: RuntimeEnabledFeatures 1151 webcoreBinding: RuntimeEnabledFeatures
1153 1152
1154 FetchAPIKeepAliveEnabled: 1153 FetchAPIKeepAliveEnabled:
1155 type: bool 1154 type: bool
1156 defaultValue: false 1155 defaultValue: false
1157 humanReadableName: "Fetch API Request KeepAlive" 1156 humanReadableName: "Fetch API Request KeepAlive"
1158 humanReadableDescription: "Enable Fetch API Request KeepAlive" 1157 humanReadableDescription: "Enable Fetch API Request KeepAlive"
(...skipping 13 matching lines...) Expand all
1172 1171
1173 StorageAccessAPIEnabled: 1172 StorageAccessAPIEnabled:
1174 type: bool 1173 type: bool
1175 defaultValue: true 1174 defaultValue: true
1176 humanReadableName: "Storage Access API" 1175 humanReadableName: "Storage Access API"
1177 humanReadableDescription: "Enable Storage Access API" 1176 humanReadableDescription: "Enable Storage Access API"
1178 category: experimental 1177 category: experimental
1179 1178
1180 SubresourceIntegrityEnabled: 1179 SubresourceIntegrityEnabled:
1181 type: bool 1180 type: bool
1182 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1181 defaultValue: true
1183 humanReadableName: "SubresourceIntegrity" 1182 humanReadableName: "SubresourceIntegrity"
1184 humanReadableDescription: "Enable SubresourceIntegrity" 1183 humanReadableDescription: "Enable SubresourceIntegrity"
1185 category: experimental 1184 category: experimental
1186 1185
1187 VisualViewportAPIEnabled: 1186 VisualViewportAPIEnabled:
1188 type: bool 1187 type: bool
1189 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1188 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1190 humanReadableName: "VisualViewportAPI" 1189 humanReadableName: "VisualViewportAPI"
1191 humanReadableDescription: "Enable Visual Viewport API" 1190 humanReadableDescription: "Enable Visual Viewport API"
1192 category: experimental 1191 category: experimental
1193 1192
1194 WebAnimationsEnabled: 1193 WebAnimationsEnabled:
1195 type: bool 1194 type: bool
1196 defaultValue: true 1195 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1197 humanReadableName: "Web Animations" 1196 humanReadableName: "Web Animations"
1198 humanReadableDescription: "Web Animations prototype" 1197 humanReadableDescription: "Web Animations prototype"
1199 category: experimental 1198 category: experimental
1200 webcoreBinding: RuntimeEnabledFeatures 1199 webcoreBinding: RuntimeEnabledFeatures
1201 1200
1202 WebAnimationsCSSIntegrationEnabled: 1201 WebAnimationsCSSIntegrationEnabled:
1203 type: bool 1202 type: bool
1204 defaultValue: false 1203 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1205 humanReadableName: "Web Animations and CSS Integration" 1204 humanReadableName: "Web Animations and CSS Integration"
1206 humanReadableDescription: "Expose CSS Animations and CSS Transitions through g etAnimations()" 1205 humanReadableDescription: "Expose CSS Animations and CSS Transitions through g etAnimations()"
1207 category: experimental 1206 category: experimental
1208 webcoreBinding: RuntimeEnabledFeatures 1207 webcoreBinding: RuntimeEnabledFeatures
1209 1208
1210 WebGL2Enabled: 1209 WebGL2Enabled:
1211 type: bool 1210 type: bool
1212 defaultValue: false 1211 defaultValue: false
1213 humanReadableName: "WebGL 2.0" 1212 humanReadableName: "WebGL 2.0"
1214 humanReadableDescription: "WebGL 2 prototype" 1213 humanReadableDescription: "WebGL 2 prototype"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 webcoreBinding: RuntimeEnabledFeatures 1250 webcoreBinding: RuntimeEnabledFeatures
1252 1251
1253 RestrictedHTTPResponseAccess: 1252 RestrictedHTTPResponseAccess:
1254 type: bool 1253 type: bool
1255 defaultValue: true 1254 defaultValue: true
1256 humanReadableName: "Restricted HTTP Response Access to Web Process" 1255 humanReadableName: "Restricted HTTP Response Access to Web Process"
1257 humanReadableDescription: "Restricted HTTP Response Access to Web Process" 1256 humanReadableDescription: "Restricted HTTP Response Access to Web Process"
1258 category: experimental 1257 category: experimental
1259 webcoreBinding: RuntimeEnabledFeatures 1258 webcoreBinding: RuntimeEnabledFeatures
1260 1259
1261 FromOriginResponseHeaderEnabled: 1260 CrossOriginResourcePolicyEnabled:
1262 type: bool 1261 type: bool
1263 defaultValue: false 1262 defaultValue: true
1264 humanReadableName: "From-Origin Response Header" 1263 humanReadableName: "Cross-Origin-Resource-Policy Response Header"
1265 humanReadableDescription: "Support for the From-Origin Response Header" 1264 humanReadableDescription: "Support for the Cross-Origin-Resource-Policy Resp onse Header"
1266 category: experimental 1265 category: experimental
1267 webcoreBinding: RuntimeEnabledFeatures 1266 webcoreBinding: RuntimeEnabledFeatures
1268 1267
1269 WebGLCompressedTextureASTCSupportEnabled: 1268 WebGLCompressedTextureASTCSupportEnabled:
1270 type: bool 1269 type: bool
1271 defaultValue: false 1270 defaultValue: false
1272 humanReadableName: "ASTC Texture Support" 1271 humanReadableName: "ASTC Texture Support"
1273 humanReadableDescription: "Support for ASTC compressed texture formats in WebG L" 1272 humanReadableDescription: "Support for ASTC compressed texture formats in WebG L"
1274 category: experimental 1273 category: experimental
1275 webcoreBinding: RuntimeEnabledFeatures 1274 webcoreBinding: RuntimeEnabledFeatures
1276 1275
1277 StorageAccessPromptsEnabled: 1276 StorageAccessPromptsEnabled:
1278 type: bool 1277 type: bool
1279 defaultValue: false 1278 defaultValue: true
1280 humanReadableName: "Prompt for Storage Access API Requests" 1279 humanReadableName: "Prompt for Storage Access API Requests"
1281 humanReadableDescription: "Prompt the user when Storage Access API calls are made" 1280 humanReadableDescription: "Prompt the user when Storage Access API calls are made"
1282 category: experimental 1281 category: experimental
1283 webcoreBinding: RuntimeEnabledFeatures 1282 webcoreBinding: RuntimeEnabledFeatures
1284 1283
1285 ServerTimingEnabled: 1284 ServerTimingEnabled:
1286 type: bool 1285 type: bool
1287 defaultValue: false 1286 defaultValue: false
1288 humanReadableName: "Server Timing" 1287 humanReadableName: "Server Timing"
1289 humanReadableDescription: "Enable Server Timing API" 1288 humanReadableDescription: "Enable Server Timing API"
1290 category: experimental 1289 category: experimental
1291 webcoreBinding: RuntimeEnabledFeatures 1290 webcoreBinding: RuntimeEnabledFeatures
1292 webcoreName: serverTimingEnabled 1291 webcoreName: serverTimingEnabled
1293 1292
1294 DisabledAdaptationsMetaTagEnabled: 1293 DisabledAdaptationsMetaTagEnabled:
1295 type: bool 1294 type: bool
1296 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1295 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1297 humanReadableName: "disabled-adaptations" 1296 humanReadableName: "disabled-adaptations"
1298 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" 1297 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1299 category: experimental 1298 category: experimental
1300 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