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

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

Issue 339530043: SB prototype
Left Patch Set: Use embedder decision 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/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
(no file at all)
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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 678
679 storageBlockingPolicy: 679 storageBlockingPolicy:
680 type: SecurityOrigin::StorageBlockingPolicy 680 type: SecurityOrigin::StorageBlockingPolicy
681 initial: SecurityOrigin::AllowAllStorage 681 initial: SecurityOrigin::AllowAllStorage
682 onChange: storageBlockingPolicyChanged 682 onChange: storageBlockingPolicyChanged
683 683
684 shouldAllowUserInstalledFonts: 684 shouldAllowUserInstalledFonts:
685 initial: true 685 initial: true
686 onChange: setNeedsRecalcStyleInAllFrames 686 onChange: setNeedsRecalcStyleInAllFrames
687 687
688 safeBrowsingEnabled:
689 initial: false
690
688 # Only set by Layout Tests. 691 # Only set by Layout Tests.
689 mediaTypeOverride: 692 mediaTypeOverride:
690 type: String 693 type: String
691 initial: '"screen"' 694 initial: '"screen"'
692 onChange: mediaTypeOverrideChanged 695 onChange: mediaTypeOverrideChanged
693 696
694 697
695 fontRenderingMode: 698 fontRenderingMode:
696 type: FontRenderingMode 699 type: FontRenderingMode
697 initial: FontRenderingMode::Normal 700 initial: FontRenderingMode::Normal
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 clientCoordinatesRelativeToLayoutViewport: 742 clientCoordinatesRelativeToLayoutViewport:
740 initial: false 743 initial: false
741 onChange: setNeedsRecalcStyleInAllFrames 744 onChange: setNeedsRecalcStyleInAllFrames
742 745
743 crossOriginOptionsSupportEnabled: 746 crossOriginOptionsSupportEnabled:
744 initial: true 747 initial: true
745 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