Commits
User selector
Commit History
Commits on Aug 20, 2021
Implement Crypto.randomUUID()
Show description for 6cbcdb0committed
Commits on Aug 18, 2021
Unreviewed, reverting r281206.
Show description for d10c58bcommittedImplement Crypto.randomUUID()
Show description for fe61e6acommitted
Commits on Jul 9, 2021
Add BigInt64Array and BigUint64Array support to crypto.getRandomValues
Show description for bbbf9c9committed
Commits on Oct 13, 2019
Fix compilation of Crypto.cpp on macOS with !WEB_CRYPTO
Show description for 38a2f46committed
Commits on Nov 30, 2018
Rename ENABLE_SUBTLE_CRYPTO to ENABLE_WEB_CRYPTO
Show description for 3ef5682committed
Commits on Nov 2, 2018
Replace CommonRandom SPI with API
Show description for 46a8991committed
Jiewen Tan
Commits on Oct 15, 2018
Window's properties such as 'location' should not become null when it loses its browsing context
Show description for 713cf72committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Aug 18, 2017
Remove the deprecated WebKitSubtleCrypto interface
Show description for d51d925committed
Sam Weinig
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Mar 24, 2017
Unreviewed, rolling out r214329.
Show description for eceb827committedwindow.crypto.getRandomValues() uses the insecure RC4 RNG
Show description for 8b0e9e6committed
Commits on Mar 20, 2017
window.crypto.getRandomValues() uses the insecure RC4 RNG
Show description for caa94ebcommitted
Jiewen Tan
Commits on Feb 14, 2017
[WebCrypto] WebInspector should indicate webkitSubtle is deprecated
Show description for 07d6692committed
Jiewen Tan
Commits on Oct 31, 2016
Move ChildNode and ParentNode from ExceptionCode to Exception, add support for ExceptionOr<T&>
Show description for 04f3acfcommitted
Commits on Oct 19, 2016
Move many miscellaneous classes from ExceptionCode to Exception
Show description for a4e8ad6committed
Commits on Oct 6, 2016
Add a dummy SubtleCrypto interface
Show description for dfc8039committed
Jiewen Tan
Commits on Aug 15, 2016
Expose crypto.getRandomValues to Web Workers
Show description for 97df177committed
Jiewen Tan
Commits on Jul 25, 2016
Rename SubtleCrypto to WebKitSubtleCrypto
Show description for 7391e7ccommitted
Jiewen Tan
Commits on Oct 15, 2015
Get rid of the only once used isIntegerArray function
Show description for 9add0c2committed
Commits on Sep 29, 2014
Use is<>() / downcast<>() for Document
Show description for 42c7215committed
Commits on Oct 14, 2013
Add an empty window.crypto.webkitSubtle
Show description for 127bebacommittedwindow.crypto doesn't preserve custom properties
Show description for 3b72131committed
Commits on Aug 15, 2013
Typed arrays should be rewritten
Show description for 93a48aacommitted
Filip Pizlo
Commits on Aug 5, 2013
Move TypedArray implementation into JSC
Show description for fcb2343committed
Commits on May 11, 2013
Remove USE(OS_RANDOMNESS)
Show description for e194e9acommitted
Commits on Apr 8, 2013
Stop #include-ing all of JavaScriptCore in every DOM-related file
Show description for 80cae6fcommitted
Commits on Nov 13, 2012
Unreviewed, rolling out r134345.
Show description for 76e0316authored andcommitted
Replace DOMException TYPE_MISMATCH_ERR with TypeError
Show description for 3b3c21ccommitted
Commits on Aug 29, 2012
crypto.getRandomValues should throw an exception when given a big array
Show description for b769227committed
Adam Barth
Commits on Jul 27, 2012
constructing TypedArray from another TypedArray is slow
Show description for e378b6fauthored andcommitted
Commits on Jan 24, 2012
[V8] Add Uint8ClampedArray support
Show description for b8db807committed