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

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

Issue 359780043: WIP for IO
Left Patch Set: Properly report root bounds Created 5 years, 8 months ago
Right Patch Set: Fix inline test while making sure the text test still passes too. Created 5 years, 7 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/WebKitLegacy/mac/ChangeLog » ('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 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 type: bool 1044 type: bool
1045 defaultValue: true 1045 defaultValue: true
1046 webcoreBinding: RuntimeEnabledFeatures 1046 webcoreBinding: RuntimeEnabledFeatures
1047 1047
1048 ConstantPropertiesEnabled: 1048 ConstantPropertiesEnabled:
1049 type: bool 1049 type: bool
1050 defaultValue: true 1050 defaultValue: true
1051 1051
1052 CrossOriginWindowPolicySupportEnabled: 1052 CrossOriginWindowPolicySupportEnabled:
1053 type: bool 1053 type: bool
1054 defaultValue: true 1054 defaultValue: false
1055 1055
1056 SubresourceIntegrityEnabled: 1056 SubresourceIntegrityEnabled:
1057 type: bool 1057 type: bool
1058 defaultValue: true 1058 defaultValue: true
1059 1059
1060 RestrictedHTTPResponseAccess: 1060 RestrictedHTTPResponseAccess:
1061 type: bool 1061 type: bool
1062 defaultValue: true 1062 defaultValue: true
1063 webcoreBinding: RuntimeEnabledFeatures 1063 webcoreBinding: RuntimeEnabledFeatures
1064 1064
1065 CrossOriginResourcePolicyEnabled: 1065 CrossOriginResourcePolicyEnabled:
1066 type: bool 1066 type: bool
1067 defaultValue: true 1067 defaultValue: true
1068 webcoreBinding: RuntimeEnabledFeatures 1068 webcoreBinding: RuntimeEnabledFeatures
1069 1069
1070 DisabledAdaptationsMetaTagEnabled: 1070 DisabledAdaptationsMetaTagEnabled:
1071 type: bool 1071 type: bool
1072 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1072 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1073 webcoreBinding: RuntimeEnabledFeatures 1073 webcoreBinding: RuntimeEnabledFeatures
1074 1074
1075 ColorFilterEnabled: 1075 ColorFilterEnabled:
1076 type: bool 1076 type: bool
1077 defaultValue: false 1077 defaultValue: false
1078 1078
1079 PunchOutWhiteBackgroundsInDarkMode:
1080 type: bool
1081 defaultValue: false
1082
1079 IncompleteImageBorderEnabled: 1083 IncompleteImageBorderEnabled:
1084 type: bool
1085 defaultValue: false
1086
1087 ShouldDeferAsynchronousScriptsUntilAfterDocumentLoad:
1080 type: bool 1088 type: bool
1081 defaultValue: false 1089 defaultValue: false
1082 1090
1083 StorageAccessAPIEnabled: 1091 StorageAccessAPIEnabled:
1084 type: bool 1092 type: bool
1085 defaultValue: true 1093 defaultValue: true
1086 1094
1087 StorageAccessPromptsEnabled: 1095 StorageAccessPromptsEnabled:
1088 type: bool 1096 type: bool
1089 defaultValue: true 1097 defaultValue: true
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 webcoreBinding: RuntimeEnabledFeatures 1140 webcoreBinding: RuntimeEnabledFeatures
1133 1141
1134 ImageBitmapOffscreenCanvasEnabled: 1142 ImageBitmapOffscreenCanvasEnabled:
1135 type: bool 1143 type: bool
1136 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1144 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1137 humanReadableName: "ImageBitmap and OffscreenCanvas" 1145 humanReadableName: "ImageBitmap and OffscreenCanvas"
1138 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s" 1146 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s"
1139 category: experimental 1147 category: experimental
1140 webcoreBinding: RuntimeEnabledFeatures 1148 webcoreBinding: RuntimeEnabledFeatures
1141 1149
1150 IntersectionObserverEnabled:
1151 type: bool
1152 defaultValue: false
1153 humanReadableName: "Intersection Observer"
1154 humanReadableDescription: "Enable Intersection Observer support"
1155 webcoreBinding: RuntimeEnabledFeatures
1156 category: experimental
1157 condition: ENABLE(INTERSECTION_OBSERVER)
1158
1142 WebRTCLegacyAPIEnabled: 1159 WebRTCLegacyAPIEnabled:
1143 type: bool 1160 type: bool
1144 defaultValue: false 1161 defaultValue: false
1145 humanReadableName: "Enable Legacy WebRTC API" 1162 humanReadableName: "Enable Legacy WebRTC API"
1146 humanReadableDescription: "Enable Legacy WebRTC API" 1163 humanReadableDescription: "Enable Legacy WebRTC API"
1147 webcoreBinding: RuntimeEnabledFeatures 1164 webcoreBinding: RuntimeEnabledFeatures
1148 condition: ENABLE(WEB_RTC) 1165 condition: ENABLE(WEB_RTC)
1149 1166
1150 MDNSICECandidatesEnabled: 1167 MDNSICECandidatesEnabled:
1151 type: bool 1168 type: bool
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 condition: ENABLE(WEBGPU) 1234 condition: ENABLE(WEBGPU)
1218 1235
1219 AccessibilityObjectModelEnabled: 1236 AccessibilityObjectModelEnabled:
1220 type: bool 1237 type: bool
1221 defaultValue: false 1238 defaultValue: false
1222 humanReadableName: "Accessibility Object Model" 1239 humanReadableName: "Accessibility Object Model"
1223 humanReadableDescription: "Accessibility Object Model support" 1240 humanReadableDescription: "Accessibility Object Model support"
1224 category: experimental 1241 category: experimental
1225 webcoreBinding: RuntimeEnabledFeatures 1242 webcoreBinding: RuntimeEnabledFeatures
1226 1243
1244 AriaReflectionEnabled:
1245 type: bool
1246 defaultValue: true
1247 humanReadableName: "ARIA Reflection"
1248 humanReadableDescription: "ARIA Reflection support"
1249 category: experimental
1250 webcoreBinding: RuntimeEnabledFeatures
1251
1227 WebVREnabled: 1252 WebVREnabled:
1228 type: bool 1253 type: bool
1229 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1254 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1230 humanReadableName: "WebVR" 1255 humanReadableName: "WebVR"
1231 humanReadableDescription: "WebVR Module support" 1256 humanReadableDescription: "WebVR Module support"
1232 webcoreBinding: RuntimeEnabledFeatures 1257 webcoreBinding: RuntimeEnabledFeatures
1233 category: experimental 1258 category: experimental
1234 condition: PLATFORM(GTK) || PLATFORM(WPE) 1259 condition: PLATFORM(GTK) || PLATFORM(WPE)
1235 1260
1236 ResourceLoadStatisticsDebugMode: 1261 ResourceLoadStatisticsDebugMode:
(...skipping 14 matching lines...) Expand all
1251 1276
1252 ServerTimingEnabled: 1277 ServerTimingEnabled:
1253 type: bool 1278 type: bool
1254 defaultValue: false 1279 defaultValue: false
1255 humanReadableName: "Server Timing" 1280 humanReadableName: "Server Timing"
1256 humanReadableDescription: "Enable Server Timing API" 1281 humanReadableDescription: "Enable Server Timing API"
1257 category: experimental 1282 category: experimental
1258 webcoreBinding: RuntimeEnabledFeatures 1283 webcoreBinding: RuntimeEnabledFeatures
1259 webcoreName: serverTimingEnabled 1284 webcoreName: serverTimingEnabled
1260 1285
1286 ExperimentalPlugInSandboxProfilesEnabled:
1287 type: bool
1288 defaultValue: false
1289 humanReadableName: "Sandbox Plug-Ins"
1290 humanReadableDescription: "Enable Plug-In sandboxing"
1291 category: debug
1292 webcoreBinding: RuntimeEnabledFeatures
1293 webcoreName: experimentalPlugInSandboxProfilesEnabled
1294
1261 FullScreenEnabled: 1295 FullScreenEnabled:
1262 type: bool 1296 type: bool
1263 defaultValue: DEFAULT_ENABLE_FULLSCREEN_API 1297 defaultValue: false
1264 condition: ENABLE(FULLSCREEN_API) 1298 condition: ENABLE(FULLSCREEN_API)
1265 visibleCondition: PLATFORM(IOS) 1299 hidden: EXPERIMENTAL_FULLSCREEN_API_HIDDEN
1266 humanReadableName: "Fullscreen API" 1300 humanReadableName: "Fullscreen API"
1267 humanReadableDescription: "Fullscreen API" 1301 humanReadableDescription: "Fullscreen API"
1268 category: experimental 1302 category: experimental
1269 1303
1270 EncryptedMediaAPIEnabled: 1304 EncryptedMediaAPIEnabled:
1271 type: bool 1305 type: bool
1272 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1306 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1273 humanReadableName: "Modern Encrypted Media API" 1307 humanReadableName: "Modern Encrypted Media API"
1274 humanReadableDescription: "Modern Encrypted Media API" 1308 humanReadableDescription: "Modern Encrypted Media API"
1275 webcoreBinding: RuntimeEnabledFeatures 1309 webcoreBinding: RuntimeEnabledFeatures
1276 category: experimental 1310 category: experimental
1277 condition: ENABLE(ENCRYPTED_MEDIA) 1311 condition: ENABLE(ENCRYPTED_MEDIA)
1312
1313 ProcessSwapOnNavigationEnabled:
1314 type: bool
1315 defaultValue: false
1316 humanReadableName: "Swap Processes on Navigation"
1317 humanReadableDescription: "Swap WebContent processes on cross-origin navigatio ns"
1318 category: experimental
1319 webcoreBinding: none
1320
LEFTRIGHT

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