Bug 156307

Summary: window.Crypto is missing
Product: WebKit Reporter: Sam Weinig <sam>
Component: BindingsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch joepeck: review+

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>