Title: [218219] trunk/Source/WebCore
Revision
218219
Author
[email protected]
Date
2017-06-13 15:44:06 -0700 (Tue, 13 Jun 2017)

Log Message

Update Subresource Integrity status to Supported In Preview
https://bugs.webkit.org/show_bug.cgi?id=173324

Reviewed by Sam Weinig.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218218 => 218219)


--- trunk/Source/WebCore/ChangeLog	2017-06-13 22:39:34 UTC (rev 218218)
+++ trunk/Source/WebCore/ChangeLog	2017-06-13 22:44:06 UTC (rev 218219)
@@ -1,3 +1,12 @@
+2017-06-13  Jon Davis  <[email protected]>
+
+        Update Subresource Integrity status to Supported In Preview
+        https://bugs.webkit.org/show_bug.cgi?id=173324
+
+        Reviewed by Sam Weinig.
+
+        * features.json:
+
 2017-06-13  Antoine Quint  <[email protected]>
 
         Add logging for layout tests when rAF callbacks get suspended and resumed

Modified: trunk/Source/WebCore/features.json (218218 => 218219)


--- trunk/Source/WebCore/features.json	2017-06-13 22:39:34 UTC (rev 218218)
+++ trunk/Source/WebCore/features.json	2017-06-13 22:44:06 UTC (rev 218219)
@@ -1066,7 +1066,7 @@
     {
         "name": "Subresource Integrity",
         "status": {
-            "status": "Under Consideration"
+            "status": "Supported In Preview"
         },
         "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.",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to