Title: [212749] trunk/Source/WebCore
Revision
212749
Author
[email protected]
Date
2017-02-21 14:07:53 -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 (212748 => 212749)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 21:53:28 UTC (rev 212748)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 22:07:53 UTC (rev 212749)
@@ -1,3 +1,9 @@
+2017-02-21  Jiewen Tan  <[email protected]>
+
+        Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API.
+
+        * features.json:
+
 2017-02-21  Romain Bellessort  <[email protected]>
 
         [Readable Streams API] Add ReadableStreamBYOBRequest view getter

Modified: trunk/Source/WebCore/features.json (212748 => 212749)


--- trunk/Source/WebCore/features.json	2017-02-21 21:53:28 UTC (rev 212748)
+++ trunk/Source/WebCore/features.json	2017-02-21 22:07:53 UTC (rev 212749)
@@ -530,7 +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.",
+        "comment": "The prefixed ‘webkitSubtle’ attribute which gave access to the SubtleCrypto API is now deprecated in preference to the official “subtle” property.",
         "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