Changeset 184344 in webkit


Ignore:
Timestamp:
May 14, 2015 11:11:55 AM (9 years ago)
Author:
Yusuke Suzuki
Message:

Change the status of ES6 tagged templates to Done in features.json
https://bugs.webkit.org/show_bug.cgi?id=145003

Reviewed by Benjamin Poulain.

Now it's implemented in r184337.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r184340 r184344  
     12015-05-14  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        Change the status of ES6 tagged templates to Done in features.json
     4        https://bugs.webkit.org/show_bug.cgi?id=145003
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        Now it's implemented in r184337.
     9
     10        * features.json:
     11
    1122015-05-14  Yusuke Suzuki  <utatane.tea@gmail.com>
    213
  • trunk/Source/JavaScriptCore/features.json

    r183500 r184344  
    124124        "name": "Tagged templates",
    125125        "status": {
    126             "status": "In Development",
     126            "status": "Done",
    127127            "enabled-by-default": true
    128128        },
Note: See TracChangeset for help on using the changeset viewer.