Modified: trunk/Source/WebCore/ChangeLog (203348 => 203349)
--- trunk/Source/WebCore/ChangeLog 2016-07-18 16:17:52 UTC (rev 203348)
+++ trunk/Source/WebCore/ChangeLog 2016-07-18 17:43:26 UTC (rev 203349)
@@ -1,3 +1,14 @@
+2016-07-18 Yoav Weiss <[email protected]>
+
+ Add preload to features.json
+ https://bugs.webkit.org/show_bug.cgi?id=159872
+
+ Reviewed by Darin Adler.
+
+ No new tests but no functional change.
+
+ * features.json:
+
2016-07-18 Youenn Fablet <[email protected]>
[Streams API] ReadableStream should throw a RangeError in case of NaN highWaterMark
Modified: trunk/Source/WebCore/features.json (203348 => 203349)
--- trunk/Source/WebCore/features.json 2016-07-18 16:17:52 UTC (rev 203348)
+++ trunk/Source/WebCore/features.json 2016-07-18 17:43:26 UTC (rev 203349)
@@ -196,6 +196,22 @@
}
},
{
+ "name": "Preload",
+ "status": {
+ "status": "In Development",
+ "enabled-by-default": false
+ },
+ "url": "http://w3c.github.io/preload/",
+ "webkit-url": "https://webkit.org/b/158720",
+ "keywords": ["preload"],
+ "description": "Provides a declarative fetch primitive that initiates an early fetch and separates fetching from resource execution.",
+ "contact": {
+ "name": "Yoav Weiss",
+ "email": "[email protected]",
+ "twitter": "@yoavweiss"
+ }
+ },
+ {
"name": "Resource Timing",
"status": {
"status": "In Development",
@@ -638,6 +654,22 @@
"comment": "The feature is prefixed with <em>-webkit-</em>. There are some remaining issues to resolve in the specification."
},
{
+ "name": "Preload",
+ "status": {
+ "status": "In Development",
+ "enabled-by-default": false
+ },
+ "url": "http://w3c.github.io/preload/",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=158720",
+ "specification": "Preload",
+ "description": "Provides a declarative fetch primitive that initiates an early fetch and separates fetching from resource execution.",
+ "contact": {
+ "name": "Yoav Weiss",
+ "twitter": "@yoavweiss",
+ "email": "[email protected]"
+ }
+ },
+ {
"name": "Readable Streams",
"status": {
"status": "In Development",