Title: [205527] trunk/Source/WebKit2
Revision
205527
Author
rn...@webkit.org
Date
2016-09-06 17:18:28 -0700 (Tue, 06 Sep 2016)

Log Message

Enable custom elements API in Safari Technology Preview
https://bugs.webkit.org/show_bug.cgi?id=161518

Reviewed by Chris Dumez.

Re-enable custom elements API in Safari Technology Preview after r203296
now that our implementation has caught up to the latest specification changes.

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (205526 => 205527)


--- trunk/Source/WebKit2/ChangeLog	2016-09-07 00:10:21 UTC (rev 205526)
+++ trunk/Source/WebKit2/ChangeLog	2016-09-07 00:18:28 UTC (rev 205527)
@@ -1,3 +1,15 @@
+2016-09-06  Ryosuke Niwa  <rn...@webkit.org>
+
+        Enable custom elements API in Safari Technology Preview
+        https://bugs.webkit.org/show_bug.cgi?id=161518
+
+        Reviewed by Chris Dumez.
+
+        Re-enable custom elements API in Safari Technology Preview after r203296
+        now that our implementation has caught up to the latest specification changes.
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2016-09-01  Simon Fraser  <simon.fra...@apple.com>
 
         Use TemporaryChange<> to maintain m_userIsInteracting

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (205526 => 205527)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-09-07 00:10:21 UTC (rev 205526)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2016-09-07 00:18:28 UTC (rev 205527)
@@ -287,7 +287,7 @@
 
 #define FOR_EACH_WEBKIT_EXPERIMENTAL_FEATURE_PREFERENCE(macro) \
     macro(CSSGridLayoutEnabled, cssGridLayoutEnabled, Bool, bool, true, "CSS Grid", "CSS Grid Layout Module support") \
-    macro(CustomElementsEnabled, customElementsEnabled, Bool, bool, false, "Custom Elements", "HTML Custom Elements prototype") \
+    macro(CustomElementsEnabled, customElementsEnabled, Bool, bool, true, "Custom Elements", "HTML Custom Elements prototype") \
     macro(GamepadsEnabled, gamepadsEnabled, Bool, bool, false, "Gamepads", "Web Gamepad API support") \
     macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, true, "CSS Spring Animations", "CSS Spring Animation prototype") \
     macro(WebGL2Enabled, webGL2Enabled, Bool, bool, true, "WebGL 2.0", "WebGL 2 prototype") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to