Title: [208158] trunk/Source/WebCore
- Revision
- 208158
- Author
- [email protected]
- Date
- 2016-10-31 10:16:52 -0700 (Mon, 31 Oct 2016)
Log Message
Add requestIdleCallback to features.json.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208157 => 208158)
--- trunk/Source/WebCore/ChangeLog 2016-10-31 17:09:18 UTC (rev 208157)
+++ trunk/Source/WebCore/ChangeLog 2016-10-31 17:16:52 UTC (rev 208158)
@@ -1,3 +1,9 @@
+2016-10-31 Simon Fraser <[email protected]>
+
+ Add requestIdleCallback to features.json.
+
+ * features.json:
+
2016-10-31 Dave Hyatt <[email protected]>
[CSS Parser] Fully support prefixed background-size and box-shadows
Modified: trunk/Source/WebCore/features.json (208157 => 208158)
--- trunk/Source/WebCore/features.json 2016-10-31 17:09:18 UTC (rev 208157)
+++ trunk/Source/WebCore/features.json 2016-10-31 17:16:52 UTC (rev 208158)
@@ -845,6 +845,16 @@
"documentation-url": "https://drafts.csswg.org/css-fonts-4/",
"specification": "CSS Fonts Level 4",
"description": "Allows selection of variation values along fonts' exposed axes."
+ },
+ {
+ "name": "requestIdleCallback",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "url": "https://w3c.github.io/requestidlecallback/",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=164193",
+ "keywords": ["requestIdleCallback", "idle callback"],
+ "description": "An API that can be used to cooperatively schedule background tasks."
}
]
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes