RESOLVED FIXED Bug 164938
Remove the deprecated WebKitSubtleCrypto interface
https://bugs.webkit.org/show_bug.cgi?id=164938
Summary Remove the deprecated WebKitSubtleCrypto interface
Jiewen Tan
Reported 2016-11-18 11:31:21 PST
This is an umbrella bug for deprecating WebKitSubtleCrypto.
Attachments
Patch (499.67 KB, patch)
2017-08-18 14:24 PDT, Sam Weinig
no flags
Patch (504.18 KB, patch)
2017-08-18 14:58 PDT, Sam Weinig
cdumez: review+
Radar WebKit Bug Importer
Comment 1 2017-01-05 18:16:03 PST
Sam Weinig
Comment 2 2017-08-16 16:55:01 PDT
Jiewen, are you working on this? If not, I'll take it.
Jiewen Tan
Comment 3 2017-08-16 17:04:37 PDT
(In reply to Sam Weinig from comment #2) > Jiewen, are you working on this? If not, I'll take it. No, I am not. Feel free to take it.
Sam Weinig
Comment 4 2017-08-17 10:38:02 PDT
(In reply to Jiewen Tan from comment #3) > (In reply to Sam Weinig from comment #2) > > Jiewen, are you working on this? If not, I'll take it. > > No, I am not. Feel free to take it. Great.
Sam Weinig
Comment 5 2017-08-18 14:24:13 PDT Comment hidden (obsolete)
Build Bot
Comment 6 2017-08-18 14:28:48 PDT Comment hidden (obsolete)
Sam Weinig
Comment 7 2017-08-18 14:58:50 PDT
Jiewen Tan
Comment 8 2017-08-18 16:15:31 PDT
Comment on attachment 318545 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=318545&action=review Thank you Sam. Looks good. Please address the following comments. Just wondering if you are planning of improving the structure further after the removal of WebKitSubtle? > Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h:53 > bool keyAlgorithmMatches(const CryptoKey&) const; Maybe we should remove this as well?
Chris Dumez
Comment 9 2017-08-18 16:22:10 PDT
Comment on attachment 318545 [details] Patch rs=me
Sam Weinig
Comment 10 2017-08-18 16:23:53 PDT
(In reply to Jiewen Tan from comment #8) > Comment on attachment 318545 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=318545&action=review > > Thank you Sam. Looks good. Please address the following comments. Just > wondering if you are planning of improving the structure further after the > removal of WebKitSubtle? Yeah, this was the first pass. There are a few simplifications I was going to make after this lands. > > > Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.h:53 > > bool keyAlgorithmMatches(const CryptoKey&) const; > > Maybe we should remove this as well? If its unused, yes.
Sam Weinig
Comment 11 2017-08-18 16:25:02 PDT
Note You need to log in before you can comment on or make changes to this bug.