Title: [214118] trunk/Source/WebCore
Revision
214118
Author
j...@apple.com
Date
2017-03-17 13:59:35 -0700 (Fri, 17 Mar 2017)

Log Message

Update feature status for outdated entries: CSS Shapes, Force Click Events
https://bugs.webkit.org/show_bug.cgi?id=169829

Reviewed by Matt Baker.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214117 => 214118)


--- trunk/Source/WebCore/ChangeLog	2017-03-17 20:45:27 UTC (rev 214117)
+++ trunk/Source/WebCore/ChangeLog	2017-03-17 20:59:35 UTC (rev 214118)
@@ -1,3 +1,12 @@
+2017-03-17  Jon Davis  <j...@apple.com>
+
+        Update feature status for outdated entries: CSS Shapes, Force Click Events
+        https://bugs.webkit.org/show_bug.cgi?id=169829
+
+        Reviewed by Matt Baker.
+
+        * features.json:
+
 2017-03-17  Alex Christensen  <achristen...@webkit.org>
 
         Make SocketStreamError a private header.

Modified: trunk/Source/WebCore/features.json (214117 => 214118)


--- trunk/Source/WebCore/features.json	2017-03-17 20:45:27 UTC (rev 214117)
+++ trunk/Source/WebCore/features.json	2017-03-17 20:59:35 UTC (rev 214118)
@@ -713,7 +713,7 @@
     {
         "name": "CSS Shapes Level 1",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.w3.org/TR/css-shapes-1/",
@@ -808,7 +808,7 @@
     {
         "name": "Force Click Events",
         "status": {
-            "status": "Prototyping",
+            "status": "Done",
             "enabled-by-default": true
         },
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=142836",
@@ -939,22 +939,6 @@
         "comment": "The feature is prefixed with <em>-webkit-</em>. There are some remaining issues to resolve in the specification."
     },
     {
-        "name": "Preload",
-        "status": {
-            "status": "In Development",
-            "enabled-by-default": false
-        },
-        "url": "http://w3c.github.io/preload/",
-        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=158720",
-        "specification": "Preload",
-        "description": "Provides a declarative fetch primitive that initiates an early fetch and separates fetching from resource execution.",
-        "contact": {
-            "name": "Yoav Weiss",
-            "twitter": "@yoavweiss",
-            "email": "y...@yoav.ws"
-        }
-    },
-    {
         "name": "Readable Streams",
         "status": {
             "status": "In Development",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to