зеркало из https://github.com/mozilla/gecko-dev.git
cdb5d484f9
The Web Authentication types, by spec, return ArrayBuffer objects, while we were returning a concrete Uint8Array. This is a fairly straightforward change to add functionality to CryptoBuffer and the WebIDL types, however it's a substantial change to the tests. Frankly, the tests just could use another pass of clean-up now, since this is a lot of relative ugliness added in. I refactored tab_webauthn_success.html pretty heavily -- since it was also fairly ugly to start -- but I decided to go with a lighter touch on the other tests. MozReview-Commit-ID: 9vb1wdLo3SI --HG-- rename : dom/webauthn/tests/browser/frame_webauthn_success.html => dom/webauthn/tests/browser/tab_webauthn_success.html extra : rebase_source : bd2bc326c6bb5e00929b14c7aae66eba335c0605 |
||
---|---|---|
.. | ||
test | ||
CryptoBuffer.cpp | ||
CryptoBuffer.h | ||
CryptoKey.cpp | ||
CryptoKey.h | ||
KeyAlgorithmProxy.cpp | ||
KeyAlgorithmProxy.h | ||
WebCryptoCommon.h | ||
WebCryptoTask.cpp | ||
WebCryptoTask.h | ||
WebCryptoThreadPool.cpp | ||
WebCryptoThreadPool.h | ||
moz.build |