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

Unified Diff: Source/WebKit/Shared/WebPreferences.yaml

Issue 359780043: WIP for IO
Patch Set: 22 tests pass Created 5 years, 8 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebKit/ChangeLog ('k') | Tools/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/Shared/WebPreferences.yaml
diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml
index 2533317eabaa4911dd37ead9b21301d9b6a7c957..a044805d2671cdc0cb7b80cc1bfccb48b647b3ec 100644
--- a/Source/WebKit/Shared/WebPreferences.yaml
+++ b/Source/WebKit/Shared/WebPreferences.yaml
@@ -655,14 +655,6 @@ MediaPreloadingEnabled:
defaultValue: false
webcoreBinding: RuntimeEnabledFeatures
-IntersectionObserverEnabled:
- type: bool
- defaultValue: false
- humanReadableName: "Intersection Observer"
- humanReadableDescription: "Enable Intersection Observer support"
- webcoreBinding: RuntimeEnabledFeatures
- condition: ENABLE(INTERSECTION_OBSERVER)
-
InteractiveFormValidationEnabled:
type: bool
defaultValue: true
@@ -1130,6 +1122,15 @@ SpringTimingFunctionEnabled:
humanReadableDescription: "CSS Spring Animation prototype"
category: experimental
+IntersectionObserverEnabled:
+ type: bool
+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
+ humanReadableName: "Intersection Observer"
+ humanReadableDescription: "Enable Intersection Observer support"
+ condition: ENABLE(INTERSECTION_OBSERVER)
+ category: experimental
+ webcoreBinding: RuntimeEnabledFeatures
+
ImageBitmapOffscreenCanvasEnabled:
type: bool
defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
« 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