Title: [188661] trunk/Source/WebCore
Revision
188661
Author
simon.fra...@apple.com
Date
2015-08-19 16:43:54 -0700 (Wed, 19 Aug 2015)

Log Message

Add CSS will-change to the feature list
https://bugs.webkit.org/show_bug.cgi?id=148199

Reviewed by Dean Jackson.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188660 => 188661)


--- trunk/Source/WebCore/ChangeLog	2015-08-19 23:14:49 UTC (rev 188660)
+++ trunk/Source/WebCore/ChangeLog	2015-08-19 23:43:54 UTC (rev 188661)
@@ -1,3 +1,12 @@
+2015-08-19  Simon Fraser  <simon.fra...@apple.com>
+
+        Add CSS will-change to the feature list
+        https://bugs.webkit.org/show_bug.cgi?id=148199
+
+        Reviewed by Dean Jackson.
+
+        * features.json:
+
 2015-08-19  Eric Carlson  <eric.carl...@apple.com>
 
         Remove ENABLE_WEBVTT_REGIONS

Modified: trunk/Source/WebCore/features.json (188660 => 188661)


--- trunk/Source/WebCore/features.json	2015-08-19 23:14:49 UTC (rev 188660)
+++ trunk/Source/WebCore/features.json	2015-08-19 23:43:54 UTC (rev 188661)
@@ -70,6 +70,16 @@
         "category": "css"
     },
     {
+        "name": "CSS Will Change",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "url": "https://drafts.csswg.org/css-will-change/",
+        "keywords": ["css willchange", "css will-change"],
+        "category": "css"
+    },
+    {
         "name": "DOM",
         "url": "https://dom.spec.whatwg.org",
         "keywords": ["dom", "dom4"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to