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

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

Issue 339530043: SB prototype
Left Patch Set: Guard against SafeBrowserController getting destroyed before callback Created 5 years, 11 months ago
Right Patch Set: Squashed patch Created 5 years, 10 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/Shared/LoadParameters.cpp ('k') | Source/WebKit/UIProcess/API/Cocoa/WKNavigationDelegate.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: true
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
102 CSSAnimationsAndCSSTransitionsBackedByWebAnimationsEnabled:
103 type: bool
104 defaultValue: false
105 webcoreBinding: RuntimeEnabledFeatures
106 101
107 ForceFTPDirectoryListings: 102 ForceFTPDirectoryListings:
108 type: bool 103 type: bool
109 defaultValue: false 104 defaultValue: false
110 105
111 TabsToLinks: 106 TabsToLinks:
112 type: bool 107 type: bool
113 defaultValue: DEFAULT_WEBKIT_TABSTOLINKS_ENABLED 108 defaultValue: DEFAULT_WEBKIT_TABSTOLINKS_ENABLED
114 webcoreBinding: none 109 webcoreBinding: none
115 110
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 webcoreBinding: RuntimeEnabledFeatures 655 webcoreBinding: RuntimeEnabledFeatures
661 656
662 MenuItemElementEnabled: 657 MenuItemElementEnabled:
663 type: bool 658 type: bool
664 defaultValue: false 659 defaultValue: false
665 webcoreBinding: RuntimeEnabledFeatures 660 webcoreBinding: RuntimeEnabledFeatures
666 661
667 EncryptedMediaAPIEnabled: 662 EncryptedMediaAPIEnabled:
668 type: bool 663 type: bool
669 defaultValue: false 664 defaultValue: false
665 humanReadableName: "Modern Encrypted Media API"
666 humanReadableDescription: "Modern Encrypted Media API"
667 category: experimental
670 webcoreBinding: RuntimeEnabledFeatures 668 webcoreBinding: RuntimeEnabledFeatures
671 condition: ENABLE(ENCRYPTED_MEDIA) 669 condition: ENABLE(ENCRYPTED_MEDIA)
672 670
673 MediaPreloadingEnabled: 671 MediaPreloadingEnabled:
674 type: bool 672 type: bool
675 defaultValue: false 673 defaultValue: false
676 webcoreBinding: RuntimeEnabledFeatures 674 webcoreBinding: RuntimeEnabledFeatures
677 675
678 IntersectionObserverEnabled: 676 IntersectionObserverEnabled:
679 type: bool 677 type: bool
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 DataTransferItemsEnabled: 772 DataTransferItemsEnabled:
775 type: bool 773 type: bool
776 defaultValue: DEFAULT_DATA_TRANSFER_ITEMS_ENABLED 774 defaultValue: DEFAULT_DATA_TRANSFER_ITEMS_ENABLED
777 humanReadableName: "Data Transfer Items" 775 humanReadableName: "Data Transfer Items"
778 humanReadableDescription: "Enables DataTransferItem in the clipboard API" 776 humanReadableDescription: "Enables DataTransferItem in the clipboard API"
779 webcoreBinding: RuntimeEnabledFeatures 777 webcoreBinding: RuntimeEnabledFeatures
780 778
781 CustomPasteboardDataEnabled: 779 CustomPasteboardDataEnabled:
782 type: bool 780 type: bool
783 defaultValue: defaultCustomPasteboardDataEnabled() 781 defaultValue: defaultCustomPasteboardDataEnabled()
784 humanReadableName: "Custom pateboard data" 782 humanReadableName: "Custom pasteboard data"
785 humanReadableDescription: "Enable custom clipboard types and better security m odel for clipboard API." 783 humanReadableDescription: "Enable custom clipboard types and better security m odel for clipboard API."
786 webcoreBinding: RuntimeEnabledFeatures 784 webcoreBinding: RuntimeEnabledFeatures
787 785
788 ViewportFitEnabled: 786 ViewportFitEnabled:
789 type: bool 787 type: bool
790 defaultValue: true 788 defaultValue: true
791 humanReadableName: "Viewport Fit" 789 humanReadableName: "Viewport Fit"
792 humanReadableDescription: "Enable viewport-fit viewport parameter" 790 humanReadableDescription: "Enable viewport-fit viewport parameter"
793 791
794 DisplayContentsEnabled: 792 DisplayContentsEnabled:
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 humanReadableDescription: "Enable CSS Color Filter property" 1089 humanReadableDescription: "Enable CSS Color Filter property"
1092 category: experimental 1090 category: experimental
1093 1091
1094 ConstantPropertiesEnabled: 1092 ConstantPropertiesEnabled:
1095 type: bool 1093 type: bool
1096 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1094 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1097 humanReadableName: "Constant Properties" 1095 humanReadableName: "Constant Properties"
1098 humanReadableDescription: "Enable CSS constant() values" 1096 humanReadableDescription: "Enable CSS constant() values"
1099 category: experimental 1097 category: experimental
1100 1098
1099 CrossOriginOptionsSupportEnabled:
1100 type: bool
1101 defaultValue: true
1102 humanReadableName: "Cross-Origin-Options HTTP Header"
1103 humanReadableDescription: "Enable support for Cross-Origin-Options HTTP Header "
1104 category: experimental
1105
1101 SpringTimingFunctionEnabled: 1106 SpringTimingFunctionEnabled:
1102 type: bool 1107 type: bool
1103 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1108 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1104 humanReadableName: "CSS Spring Animations" 1109 humanReadableName: "CSS Spring Animations"
1105 humanReadableDescription: "CSS Spring Animation prototype" 1110 humanReadableDescription: "CSS Spring Animation prototype"
1106 category: experimental 1111 category: experimental
1107 1112
1108 ImageBitmapOffscreenCanvasEnabled: 1113 ImageBitmapOffscreenCanvasEnabled:
1109 type: bool 1114 type: bool
1110 defaultValue: true 1115 defaultValue: true
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1189 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1185 humanReadableName: "VisualViewportAPI" 1190 humanReadableName: "VisualViewportAPI"
1186 humanReadableDescription: "Enable Visual Viewport API" 1191 humanReadableDescription: "Enable Visual Viewport API"
1187 category: experimental 1192 category: experimental
1188 1193
1189 WebAnimationsEnabled: 1194 WebAnimationsEnabled:
1190 type: bool 1195 type: bool
1191 defaultValue: true 1196 defaultValue: true
1192 humanReadableName: "Web Animations" 1197 humanReadableName: "Web Animations"
1193 humanReadableDescription: "Web Animations prototype" 1198 humanReadableDescription: "Web Animations prototype"
1199 category: experimental
1200 webcoreBinding: RuntimeEnabledFeatures
1201
1202 WebAnimationsCSSIntegrationEnabled:
1203 type: bool
1204 defaultValue: false
1205 humanReadableName: "Web Animations and CSS Integration"
1206 humanReadableDescription: "Expose CSS Animations and CSS Transitions through g etAnimations()"
1194 category: experimental 1207 category: experimental
1195 webcoreBinding: RuntimeEnabledFeatures 1208 webcoreBinding: RuntimeEnabledFeatures
1196 1209
1197 WebGL2Enabled: 1210 WebGL2Enabled:
1198 type: bool 1211 type: bool
1199 defaultValue: false 1212 defaultValue: false
1200 humanReadableName: "WebGL 2.0" 1213 humanReadableName: "WebGL 2.0"
1201 humanReadableDescription: "WebGL 2 prototype" 1214 humanReadableDescription: "WebGL 2 prototype"
1202 category: experimental 1215 category: experimental
1203 webcoreBinding: RuntimeEnabledFeatures 1216 webcoreBinding: RuntimeEnabledFeatures
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 category: experimental 1258 category: experimental
1246 webcoreBinding: RuntimeEnabledFeatures 1259 webcoreBinding: RuntimeEnabledFeatures
1247 1260
1248 FromOriginResponseHeaderEnabled: 1261 FromOriginResponseHeaderEnabled:
1249 type: bool 1262 type: bool
1250 defaultValue: false 1263 defaultValue: false
1251 humanReadableName: "From-Origin Response Header" 1264 humanReadableName: "From-Origin Response Header"
1252 humanReadableDescription: "Support for the From-Origin Response Header" 1265 humanReadableDescription: "Support for the From-Origin Response Header"
1253 category: experimental 1266 category: experimental
1254 webcoreBinding: RuntimeEnabledFeatures 1267 webcoreBinding: RuntimeEnabledFeatures
1268
1269 WebGLCompressedTextureASTCSupportEnabled:
1270 type: bool
1271 defaultValue: false
1272 humanReadableName: "ASTC Texture Support"
1273 humanReadableDescription: "Support for ASTC compressed texture formats in WebG L"
1274 category: experimental
1275 webcoreBinding: RuntimeEnabledFeatures
1276
1277 StorageAccessPromptsEnabled:
1278 type: bool
1279 defaultValue: false
1280 humanReadableName: "Prompt for Storage Access API Requests"
1281 humanReadableDescription: "Prompt the user when Storage Access API calls are made"
1282 category: experimental
1283 webcoreBinding: RuntimeEnabledFeatures
1284
1285 ServerTimingEnabled:
1286 type: bool
1287 defaultValue: false
1288 humanReadableName: "Server Timing"
1289 humanReadableDescription: "Enable Server Timing API"
1290 category: experimental
1291 webcoreBinding: RuntimeEnabledFeatures
1292 webcoreName: serverTimingEnabled
1293
1294 DisabledAdaptationsMetaTagEnabled:
1295 type: bool
1296 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1297 humanReadableName: "disabled-adaptations"
1298 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1299 category: experimental
1300 webcoreBinding: RuntimeEnabledFeatures
LEFTRIGHT

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