Title: [208827] trunk/Source/WebCore
Revision
208827
Author
[email protected]
Date
2016-11-16 16:37:15 -0800 (Wed, 16 Nov 2016)

Log Message

Added Web App Manifest to the Feature Status page.
https://bugs.webkit.org/show_bug.cgi?id=162675

Reviewed by Timothy Hatcher.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208826 => 208827)


--- trunk/Source/WebCore/ChangeLog	2016-11-17 00:35:57 UTC (rev 208826)
+++ trunk/Source/WebCore/ChangeLog	2016-11-17 00:37:15 UTC (rev 208827)
@@ -1,3 +1,12 @@
+2016-11-16  Jon Davis  <[email protected]>
+
+        Added Web App Manifest to the Feature Status page.
+        https://bugs.webkit.org/show_bug.cgi?id=162675
+        
+        Reviewed by Timothy Hatcher.
+
+        * features.json:
+
 2016-11-16  Chris Dumez  <[email protected]>
 
         Use more references for Document::removeFocusedNodeOfSubtree()

Modified: trunk/Source/WebCore/features.json (208826 => 208827)


--- trunk/Source/WebCore/features.json	2016-11-17 00:35:57 UTC (rev 208826)
+++ trunk/Source/WebCore/features.json	2016-11-17 00:37:15 UTC (rev 208827)
@@ -378,6 +378,23 @@
         }
     },
     {
+        "name": "Web App Manifest",
+        "status": {
+            "status": "Under Consideration",
+            "enabled-by-default": false
+        },
+        "url": "https://www.w3.org/TR/appmanifest/",
+        "webkit-url": "https://webkit.org/b/158205",
+        "keywords": ["web app","manifest", "webapp"],
+        "category": "webapps",
+        "description": "A JSON-format manifest file for developers to place metadata associated with a web application.",
+        "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