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

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

Issue 339530043: SB prototype
Left Patch Set: Implement persistence 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:
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
(no file at all)
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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 condition: ENABLE(TEXT_AUTOSIZING) 1052 condition: ENABLE(TEXT_AUTOSIZING)
1053 1053
1054 ShouldAllowUserInstalledFonts: 1054 ShouldAllowUserInstalledFonts:
1055 type: bool 1055 type: bool
1056 defaultValue: true 1056 defaultValue: true
1057 1057
1058 MediaCapabilitiesEnabled: 1058 MediaCapabilitiesEnabled:
1059 type: bool 1059 type: bool
1060 defaultValue: false 1060 defaultValue: false
1061 webcoreBinding: RuntimeEnabledFeatures 1061 webcoreBinding: RuntimeEnabledFeatures
1062
1063 SafeBrowsingEnabled:
1064 type: bool
1065 defaultValue: false
1062 1066
1063 # For experimental features: 1067 # For experimental features:
1064 # The type should be boolean. 1068 # The type should be boolean.
1065 # You must provide a humanReadableName and humanReadableName for all experimenta l features. They 1069 # You must provide a humanReadableName and humanReadableName for all experimenta l features. They
1066 # are the text exposed to the user from the WebKit client. 1070 # are the text exposed to the user from the WebKit client.
1067 # The default value may be either false (for unstable features) or 1071 # The default value may be either false (for unstable features) or
1068 # DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for 1072 # DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for
1069 # wider testing). 1073 # wider testing).
1070 1074
1071 1075
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 type: bool 1294 type: bool
1291 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1295 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1292 humanReadableName: "disabled-adaptations" 1296 humanReadableName: "disabled-adaptations"
1293 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" 1297 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1294 category: experimental 1298 category: experimental
1295 webcoreBinding: RuntimeEnabledFeatures 1299 webcoreBinding: RuntimeEnabledFeatures
1296 1300
1297 ColorFilterEnabled: 1301 ColorFilterEnabled:
1298 type: bool 1302 type: bool
1299 defaultValue: false 1303 defaultValue: false
LEFTRIGHT

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