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

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

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