Title: [199185] trunk/Source/WebCore
Revision
199185
Author
[email protected]
Date
2016-04-07 14:39:57 -0700 (Thu, 07 Apr 2016)

Log Message

Add WOFF2 to the Feature Status page
https://bugs.webkit.org/show_bug.cgi?id=156361

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199184 => 199185)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 21:31:55 UTC (rev 199184)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 21:39:57 UTC (rev 199185)
@@ -1,3 +1,12 @@
+2016-04-07  Jon Davis  <[email protected]>
+
+        Add WOFF2 to the Feature Status page
+        https://bugs.webkit.org/show_bug.cgi?id=156361
+
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-04-07  Beth Dakin  <[email protected]>
 
         WebPlaybackControlsManager should support mediaSelectionOptions

Modified: trunk/Source/WebCore/features.json (199184 => 199185)


--- trunk/Source/WebCore/features.json	2016-04-07 21:31:55 UTC (rev 199184)
+++ trunk/Source/WebCore/features.json	2016-04-07 21:39:57 UTC (rev 199185)
@@ -210,6 +210,21 @@
         "category": "webapps"
     },
     {
+        "name": "WOFF File Format 2.0",
+        "status": {
+            "status": "Under Consideration"
+        },
+        "url": "https://www.w3.org/TR/WOFF2/",
+        "keywords": ["woff"],
+        "category": "css",
+        "description": "Improves compression to reduce bandwidth with content-aware preprocessing.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "[email protected]",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "Web Components",
         "url": "http://www.w3.org/wiki/WebComponents/",
         "keywords": ["web components", "shadow dom", "html imports", "custom elements", "template element"],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to