From 46e7e2d9b32f8816442d8d0cfeec7d33e8904641 Mon Sep 17 00:00:00 2001 From: "benjamin@webkit.org" Date: Wed, 5 Aug 2015 19:57:13 +0000 Subject: [PATCH] Add the Intl API to the status page * features.json: Andy VanWagoner landed the skeleton of the API and it is enabled by default. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@187977 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/JavaScriptCore/ChangeLog | 8 ++++++++ Source/JavaScriptCore/features.json | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index ae723dd..0d4b0de 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,11 @@ +2015-08-05 Benjamin Poulain + + 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 Rename Mutex to DeprecatedMutex diff --git a/Source/JavaScriptCore/features.json b/Source/JavaScriptCore/features.json index e44b767..2778677 100644 --- a/Source/JavaScriptCore/features.json +++ b/Source/JavaScriptCore/features.json @@ -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": "thetalecrafter@gmail.com", + "twitter": "@thetalecrafter" + } } ], -- 1.8.3.1