Title: [227086] trunk/Source/WebCore
Revision
227086
Author
[email protected]
Date
2018-01-17 14:34:16 -0800 (Wed, 17 Jan 2018)

Log Message

Deprecate Application Cache
https://bugs.webkit.org/show_bug.cgi?id=181764

Reviewed by Geoffrey Garen.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (227085 => 227086)


--- trunk/Source/WebCore/ChangeLog	2018-01-17 22:25:05 UTC (rev 227085)
+++ trunk/Source/WebCore/ChangeLog	2018-01-17 22:34:16 UTC (rev 227086)
@@ -1,3 +1,12 @@
+2018-01-17  Alex Christensen  <[email protected]>
+
+        Deprecate Application Cache
+        https://bugs.webkit.org/show_bug.cgi?id=181764
+
+        Reviewed by Geoffrey Garen.
+
+        * features.json:
+
 2018-01-17  Wenson Hsieh  <[email protected]>
 
         [iOS simulator] API test WKAttachmentTests.InjectedBundleReplaceURLWhenPastingImage is failing

Modified: trunk/Source/WebCore/features.json (227085 => 227086)


--- trunk/Source/WebCore/features.json	2018-01-17 22:25:05 UTC (rev 227085)
+++ trunk/Source/WebCore/features.json	2018-01-17 22:34:16 UTC (rev 227086)
@@ -1,6 +1,17 @@
 {
     "specification": [
     {
+        "name": "Application Cache",
+        "status": {
+            "status": "Deprecated"
+        },
+        "url": "https://html.spec.whatwg.org/multipage/offline.html",
+        "webkit-url": "https://webkit.org/b/181764",
+        "keywords": ["appcache", "application cache"],
+        "category": "webapps",
+        "description": "Resources are saved for offline use using a manifest."
+    },
+    {
         "name": "Battery Status API",
         "status": {
             "status": "Removed"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to