Title: [187977] trunk/Source/_javascript_Core
Revision
187977
Author
benja...@webkit.org
Date
2015-08-05 12:57:13 -0700 (Wed, 05 Aug 2015)

Log Message

Add the Intl API to the status page

* features.json:
Andy VanWagoner landed the skeleton of the API and it is
enabled by default.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (187976 => 187977)


--- trunk/Source/_javascript_Core/ChangeLog	2015-08-05 19:57:13 UTC (rev 187976)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-08-05 19:57:13 UTC (rev 187977)
@@ -1,3 +1,11 @@
+2015-08-05  Benjamin Poulain  <benja...@webkit.org>
+
+        Add the Intl API to the status page
+
+        * features.json:
+        Andy VanWagoner landed the skeleton of the API and it is
+        enabled by default.
+
 2015-08-04  Filip Pizlo  <fpi...@apple.com>
 
         Rename Mutex to DeprecatedMutex

Modified: trunk/Source/_javascript_Core/features.json (187976 => 187977)


--- trunk/Source/_javascript_Core/features.json	2015-08-05 19:57:13 UTC (rev 187976)
+++ trunk/Source/_javascript_Core/features.json	2015-08-05 19:57:13 UTC (rev 187977)
@@ -9,6 +9,22 @@
         "name": "ES7",
         "url": "https://github.com/tc39/ecma262",
         "keywords": ["es7", "ecmascript"]
+    },
+    {
+        "name": "Internationalization API",
+        "status": {
+            "status": "Work in progress"
+        },
+        "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",
+        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=90906",
+        "description": "The Internationalization API provides language sensitive operations for  string, number, and date.",
+        "keywords": ["Intl", "Collator", "ECMA-402"],
+        "contact": {
+            "name": "Andy VanWagoner",
+            "email": "thetalecraf...@gmail.com",
+            "twitter": "@thetalecrafter"
+        }
     }
     ],
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to