Title: [196154] trunk/Source/WebCore
Revision
196154
Author
j...@apple.com
Date
2016-02-04 15:54:33 -0800 (Thu, 04 Feb 2016)

Log Message

Add Fetch API and CSS Variables to feature status
https://bugs.webkit.org/show_bug.cgi?id=153896

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196153 => 196154)


--- trunk/Source/WebCore/ChangeLog	2016-02-04 23:47:06 UTC (rev 196153)
+++ trunk/Source/WebCore/ChangeLog	2016-02-04 23:54:33 UTC (rev 196154)
@@ -1,3 +1,12 @@
+2016-02-04  Jonathan Davis  <j...@apple.com>
+
+        Add Fetch API and CSS Variables to feature status
+        https://bugs.webkit.org/show_bug.cgi?id=153896
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-02-04  Daniel Bates  <daba...@apple.com>
 
         WebKit for iOS Simulator fails to build with public iOS SDK

Modified: trunk/Source/WebCore/features.json (196153 => 196154)


--- trunk/Source/WebCore/features.json	2016-02-04 23:47:06 UTC (rev 196153)
+++ trunk/Source/WebCore/features.json	2016-02-04 23:54:33 UTC (rev 196154)
@@ -88,6 +88,22 @@
         "category": "css"
     },
     {
+        "name": "CSS Variables",
+        "status": {
+            "status": "Done",
+            "enabled-by-default": true
+        },
+        "url": "https://www.w3.org/TR/css-variables/",
+        "keywords": ["css variable", "css custom property"],
+        "category": "css",
+        "description": "Allows developers to define reusable custom property values.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "CSS Will Change",
         "status": {
             "status": "Done",
@@ -108,6 +124,22 @@
         "category": "html"
     },
     {
+        "name": "Fetch API",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://fetch.spec.whatwg.org",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=151937",
+        "keywords": ["fetch", "http", "cors", "request", "response", "header"],
+        "category": "webapps",
+        "description": "An underlying unified architecture for making resource requests.",
+        "contact": {
+            "name": "Jon Davis",
+            "twitter": "@jonathandavis",
+            "email": "web-evangel...@apple.com"
+        }
+    },
+    {
         "name": "Filter Effects Module Level 2",
         "url": "http://dev.w3.org/fxtf/filters-2/",
         "keywords": ["css filters", "filter effects", "filters"],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to