Bug 156307 - window.Crypto is missing
Summary: window.Crypto is missing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-06 13:30 PDT by Sam Weinig
Modified: 2016-04-07 10:12 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.65 KB, patch)
2016-04-06 15:15 PDT, Sam Weinig
joepeck: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-04-06 13:30:54 PDT
We don't currently expose the Crypto constructor on the global object. The spec, https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html#crypto-interface, doesn't say we should exclude it, so we shouldn't be.
Comment 1 Radar WebKit Bug Importer 2016-04-06 13:32:54 PDT
<rdar://problem/25584034>
Comment 2 Sam Weinig 2016-04-06 15:15:16 PDT
Created attachment 275823 [details]
Patch
Comment 3 Joseph Pecoraro 2016-04-06 15:17:34 PDT
Comment on attachment 275823 [details]
Patch

r=me!
Comment 4 Sam Weinig 2016-04-07 10:12:24 PDT
Committed r199159: <http://trac.webkit.org/changeset/199159>