WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138823
crypto: Use sequence<> instead of KeyUsage[] in IDL
https://bugs.webkit.org/show_bug.cgi?id=138823
Summary
crypto: Use sequence<> instead of KeyUsage[] in IDL
Shivakumar J M
Reported
2014-11-17 22:36:21 PST
Use sequence<> instead of KeyUsage[] in crypto IDL as per spec:
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#SubtleCrypto-method-generateKey
Attachments
Patch
(2.65 KB, patch)
2014-11-17 22:54 PST
,
Shivakumar J M
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shivakumar J M
Comment 1
2014-11-17 22:54:45 PST
Created
attachment 241766
[details]
Patch Use sequence<KeyUsage> instead of KeyUsage[] in crypto IDL as per spec:
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#SubtleCrypto-method-generateKey
WebKit Commit Bot
Comment 2
2014-11-18 09:44:58 PST
Comment on
attachment 241766
[details]
Patch Clearing flags on attachment: 241766 Committed
r176261
: <
http://trac.webkit.org/changeset/176261
>
WebKit Commit Bot
Comment 3
2014-11-18 09:45:02 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4
2014-11-18 10:14:31 PST
Is KeyUsage[] exactly the same thing as sequence<KeyUsage>? Otherwise, the change may be wrong, as it only changes description in IDL, but does not change what WebKit actually does.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug