Title: [221179] trunk/Source/WebCore
Revision
221179
Author
cdu...@apple.com
Date
2017-08-24 21:24:10 -0700 (Thu, 24 Aug 2017)

Log Message

Unreviewed, add File and Directory Entries API to status page.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (221178 => 221179)


--- trunk/Source/WebCore/ChangeLog	2017-08-25 04:15:03 UTC (rev 221178)
+++ trunk/Source/WebCore/ChangeLog	2017-08-25 04:24:10 UTC (rev 221179)
@@ -1,5 +1,11 @@
 2017-08-24  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, add File and Directory Entries API to status page.
+
+        * features.json:
+
+2017-08-24  Chris Dumez  <cdu...@apple.com>
+
         Unreviewed, update status of Beacon API.
 
         It is now supported in Safari Technology Preview.

Modified: trunk/Source/WebCore/features.json (221178 => 221179)


--- trunk/Source/WebCore/features.json	2017-08-25 04:15:03 UTC (rev 221178)
+++ trunk/Source/WebCore/features.json	2017-08-25 04:24:10 UTC (rev 221179)
@@ -824,6 +824,20 @@
         }
     },
     {
+        "name": "File and Directory Entries API",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://wicg.github.io/entries-api/",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=175976",
+        "description": "An API to support file and directory upload by drag-and-drop operations.",
+        "contact": {
+            "name": "Chris Dumez",
+            "email": "cdu...@apple.com",
+            "twitter": "@chris_dumez"
+        }
+    },
+    {
         "name": "Filter Effects backdrop-filter property",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to