Title: [199802] trunk/Source/WebCore
- Revision
- 199802
- Author
- [email protected]
- Date
- 2016-04-20 21:25:02 -0700 (Wed, 20 Apr 2016)
Log Message
Add Subresource Integrity as "Under consideration".
https://bugs.webkit.org/show_bug.cgi?id=156800
Patch by John Wilander <[email protected]> on 2016-04-20
Reviewed by Alexey Proskuryakov.
No new tests needed.
* features.json:
Added an entry for Subresource Integrity.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (199801 => 199802)
--- trunk/Source/WebCore/ChangeLog 2016-04-21 02:35:29 UTC (rev 199801)
+++ trunk/Source/WebCore/ChangeLog 2016-04-21 04:25:02 UTC (rev 199802)
@@ -1,3 +1,15 @@
+2016-04-20 John Wilander <[email protected]>
+
+ Add Subresource Integrity as "Under consideration".
+ https://bugs.webkit.org/show_bug.cgi?id=156800
+
+ Reviewed by Alexey Proskuryakov.
+
+ No new tests needed.
+
+ * features.json:
+ Added an entry for Subresource Integrity.
+
2016-04-20 Anders Carlsson <[email protected]>
Get rid of a couple of uses of ApplicationCacheStorage::singleton()
Modified: trunk/Source/WebCore/features.json (199801 => 199802)
--- trunk/Source/WebCore/features.json 2016-04-21 02:35:29 UTC (rev 199801)
+++ trunk/Source/WebCore/features.json 2016-04-21 04:25:02 UTC (rev 199802)
@@ -659,6 +659,19 @@
}
},
{
+ "name": "Subresource Integrity",
+ "status": {
+ "status": "Under Consideration"
+ },
+ "url": "https://w3c.github.io/webappsec-subresource-integrity/",
+ "description": "Extends script and link elements with an integrity attribute that contains a cryptographic hash of the representation of the resource the author expects to load.",
+ "contact": {
+ "name": "Jonathan Davis",
+ "email": "[email protected]",
+ "twitter": "@jonathandavis"
+ }
+ },
+ {
"name": "Template Element",
"status": {
"status": "Done",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes