Title: [208303] trunk/Source/WebCore
Revision
208303
Author
simon.fra...@apple.com
Date
2016-11-02 14:37:55 -0700 (Wed, 02 Nov 2016)

Log Message

Add Battery Status to features.json, marked as "Removed".

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208302 => 208303)


--- trunk/Source/WebCore/ChangeLog	2016-11-02 21:34:58 UTC (rev 208302)
+++ trunk/Source/WebCore/ChangeLog	2016-11-02 21:37:55 UTC (rev 208303)
@@ -1,3 +1,9 @@
+2016-11-02  Simon Fraser  <simon.fra...@apple.com>
+
+        Add Battery Status to features.json, marked as "Removed".
+
+        * features.json:
+
 2016-11-02  Ryosuke Niwa  <rn...@webkit.org>
 
         Load stylesheets in link elements inside a connected shadow tree

Modified: trunk/Source/WebCore/features.json (208302 => 208303)


--- trunk/Source/WebCore/features.json	2016-11-02 21:34:58 UTC (rev 208302)
+++ trunk/Source/WebCore/features.json	2016-11-02 21:37:55 UTC (rev 208303)
@@ -1,6 +1,17 @@
 {
     "specification": [
     {
+        "name": "Battery Status API",
+        "status": {
+        	"status": "Removed"
+        },
+        "url": "https://w3c.github.io/battery/",
+        "webkit-url": "https://webkit.org/b/62698",
+        "keywords": ["battery"],
+        "category": "webapps",
+        "description": "An API that provides information about the battery status of the hosting device."
+    },
+    {
         "name": "Beacon API",
         "status": {
             "status": "Under Consideration",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to