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

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

Issue 339530043: SB prototype
Left Patch Set: Now shows a warning 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:
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
(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 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 condition: ENABLE(TEXT_AUTOSIZING) 1046 condition: ENABLE(TEXT_AUTOSIZING)
1047 1047
1048 ShouldAllowUserInstalledFonts: 1048 ShouldAllowUserInstalledFonts:
1049 type: bool 1049 type: bool
1050 defaultValue: true 1050 defaultValue: true
1051 1051
1052 MediaCapabilitiesEnabled: 1052 MediaCapabilitiesEnabled:
1053 type: bool 1053 type: bool
1054 defaultValue: false 1054 defaultValue: false
1055 webcoreBinding: RuntimeEnabledFeatures 1055 webcoreBinding: RuntimeEnabledFeatures
1056
1057 SafeBrowsingEnabled:
1058 type: bool
1059 defaultValue: false
1056 1060
1057 # For experimental features: 1061 # For experimental features:
1058 # The type should be boolean. 1062 # The type should be boolean.
1059 # You must provide a humanReadableName and humanReadableName for all experimenta l features. They 1063 # You must provide a humanReadableName and humanReadableName for all experimenta l features. They
1060 # are the text exposed to the user from the WebKit client. 1064 # are the text exposed to the user from the WebKit client.
1061 # The default value may be either false (for unstable features) or 1065 # The default value may be either false (for unstable features) or
1062 # DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for 1066 # DEFAULT_EXPERIMENTAL_FEATURES_ENABLED (for features that are ready for
1063 # wider testing). 1067 # wider testing).
1064 1068
1065 1069
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 webcoreBinding: RuntimeEnabledFeatures 1291 webcoreBinding: RuntimeEnabledFeatures
1288 webcoreName: serverTimingEnabled 1292 webcoreName: serverTimingEnabled
1289 1293
1290 DisabledAdaptationsMetaTagEnabled: 1294 DisabledAdaptationsMetaTagEnabled:
1291 type: bool 1295 type: bool
1292 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1296 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1293 humanReadableName: "disabled-adaptations" 1297 humanReadableName: "disabled-adaptations"
1294 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" 1298 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1295 category: experimental 1299 category: experimental
1296 webcoreBinding: RuntimeEnabledFeatures 1300 webcoreBinding: RuntimeEnabledFeatures
LEFTRIGHT

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