Changeset 202503 in webkit


Ignore:
Timestamp:
Jun 27, 2016 11:52:36 AM (8 years ago)
Author:
keith_miller@apple.com
Message:

Update features.json for ES6 completed features.
https://bugs.webkit.org/show_bug.cgi?id=159152

Reviewed by Mark Lam.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r202502 r202503  
     12016-06-27  Keith Miller  <keith_miller@apple.com>
     2
     3        Update features.json for ES6 completed features.
     4        https://bugs.webkit.org/show_bug.cgi?id=159152
     5
     6        Reviewed by Mark Lam.
     7
     8        * features.json:
     9
    1102016-06-25  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Source/JavaScriptCore/features.json

    r200351 r202503  
    55        "url": "http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts",
    66        "keywords": ["es6", "es2015", "ecmascript"],
    7         "contact": {
    8             "name": "Saam Barati",
    9             "email": "sbarati@apple.com",
    10             "twitter": "@saambarati"
    11         }
     7        "status": {
     8            "status": "Done"
     9        },
     10        "contact": [
     11            {
     12                "name": "Saam Barati",
     13                "email": "sbarati@apple.com",
     14                "twitter": "@saambarati"
     15            },
     16            {
     17                "name": "Keith Miller",
     18                "email": "keith_miller@apple.com"
     19            }
     20        ]
    1221    },
    1322    {
     
    1928        "name": "Internationalization API",
    2029        "status": {
    21             "status": "In Development"
     30            "status": "Done"
    2231        },
    2332        "url": "http://ecma-international.org/publications/standards/Ecma-402.htm",
     
    114123        "name": "Arrow Functions",
    115124        "status": {
    116             "status": "In Development",
     125            "status": "Done",
    117126            "enabled-by-default": true
    118127        },
     
    125134        "name": "Block Scoping",
    126135        "status": {
    127             "status": "In Development",
     136            "status": "Done",
    128137            "enabled-by-default": true
    129138        },
     
    244253        "name": "Proxy Objects",
    245254        "status": {
    246             "status": "In Development"
     255            "status": "Done"
    247256        },
    248257        "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-objects",
     
    259268        "name": "Reflect API",
    260269        "status": {
    261             "status": "In Development",
     270            "status": "Done",
    262271            "enabled-by-default": true
    263272        },
Note: See TracChangeset for help on using the changeset viewer.