Modified: trunk/Source/_javascript_Core/ChangeLog (217902 => 217903)
--- trunk/Source/_javascript_Core/ChangeLog 2017-06-07 20:25:22 UTC (rev 217902)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-06-07 21:35:23 UTC (rev 217903)
@@ -1,3 +1,15 @@
+2017-06-07 Jon Davis <[email protected]>
+
+ Update feature status for features Supported In Preview
+ https://bugs.webkit.org/show_bug.cgi?id=173071
+
+ Reviewed by Darin Adler.
+
+ Updated Media Capture and Streams, Performance Observer, Resource Timing Level 2,
+ User Timing Level 2, Web Cryptography API, WebGL 2, WebRTC.
+
+ * features.json:
+
2017-06-07 Saam Barati <[email protected]>
Assertion failure in com.apple.WebKit.WebContent.Development in com.apple._javascript_Core: JSC::DFG::SpeculativeJIT::nonSpeculativePeepholeBranchNullOrUndefined + 141
Modified: trunk/Source/_javascript_Core/features.json (217902 => 217903)
--- trunk/Source/_javascript_Core/features.json 2017-06-07 20:25:22 UTC (rev 217902)
+++ trunk/Source/_javascript_Core/features.json 2017-06-07 21:35:23 UTC (rev 217903)
@@ -43,7 +43,7 @@
{
"name": "WebAssembly",
"status": {
- "status": "Supported"
+ "status": "Supported in Preview"
},
"url": "http://webassembly.github.io",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=146064",
@@ -96,22 +96,6 @@
"specification": "ES6"
},
{
- "name": "async/await",
- "status": {
- "status": "Supported",
- "enabled-by-default": true
- },
- "url": "https://tc39.github.io/ecma262/#sec-async-function-definitions",
- "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/_javascript_/Reference/Statements/async_function",
- "description": "Async functions are a way to mix generators with promises to allow writing asynchronous code that looks synchronous.",
- "specification": "ES7",
- "contact": {
- "name": "Saam Barati",
- "twitter": "@saambarati",
- "email": "[email protected]"
- }
- },
- {
"name": "Block Scoping",
"status": {
"status": "Supported",
@@ -400,6 +384,22 @@
}
},
{
+ "name": "async/await",
+ "status": {
+ "status": "Supported",
+ "enabled-by-default": true
+ },
+ "url": "https://tc39.github.io/ecma262/#sec-async-function-definitions",
+ "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/_javascript_/Reference/Statements/async_function",
+ "description": "Async functions are a way to mix generators with promises to allow writing asynchronous code that looks synchronous.",
+ "specification": "ES7",
+ "contact": {
+ "name": "Saam Barati",
+ "twitter": "@saambarati",
+ "email": "[email protected]"
+ }
+ },
+ {
"name": "for...of Loops",
"status": {
"status": "Supported",
Modified: trunk/Source/WebCore/features.json (217902 => 217903)
--- trunk/Source/WebCore/features.json 2017-06-07 20:25:22 UTC (rev 217902)
+++ trunk/Source/WebCore/features.json 2017-06-07 21:35:23 UTC (rev 217903)
@@ -233,7 +233,7 @@
{
"name": "Content Security Policy Level 3",
"status": {
- "status": "Partial Support",
+ "status": "Partially Supported",
"enabled-by-default": true
},
"url": "https://w3c.github.io/webappsec-csp/",
@@ -383,7 +383,7 @@
{
"name": "Media Capture and Streams",
"status": {
- "status": "In Development"
+ "status": "Supported In Preview"
},
"url": "https://w3c.github.io/mediacapture-main/",
"keywords": ["mediastream", "getusermedia"],
@@ -416,7 +416,7 @@
{
"name": "Performance Observer",
"status": {
- "status": "Supported",
+ "status": "Supported In Preview",
"enabled-by-default": true
},
"url": "https://w3c.github.io/performance-timeline/",
@@ -456,7 +456,7 @@
{
"name": "Resource Timing Level 2",
"status": {
- "status": "Supported",
+ "status": "Supported In Preview",
"enabled-by-default": true
},
"url": "https://w3c.github.io/resource-timing/",
@@ -508,7 +508,7 @@
{
"name": "User Timing Level 2",
"status": {
- "status": "Supported",
+ "status": "Supported in Preview",
"enabled-by-default": true
},
"url": "https://w3c.github.io/user-timing/",
@@ -580,7 +580,7 @@
{
"name": "Web Cryptography API",
"status": {
- "status": "In Development",
+ "status": "Supported In Preview",
"enabled-by-default": true
},
"url": "http://www.w3.org/TR/WebCryptoAPI/",
@@ -607,7 +607,7 @@
{
"name": "WebGL 2",
"status": {
- "status": "In Development",
+ "status": "Supported In Preview",
"enabled-by-default": true
},
"url": "https://www.khronos.org/registry/webgl/specs/latest/2.0/",
@@ -617,7 +617,7 @@
{
"name": "WebRTC",
"status": {
- "status": "In Development"
+ "status": "Supported In Preview"
},
"url": "http://www.w3.org/TR/webrtc/",
"webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=124288",