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

Delta Between Two Patch Sets: Source/WebCore/page/Settings.yaml

Issue 339530043: SB prototype
Left Patch Set: Tested bypassing the warning page Created 5 years, 9 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/WebCore/ChangeLog ('k') | Source/WebKit/ChangeLog » ('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 # FIXME: Add support for global settings. 1 # FIXME: Add support for global settings.
2 # FIXME: Add support for custom getters/setters. 2 # FIXME: Add support for custom getters/setters.
3 3
4 defaultTextEncodingName: 4 defaultTextEncodingName:
5 type: String 5 type: String
6 ftpDirectoryTemplatePath: 6 ftpDirectoryTemplatePath:
7 type: String 7 type: String
8 localStorageDatabasePath: 8 localStorageDatabasePath:
9 type: String 9 type: String
10 editableLinkBehavior: 10 editableLinkBehavior:
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 allowUniversalAccessFromFileURLs: 98 allowUniversalAccessFromFileURLs:
99 initial: true 99 initial: true
100 allowFileAccessFromFileURLs: 100 allowFileAccessFromFileURLs:
101 initial: true 101 initial: true
102 allowSettingAnyXHRHeaderFromFileURLs: 102 allowSettingAnyXHRHeaderFromFileURLs:
103 initial: false 103 initial: false
104 allowCrossOriginSubresourcesToAskForCredentials: 104 allowCrossOriginSubresourcesToAskForCredentials:
105 initial: false 105 initial: false
106 needsStorageAccessFromFileURLsQuirk: 106 needsStorageAccessFromFileURLsQuirk:
107 initial: true 107 initial: true
108 needsFrameNameFallbackToIdQuirk:
109 initial: false
108 useAnonymousModeWhenFetchingMaskImages: 110 useAnonymousModeWhenFetchingMaskImages:
109 initial: true 111 initial: true
110 javaScriptCanOpenWindowsAutomatically: 112 javaScriptCanOpenWindowsAutomatically:
111 initial: false 113 initial: false
112 javaScriptCanAccessClipboard: 114 javaScriptCanAccessClipboard:
113 initial: false 115 initial: false
114 shouldPrintBackgrounds: 116 shouldPrintBackgrounds:
115 initial: false 117 initial: false
116 usesDashboardBackwardCompatibilityMode: 118 usesDashboardBackwardCompatibilityMode:
117 initial: false 119 initial: false
(...skipping 25 matching lines...) Expand all
143 onChange: setNeedsRecalcStyleInAllFrames 145 onChange: setNeedsRecalcStyleInAllFrames
144 visibleDebugOverlayRegions: 146 visibleDebugOverlayRegions:
145 type: DebugOverlayRegions 147 type: DebugOverlayRegions
146 initial: 0 148 initial: 0
147 showTiledScrollingIndicator: 149 showTiledScrollingIndicator:
148 initial: false 150 initial: false
149 resourceUsageOverlayVisible: 151 resourceUsageOverlayVisible:
150 initial: false 152 initial: false
151 onChange: resourceUsageOverlayVisibleChanged 153 onChange: resourceUsageOverlayVisibleChanged
152 condition: RESOURCE_USAGE 154 condition: RESOURCE_USAGE
155 disableScreenSizeOverride:
156 initial: false
153 157
154 # This is a quirk we are pro-actively applying to old applications. It changes k eyboard event dispatching, 158 # This is a quirk we are pro-actively applying to old applications. It changes k eyboard event dispatching,
155 # making keyIdentifier available on keypress events, making charCode available o n keydown/keyup events, 159 # making keyIdentifier available on keypress events, making charCode available o n keydown/keyup events,
156 # and getting keypress dispatched in more cases. 160 # and getting keypress dispatched in more cases.
157 needsKeyboardEventDisambiguationQuirks: 161 needsKeyboardEventDisambiguationQuirks:
158 initial: false 162 initial: false
159 163
160 treatsAnyTextCSSLinkAsStylesheet: 164 treatsAnyTextCSSLinkAsStylesheet:
161 initial: false 165 initial: false
162 shrinksStandaloneImagesToFit: 166 shrinksStandaloneImagesToFit:
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 mediaCapabilitiesEnabled: 740 mediaCapabilitiesEnabled:
737 initial: false 741 initial: false
738 742
739 resourceLoadStatisticsDebugMode: 743 resourceLoadStatisticsDebugMode:
740 initial: false 744 initial: false
741 745
742 clientCoordinatesRelativeToLayoutViewport: 746 clientCoordinatesRelativeToLayoutViewport:
743 initial: false 747 initial: false
744 onChange: setNeedsRecalcStyleInAllFrames 748 onChange: setNeedsRecalcStyleInAllFrames
745 749
746 crossOriginOptionsSupportEnabled: 750 crossOriginWindowPolicySupportEnabled:
747 initial: true 751 initial: true
748 752
749 accessibilityEventsEnabled: 753 accessibilityEventsEnabled:
750 initial: true 754 initial: true
751 conditional: ACCESSIBILITY_EVENTS 755 conditional: ACCESSIBILITY_EVENTS
LEFTRIGHT

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