Changeset 196154 in webkit


Ignore:
Timestamp:
Feb 4, 2016 3:54:33 PM (8 years ago)
Author:
Jon Davis
Message:

Add Fetch API and CSS Variables to feature status
https://bugs.webkit.org/show_bug.cgi?id=153896

Reviewed by Timothy Hatcher.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r196148 r196154  
     12016-02-04  Jonathan Davis  <jond@apple.com>
     2
     3        Add Fetch API and CSS Variables to feature status
     4        https://bugs.webkit.org/show_bug.cgi?id=153896
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * features.json:
     9
    1102016-02-04  Daniel Bates  <dabates@apple.com>
    211
  • trunk/Source/WebCore/features.json

    r193488 r196154  
    8989    },
    9090    {
     91        "name": "CSS Variables",
     92        "status": {
     93            "status": "Done",
     94            "enabled-by-default": true
     95        },
     96        "url": "https://www.w3.org/TR/css-variables/",
     97        "keywords": ["css variable", "css custom property"],
     98        "category": "css",
     99        "description": "Allows developers to define reusable custom property values.",
     100        "contact": {
     101            "name": "Jon Davis",
     102            "twitter": "@jonathandavis",
     103            "email": "web-evangelist@apple.com"
     104        }
     105    },
     106    {
    91107        "name": "CSS Will Change",
    92108        "status": {
     
    107123        "keywords": ["dom", "dom4"],
    108124        "category": "html"
     125    },
     126    {
     127        "name": "Fetch API",
     128        "status": {
     129            "status": "In Development"
     130        },
     131        "url": "https://fetch.spec.whatwg.org",
     132        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=151937",
     133        "keywords": ["fetch", "http", "cors", "request", "response", "header"],
     134        "category": "webapps",
     135        "description": "An underlying unified architecture for making resource requests.",
     136        "contact": {
     137            "name": "Jon Davis",
     138            "twitter": "@jonathandavis",
     139            "email": "web-evangelist@apple.com"
     140        }
    109141    },
    110142    {
Note: See TracChangeset for help on using the changeset viewer.