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

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

Issue 359780043: WIP for IO
Left Patch Set: Make Document store a list of observers rather than targets 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 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 webcoreBinding: RuntimeEnabledFeatures 1140 webcoreBinding: RuntimeEnabledFeatures
1141 1141
1142 ImageBitmapOffscreenCanvasEnabled: 1142 ImageBitmapOffscreenCanvasEnabled:
1143 type: bool 1143 type: bool
1144 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1144 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1145 humanReadableName: "ImageBitmap and OffscreenCanvas" 1145 humanReadableName: "ImageBitmap and OffscreenCanvas"
1146 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s" 1146 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s"
1147 category: experimental 1147 category: experimental
1148 webcoreBinding: RuntimeEnabledFeatures 1148 webcoreBinding: RuntimeEnabledFeatures
1149 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
1150 WebRTCLegacyAPIEnabled: 1159 WebRTCLegacyAPIEnabled:
1151 type: bool 1160 type: bool
1152 defaultValue: false 1161 defaultValue: false
1153 humanReadableName: "Enable Legacy WebRTC API" 1162 humanReadableName: "Enable Legacy WebRTC API"
1154 humanReadableDescription: "Enable Legacy WebRTC API" 1163 humanReadableDescription: "Enable Legacy WebRTC API"
1155 webcoreBinding: RuntimeEnabledFeatures 1164 webcoreBinding: RuntimeEnabledFeatures
1156 condition: ENABLE(WEB_RTC) 1165 condition: ENABLE(WEB_RTC)
1157 1166
1158 MDNSICECandidatesEnabled: 1167 MDNSICECandidatesEnabled:
1159 type: bool 1168 type: bool
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 humanReadableDescription: "WebGPU prototype" 1231 humanReadableDescription: "WebGPU prototype"
1223 category: experimental 1232 category: experimental
1224 webcoreBinding: RuntimeEnabledFeatures 1233 webcoreBinding: RuntimeEnabledFeatures
1225 condition: ENABLE(WEBGPU) 1234 condition: ENABLE(WEBGPU)
1226 1235
1227 AccessibilityObjectModelEnabled: 1236 AccessibilityObjectModelEnabled:
1228 type: bool 1237 type: bool
1229 defaultValue: false 1238 defaultValue: false
1230 humanReadableName: "Accessibility Object Model" 1239 humanReadableName: "Accessibility Object Model"
1231 humanReadableDescription: "Accessibility Object Model support" 1240 humanReadableDescription: "Accessibility Object Model support"
1241 category: experimental
1242 webcoreBinding: RuntimeEnabledFeatures
1243
1244 AriaReflectionEnabled:
1245 type: bool
1246 defaultValue: true
1247 humanReadableName: "ARIA Reflection"
1248 humanReadableDescription: "ARIA Reflection support"
1232 category: experimental 1249 category: experimental
1233 webcoreBinding: RuntimeEnabledFeatures 1250 webcoreBinding: RuntimeEnabledFeatures
1234 1251
1235 WebVREnabled: 1252 WebVREnabled:
1236 type: bool 1253 type: bool
1237 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1254 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1238 humanReadableName: "WebVR" 1255 humanReadableName: "WebVR"
1239 humanReadableDescription: "WebVR Module support" 1256 humanReadableDescription: "WebVR Module support"
1240 webcoreBinding: RuntimeEnabledFeatures 1257 webcoreBinding: RuntimeEnabledFeatures
1241 category: experimental 1258 category: experimental
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 condition: ENABLE(ENCRYPTED_MEDIA) 1311 condition: ENABLE(ENCRYPTED_MEDIA)
1295 1312
1296 ProcessSwapOnNavigationEnabled: 1313 ProcessSwapOnNavigationEnabled:
1297 type: bool 1314 type: bool
1298 defaultValue: false 1315 defaultValue: false
1299 humanReadableName: "Swap Processes on Navigation" 1316 humanReadableName: "Swap Processes on Navigation"
1300 humanReadableDescription: "Swap WebContent processes on cross-origin navigatio ns" 1317 humanReadableDescription: "Swap WebContent processes on cross-origin navigatio ns"
1301 category: experimental 1318 category: experimental
1302 webcoreBinding: none 1319 webcoreBinding: none
1303 1320
LEFTRIGHT

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