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

Side by Side Diff: Source/WebKit/Shared/WebPreferences.yaml

Issue 359780043: WIP for IO
Patch Set: 22 tests pass Created 5 years, 8 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:
View unified diff | Download patch
« no previous file with comments | « Source/WebKit/ChangeLog ('k') | Tools/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 MenuItemElementEnabled: 648 MenuItemElementEnabled:
649 type: bool 649 type: bool
650 defaultValue: false 650 defaultValue: false
651 webcoreBinding: RuntimeEnabledFeatures 651 webcoreBinding: RuntimeEnabledFeatures
652 652
653 MediaPreloadingEnabled: 653 MediaPreloadingEnabled:
654 type: bool 654 type: bool
655 defaultValue: false 655 defaultValue: false
656 webcoreBinding: RuntimeEnabledFeatures 656 webcoreBinding: RuntimeEnabledFeatures
657 657
658 IntersectionObserverEnabled:
659 type: bool
660 defaultValue: false
661 humanReadableName: "Intersection Observer"
662 humanReadableDescription: "Enable Intersection Observer support"
663 webcoreBinding: RuntimeEnabledFeatures
664 condition: ENABLE(INTERSECTION_OBSERVER)
665
666 InteractiveFormValidationEnabled: 658 InteractiveFormValidationEnabled:
667 type: bool 659 type: bool
668 defaultValue: true 660 defaultValue: true
669 humanReadableName: "HTML Interactive Form Validation" 661 humanReadableName: "HTML Interactive Form Validation"
670 humanReadableDescription: "HTML interactive form validation" 662 humanReadableDescription: "HTML interactive form validation"
671 webcoreBinding: RuntimeEnabledFeatures 663 webcoreBinding: RuntimeEnabledFeatures
672 664
673 ShouldSuppressTextInputFromEditingDuringProvisionalNavigation: 665 ShouldSuppressTextInputFromEditingDuringProvisionalNavigation:
674 type: bool 666 type: bool
675 defaultValue: false 667 defaultValue: false
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess" 1115 humanReadableDescription: "Perform frame scrolling in a dedicated thread or pr ocess"
1124 category: experimental 1116 category: experimental
1125 1117
1126 SpringTimingFunctionEnabled: 1118 SpringTimingFunctionEnabled:
1127 type: bool 1119 type: bool
1128 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1120 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1129 humanReadableName: "CSS Spring Animations" 1121 humanReadableName: "CSS Spring Animations"
1130 humanReadableDescription: "CSS Spring Animation prototype" 1122 humanReadableDescription: "CSS Spring Animation prototype"
1131 category: experimental 1123 category: experimental
1132 1124
1125 IntersectionObserverEnabled:
1126 type: bool
1127 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1128 humanReadableName: "Intersection Observer"
1129 humanReadableDescription: "Enable Intersection Observer support"
1130 condition: ENABLE(INTERSECTION_OBSERVER)
1131 category: experimental
1132 webcoreBinding: RuntimeEnabledFeatures
1133
1133 ImageBitmapOffscreenCanvasEnabled: 1134 ImageBitmapOffscreenCanvasEnabled:
1134 type: bool 1135 type: bool
1135 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1136 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1136 humanReadableName: "ImageBitmap and OffscreenCanvas" 1137 humanReadableName: "ImageBitmap and OffscreenCanvas"
1137 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s" 1138 humanReadableDescription: "Support for the ImageBitmap and OffscreenCanvas API s"
1138 category: experimental 1139 category: experimental
1139 webcoreBinding: RuntimeEnabledFeatures 1140 webcoreBinding: RuntimeEnabledFeatures
1140 1141
1141 WebRTCLegacyAPIEnabled: 1142 WebRTCLegacyAPIEnabled:
1142 type: bool 1143 type: bool
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 category: experimental 1268 category: experimental
1268 1269
1269 EncryptedMediaAPIEnabled: 1270 EncryptedMediaAPIEnabled:
1270 type: bool 1271 type: bool
1271 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED 1272 defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
1272 humanReadableName: "Modern Encrypted Media API" 1273 humanReadableName: "Modern Encrypted Media API"
1273 humanReadableDescription: "Modern Encrypted Media API" 1274 humanReadableDescription: "Modern Encrypted Media API"
1274 webcoreBinding: RuntimeEnabledFeatures 1275 webcoreBinding: RuntimeEnabledFeatures
1275 category: experimental 1276 category: experimental
1276 condition: ENABLE(ENCRYPTED_MEDIA) 1277 condition: ENABLE(ENCRYPTED_MEDIA)
OLDNEW
« no previous file with comments | « Source/WebKit/ChangeLog ('k') | Tools/ChangeLog » ('j') | no next file with comments »

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