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

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

Issue 339530043: SB prototype
Left Patch Set: Remove raw pointer to completion handler 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/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
(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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 682
683 storageBlockingPolicy: 683 storageBlockingPolicy:
684 type: SecurityOrigin::StorageBlockingPolicy 684 type: SecurityOrigin::StorageBlockingPolicy
685 initial: SecurityOrigin::AllowAllStorage 685 initial: SecurityOrigin::AllowAllStorage
686 onChange: storageBlockingPolicyChanged 686 onChange: storageBlockingPolicyChanged
687 687
688 shouldAllowUserInstalledFonts: 688 shouldAllowUserInstalledFonts:
689 initial: true 689 initial: true
690 onChange: setNeedsRecalcStyleInAllFrames 690 onChange: setNeedsRecalcStyleInAllFrames
691 691
692 safeBrowsingEnabled:
693 initial: false
694
692 # Only set by Layout Tests. 695 # Only set by Layout Tests.
693 mediaTypeOverride: 696 mediaTypeOverride:
694 type: String 697 type: String
695 initial: '"screen"' 698 initial: '"screen"'
696 onChange: mediaTypeOverrideChanged 699 onChange: mediaTypeOverrideChanged
697 700
698 701
699 fontRenderingMode: 702 fontRenderingMode:
700 type: FontRenderingMode 703 type: FontRenderingMode
701 initial: FontRenderingMode::Normal 704 initial: FontRenderingMode::Normal
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 clientCoordinatesRelativeToLayoutViewport: 746 clientCoordinatesRelativeToLayoutViewport:
744 initial: false 747 initial: false
745 onChange: setNeedsRecalcStyleInAllFrames 748 onChange: setNeedsRecalcStyleInAllFrames
746 749
747 crossOriginWindowPolicySupportEnabled: 750 crossOriginWindowPolicySupportEnabled:
748 initial: true 751 initial: true
749 752
750 accessibilityEventsEnabled: 753 accessibilityEventsEnabled:
751 initial: true 754 initial: true
752 conditional: ACCESSIBILITY_EVENTS 755 conditional: ACCESSIBILITY_EVENTS
LEFTRIGHT

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