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

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

Issue 339530043: SB prototype
Left Patch Set: Changelogs, and style stuff 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Source/WebCore/loader/PolicyChecker.cpp ('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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 mediaCapabilitiesEnabled: 736 mediaCapabilitiesEnabled:
737 initial: false 737 initial: false
738 738
739 resourceLoadStatisticsDebugMode: 739 resourceLoadStatisticsDebugMode:
740 initial: false 740 initial: false
741 741
742 clientCoordinatesRelativeToLayoutViewport: 742 clientCoordinatesRelativeToLayoutViewport:
743 initial: false 743 initial: false
744 onChange: setNeedsRecalcStyleInAllFrames 744 onChange: setNeedsRecalcStyleInAllFrames
745 745
746 crossOriginOptionsSupportEnabled:
747 initial: true
748
746 accessibilityEventsEnabled: 749 accessibilityEventsEnabled:
747 initial: true 750 initial: true
748 conditional: ACCESSIBILITY_EVENTS 751 conditional: ACCESSIBILITY_EVENTS
LEFTRIGHT

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