Changeset 227086 in webkit


Ignore:
Timestamp:
Jan 17, 2018 2:34:16 PM (6 years ago)
Author:
achristensen@apple.com
Message:

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

Reviewed by Geoffrey Garen.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r227084 r227086  
     12018-01-17  Alex Christensen  <achristensen@webkit.org>
     2
     3        Deprecate Application Cache
     4        https://bugs.webkit.org/show_bug.cgi?id=181764
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * features.json:
     9
    1102018-01-17  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r226250 r227086  
    11{
    22    "specification": [
     3    {
     4        "name": "Application Cache",
     5        "status": {
     6            "status": "Deprecated"
     7        },
     8        "url": "https://html.spec.whatwg.org/multipage/offline.html",
     9        "webkit-url": "https://webkit.org/b/181764",
     10        "keywords": ["appcache", "application cache"],
     11        "category": "webapps",
     12        "description": "Resources are saved for offline use using a manifest."
     13    },
    314    {
    415        "name": "Battery Status API",
Note: See TracChangeset for help on using the changeset viewer.