Title: [238129] trunk/Source/WebKit
Revision
238129
Author
aj...@chromium.org
Date
2018-11-13 05:07:13 -0800 (Tue, 13 Nov 2018)

Log Message

Turn Intersection Observer on by default
https://bugs.webkit.org/show_bug.cgi?id=191569

Reviewed by Simon Fraser.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238128 => 238129)


--- trunk/Source/WebKit/ChangeLog	2018-11-13 10:22:56 UTC (rev 238128)
+++ trunk/Source/WebKit/ChangeLog	2018-11-13 13:07:13 UTC (rev 238129)
@@ -1,3 +1,12 @@
+2018-11-13  Ali Juma  <aj...@chromium.org>
+
+        Turn Intersection Observer on by default
+        https://bugs.webkit.org/show_bug.cgi?id=191569
+
+        Reviewed by Simon Fraser.
+
+        * Shared/WebPreferences.yaml:
+
 2018-11-12  Darshan Kadu  <darsh7...@gmail.com>
 
         Implement Cache API support for WPE/GTK

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (238128 => 238129)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-11-13 10:22:56 UTC (rev 238128)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-11-13 13:07:13 UTC (rev 238129)
@@ -1215,7 +1215,7 @@
 
 IntersectionObserverEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Intersection Observer"
   humanReadableDescription: "Enable Intersection Observer support"
   webcoreBinding: RuntimeEnabledFeatures
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to