Title: [212747] trunk/Source/WebCore
Revision
212747
Author
[email protected]
Date
2017-02-21 13:47:40 -0800 (Tue, 21 Feb 2017)

Log Message

Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212746 => 212747)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 21:30:56 UTC (rev 212746)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 21:47:40 UTC (rev 212747)
@@ -1,3 +1,9 @@
+2017-02-21  Simon Fraser  <[email protected]>
+
+        Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API.
+
+        * features.json:
+
 2017-02-21  Youenn Fablet  <[email protected]>
 
         [WebRTC] ICE candidates should be filtered according a policy

Modified: trunk/Source/WebCore/features.json (212746 => 212747)


--- trunk/Source/WebCore/features.json	2017-02-21 21:30:56 UTC (rev 212746)
+++ trunk/Source/WebCore/features.json	2017-02-21 21:47:40 UTC (rev 212747)
@@ -530,6 +530,7 @@
         "keywords": ["webcrypto", "web cryptography api", "crypto"],
         "category": "webapps",
         "description": "A _javascript_ API for web applications to perform cryptographic operations.",
+        "comment": "The webkit-prefixed 'subtle' attribute which gives access to WebKitSubtleCrypto is deprecated. Work continues on the SubtleCrypto interface exposed by the 'subtle' attribute.",
         "contact": {
             "name": "Jiewen Tan",
             "email": "[email protected]"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to