Title: [202503] trunk/Source/_javascript_Core
Revision
202503
Author
[email protected]
Date
2016-06-27 11:52:36 -0700 (Mon, 27 Jun 2016)

Log Message

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

Reviewed by Mark Lam.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (202502 => 202503)


--- trunk/Source/_javascript_Core/ChangeLog	2016-06-27 18:35:09 UTC (rev 202502)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-06-27 18:52:36 UTC (rev 202503)
@@ -1,3 +1,12 @@
+2016-06-27  Keith Miller  <[email protected]>
+
+        Update features.json for ES6 completed features.
+        https://bugs.webkit.org/show_bug.cgi?id=159152
+
+        Reviewed by Mark Lam.
+
+        * features.json:
+
 2016-06-25  Filip Pizlo  <[email protected]>
 
         B3 should not use Nops when deleting unreachable code

Modified: trunk/Source/_javascript_Core/features.json (202502 => 202503)


--- trunk/Source/_javascript_Core/features.json	2016-06-27 18:35:09 UTC (rev 202502)
+++ trunk/Source/_javascript_Core/features.json	2016-06-27 18:52:36 UTC (rev 202503)
@@ -4,11 +4,20 @@
         "name": "ES6",
         "url": "http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts",
         "keywords": ["es6", "es2015", "ecmascript"],
-        "contact": {
-            "name": "Saam Barati",
-            "email": "[email protected]",
-            "twitter": "@saambarati"
-        }
+        "status": {
+            "status": "Done"
+        },
+        "contact": [
+            {
+                "name": "Saam Barati",
+                "email": "[email protected]",
+                "twitter": "@saambarati"
+            },
+            {
+                "name": "Keith Miller",
+                "email": "[email protected]"
+            }
+        ]
     },
     {
         "name": "ES7",
@@ -18,7 +27,7 @@
     {
         "name": "Internationalization API",
         "status": {
-            "status": "In Development"
+            "status": "Done"
         },
         "url": "http://ecma-international.org/publications/standards/Ecma-402.htm",
         "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/_javascript_/Reference/Global_Objects/Intl",
@@ -113,7 +122,7 @@
     {
         "name": "Arrow Functions",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-arrow-function-definitions",
@@ -124,7 +133,7 @@
     {
         "name": "Block Scoping",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-let-and-const-declarations",
@@ -243,7 +252,7 @@
     {
         "name": "Proxy Objects",
         "status": {
-            "status": "In Development"
+            "status": "Done"
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-objects",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=35731",
@@ -258,7 +267,7 @@
     {
         "name": "Reflect API",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/#sec-reflect-object",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to