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

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

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