Commits
User selector
Commit History
Commits on Aug 7, 2021
CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CryptoKeyRSA::exportJwk const
Show description for 786b33fcommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommittedwtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 17, 2018
clang-tidy: loop variable is copied but only used as const reference in WebCore, WebKit, Tools
Show description for e86c6c9committed
Commits on Nov 30, 2018
Rename ENABLE_SUBTLE_CRYPTO to ENABLE_WEB_CRYPTO
Show description for 3ef5682committed
Commits on Aug 19, 2017
[WebCrypto] Remove the KeyAlgorithm type hierarchy
Show description for b9f9e9cauthored andcommitted[WebCrypto] Get rid of CryptoKeyData class and all its subclasses
Show description for 41759e3committed
Sam Weinig
Commits on Aug 12, 2017
[WebIDL] Replace JSCryptoKeyCustom and JSCryptoAlgorithmBuilder with generated code
Show description for 3e58a9eauthored andcommitted
Commits on Mar 8, 2017
[WebCrypto] Implement ECDH ImportKey/ExportKey operations
Show description for 2e88f33committed
Jiewen Tan
Commits on Feb 16, 2017
[WebCrypto] remove toJSValueFromJsonWebKey from custom SubtleCrypto binding codes
Show description for 43315a2committed
Jiewen Tan
Commits on Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
Commits on Nov 15, 2016
Update SubtleCrypto::exportKey to match the latest spec
Show description for 012baf1committed
Jiewen Tan
Commits on Nov 11, 2016
Rename CryptoKeyUsage to CryptoKeyUsageBitmap and CryptoKey::Usage to CryptoKeyUsage
Show description for 392fa81committed
Jiewen Tan
Commits on Nov 10, 2016
Update SubtleCrypto::importKey to match the latest spec
Show description for cb3ccc6committed
Jiewen Tan
Loading