Modified: trunk/Source/_javascript_Core/ChangeLog (222828 => 222829)
--- trunk/Source/_javascript_Core/ChangeLog 2017-10-04 03:15:28 UTC (rev 222828)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-10-04 03:33:25 UTC (rev 222829)
@@ -1,3 +1,15 @@
+2017-10-03 Jon Davis <[email protected]>
+
+ Update WebAssembly to "Supported"
+ https://bugs.webkit.org/show_bug.cgi?id=177831
+
+ Reviewed by Alexey Proskuryakov.
+
+ Cleaned up Async Iteration and Object rest/spread to use "In Development"
+ instead of "In development".
+
+ * features.json:
+
2017-10-03 Saam Barati <[email protected]>
Implement polymorphic prototypes
Modified: trunk/Source/_javascript_Core/features.json (222828 => 222829)
--- trunk/Source/_javascript_Core/features.json 2017-10-04 03:15:28 UTC (rev 222828)
+++ trunk/Source/_javascript_Core/features.json 2017-10-04 03:33:25 UTC (rev 222829)
@@ -43,7 +43,7 @@
{
"name": "WebAssembly",
"status": {
- "status": "Supported in Preview"
+ "status": "Supported"
},
"url": "http://webassembly.github.io",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=146064",
@@ -98,7 +98,7 @@
{
"name": "Async Iteration",
"status": {
- "status": "In development",
+ "status": "In Development",
"enabled-by-default": false
},
"url": "https://tc39.github.io/proposal-async-iteration/",
@@ -229,7 +229,7 @@
{
"name": "Object rest/spread",
"status": {
- "status": "In development",
+ "status": "In Development",
"enabled-by-default": false
},
"url": "https://github.com/tc39/proposal-object-rest-spread",
Modified: trunk/Source/WebCore/ChangeLog (222828 => 222829)
--- trunk/Source/WebCore/ChangeLog 2017-10-04 03:15:28 UTC (rev 222828)
+++ trunk/Source/WebCore/ChangeLog 2017-10-04 03:33:25 UTC (rev 222829)
@@ -1,3 +1,15 @@
+2017-10-03 Jon Davis <[email protected]>
+
+ Update several features to "Supported"
+ https://bugs.webkit.org/show_bug.cgi?id=177831
+
+ Reviewed by Alexey Proskuryakov.
+
+ Update Media Capture and Streams, Performance Observer, Resource Timing, User Timing,
+ Web Cryptography, and WebRTC.
+
+ * features.json:
+
2017-10-03 Basuke Suzuki <[email protected]>
[Curl] Reimplement CurlDownload with CurlRequest
Modified: trunk/Source/WebCore/features.json (222828 => 222829)
--- trunk/Source/WebCore/features.json 2017-10-04 03:15:28 UTC (rev 222828)
+++ trunk/Source/WebCore/features.json 2017-10-04 03:33:25 UTC (rev 222829)
@@ -382,7 +382,7 @@
{
"name": "Media Capture and Streams",
"status": {
- "status": "Supported In Preview"
+ "status": "Supported"
},
"url": "https://w3c.github.io/mediacapture-main/",
"keywords": ["mediastream", "getusermedia"],
@@ -415,7 +415,7 @@
{
"name": "Performance Observer",
"status": {
- "status": "Supported In Preview",
+ "status": "Supported",
"enabled-by-default": true
},
"url": "https://w3c.github.io/performance-timeline/",
@@ -455,7 +455,7 @@
{
"name": "Resource Timing Level 2",
"status": {
- "status": "Supported In Preview",
+ "status": "Supported",
"enabled-by-default": true
},
"url": "https://w3c.github.io/resource-timing/",
@@ -508,7 +508,7 @@
{
"name": "User Timing Level 2",
"status": {
- "status": "Supported in Preview",
+ "status": "Supported",
"enabled-by-default": true
},
"url": "https://w3c.github.io/user-timing/",
@@ -580,7 +580,7 @@
{
"name": "Web Cryptography API",
"status": {
- "status": "Supported In Preview",
+ "status": "Supported",
"enabled-by-default": true
},
"url": "http://www.w3.org/TR/WebCryptoAPI/",
@@ -616,7 +616,7 @@
{
"name": "WebRTC",
"status": {
- "status": "Supported In Preview"
+ "status": "Supported"
},
"url": "http://www.w3.org/TR/webrtc/",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=124288",