gecko-dev/dom/crypto
Nathan Froyd f37a5156c3 Bug 1596547 - be more specific in CryptoBuffer::Assign parameter types; r=jcj
We don't need the full generality of templated typed arrays here, just
the ability to assign from `Uint8Array`.  Some versions of clang in
C++17 mode have problems with overload resolution when faced with
templated method parameters that resolve to base classes of the passed
arguments.  Using the more-specific type here avoids those bugs.

Differential Revision: https://phabricator.services.mozilla.com/D53069

--HG--
extra : moz-landing-system : lando
2019-11-15 13:12:58 +00:00
..
test Bug 1410403 - Use id-ecPublicKey for ECDH key export from WebCrypto r=keeler 2019-11-11 21:25:40 +00:00
CryptoBuffer.cpp Bug 1596547 - be more specific in CryptoBuffer::Assign parameter types; r=jcj 2019-11-15 13:12:58 +00:00
CryptoBuffer.h Bug 1596547 - be more specific in CryptoBuffer::Assign parameter types; r=jcj 2019-11-15 13:12:58 +00:00
CryptoKey.cpp Bug 1410403 - Use id-ecPublicKey for ECDH key export from WebCrypto r=keeler 2019-11-11 21:25:40 +00:00
CryptoKey.h Bug 1564509 - Remove DH from WebCrypto r=kjacobs,bzbarsky,keeler 2019-11-11 21:17:47 +00:00
KeyAlgorithmProxy.cpp Bug 1564509 - Remove DH from WebCrypto r=kjacobs,bzbarsky,keeler 2019-11-11 21:17:47 +00:00
KeyAlgorithmProxy.h Bug 1564509 - Remove DH from WebCrypto r=kjacobs,bzbarsky,keeler 2019-11-11 21:17:47 +00:00
WebCryptoCommon.h Bug 1564509 - Remove DH from WebCrypto r=kjacobs,bzbarsky,keeler 2019-11-11 21:17:47 +00:00
WebCryptoTask.cpp Bug 1564509 - Remove DH from WebCrypto r=kjacobs,bzbarsky,keeler 2019-11-11 21:17:47 +00:00
WebCryptoTask.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1583646 - make WebCryptoTask dispatch tasks to our background thread; r=keeler,jcj 2019-09-26 20:47:31 +00:00