зеркало из https://github.com/mozilla/gecko-dev.git
f64f04d6ef
The current API name is bad: we want it to be read "some background thread", but it could just as easily be read "a singular background thread", which would lead people to assume that for: ``` NS_DispatchToBackgroundThread(...); NS_DispatchToBackgroundThread(...); ``` the dispatched tasks will necessarily run in the order they are dispatched, which is not the case. Let's try to head off that interpretation by renaming this function. Differential Revision: https://phabricator.services.mozilla.com/D51703 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
test | ||
CryptoBuffer.cpp | ||
CryptoBuffer.h | ||
CryptoKey.cpp | ||
CryptoKey.h | ||
KeyAlgorithmProxy.cpp | ||
KeyAlgorithmProxy.h | ||
WebCryptoCommon.h | ||
WebCryptoTask.cpp | ||
WebCryptoTask.h | ||
moz.build |