From e8b08ef8a39c70f56d2c92280929dc9e444e516d Mon Sep 17 00:00:00 2001 From: "simon.fraser@apple.com" Date: Tue, 21 Feb 2017 21:47:40 +0000 Subject: [PATCH] Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API. * features.json: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@212747 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 6 ++++++ Source/WebCore/features.json | 1 + 2 files changed, 7 insertions(+) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index cf774f9..97e95d0 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2017-02-21 Simon Fraser + + Clarify the status of 'webkitSubtle' and 'subtle' attributes on the WebCrypto API. + + * features.json: + 2017-02-21 Youenn Fablet [WebRTC] ICE candidates should be filtered according a policy diff --git a/Source/WebCore/features.json b/Source/WebCore/features.json index bfd11e1..e693bd6 100644 --- a/Source/WebCore/features.json +++ b/Source/WebCore/features.json @@ -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": "jiewen_tan@apple.com" -- 1.8.3.1