Title: [206577] trunk/Source/WebCore
Revision
206577
Author
j...@apple.com
Date
2016-09-29 02:52:52 -0700 (Thu, 29 Sep 2016)

Log Message

Added Beacon API to the Feature Status page.
https://bugs.webkit.org/show_bug.cgi?id=162630

Reviewed by Alex Christensen.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206576 => 206577)


--- trunk/Source/WebCore/ChangeLog	2016-09-29 04:44:24 UTC (rev 206576)
+++ trunk/Source/WebCore/ChangeLog	2016-09-29 09:52:52 UTC (rev 206577)
@@ -1,3 +1,12 @@
+2016-09-29  Jon Davis  <j...@apple.com>
+
+        Added Beacon API to the Feature Status page.
+        https://bugs.webkit.org/show_bug.cgi?id=162630
+
+        Reviewed by Alex Christensen.
+
+        * features.json:
+
 2016-09-28  Chris Dumez  <cdu...@apple.com>
 
         Drop first 'state' parameter to JSDOMWindow::toWrapped() / JSEventTarget::toWrapped()

Modified: trunk/Source/WebCore/features.json (206576 => 206577)


--- trunk/Source/WebCore/features.json	2016-09-29 04:44:24 UTC (rev 206576)
+++ trunk/Source/WebCore/features.json	2016-09-29 09:52:52 UTC (rev 206577)
@@ -1,6 +1,23 @@
 {
     "specification": [
     {
+        "name": "Beacon API",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://www.w3.org/TR/beacon/",
+        "webkit-url": "https://webkit.org/b/147885",
+        "keywords": ["beacon","analytics","diagnostics","request"],
+        "category": "webapps",
+        "description": "Schedules asynchronous and non-blocking data delivery while the current page is unloading to mitigate resource contention for other time-critical requests.",
+        "contact": {
+            "name": "Jonathan Davis",
+            "email": "web-evangel...@apple.com",
+            "twitter": "@jonathandavis"
+        }
+    },
+    {
         "name": "CSS Grid Layout Level 1",
         "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