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

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

Issue 339530043: SB prototype
Left Patch Set: Rebased 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/WebKit/ChangeLog ('k') | Source/WebKit/UIProcess/API/Cocoa/WKPreferences.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
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 type: bool 658 type: bool
659 defaultValue: false 659 defaultValue: false
660 webcoreBinding: RuntimeEnabledFeatures 660 webcoreBinding: RuntimeEnabledFeatures
661 661
662 EncryptedMediaAPIEnabled: 662 EncryptedMediaAPIEnabled:
663 type: bool 663 type: bool
664 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 664 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
665 humanReadableName: "Modern Encrypted Media API" 665 humanReadableName: "Modern Encrypted Media API"
666 humanReadableDescription: "Modern Encrypted Media API" 666 humanReadableDescription: "Modern Encrypted Media API"
667 webcoreBinding: RuntimeEnabledFeatures 667 webcoreBinding: RuntimeEnabledFeatures
668 category: experimental
668 condition: ENABLE(ENCRYPTED_MEDIA) 669 condition: ENABLE(ENCRYPTED_MEDIA)
669 670
670 MediaPreloadingEnabled: 671 MediaPreloadingEnabled:
671 type: bool 672 type: bool
672 defaultValue: false 673 defaultValue: false
673 webcoreBinding: RuntimeEnabledFeatures 674 webcoreBinding: RuntimeEnabledFeatures
674 675
675 IntersectionObserverEnabled: 676 IntersectionObserverEnabled:
676 type: bool 677 type: bool
677 defaultValue: false 678 defaultValue: false
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 type: bool 1294 type: bool
1294 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED 1295 defaultValue: DISABLED_ADAPTATIONS_META_TAG_ENABLED
1295 humanReadableName: "disabled-adaptations" 1296 humanReadableName: "disabled-adaptations"
1296 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag" 1297 humanReadableDescription: "Enable the 'disabled-adaptations' meta tag"
1297 category: experimental 1298 category: experimental
1298 webcoreBinding: RuntimeEnabledFeatures 1299 webcoreBinding: RuntimeEnabledFeatures
1299 1300
1300 ColorFilterEnabled: 1301 ColorFilterEnabled:
1301 type: bool 1302 type: bool
1302 defaultValue: false 1303 defaultValue: false
LEFTRIGHT

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