gecko-dev/dom/crypto
Nathan Froyd f64f04d6ef Bug 1593803 - rename NS_DispatchToBackgroundThread to NS_DispatchBackgroundTask; r=KrisWright
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
2019-11-05 21:19:18 +00:00
..
test Bug 1585119 - Re-enable many mochitests on android; r=geckoview-reviewers,snorp 2019-10-15 15:07:09 +00:00
CryptoBuffer.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/crypto/ r=Ehsan 2019-07-10 03:25:56 +00:00
CryptoBuffer.h Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/crypto/ r=Ehsan 2019-07-10 03:25:56 +00:00
CryptoKey.cpp Bug 1350254 part 8. Switch CryptoKey to [Serializable]. r=baku 2019-06-25 06:48:41 +00:00
CryptoKey.h Bug 1350254 part 8. Switch CryptoKey to [Serializable]. r=baku 2019-06-25 06:48:41 +00:00
KeyAlgorithmProxy.cpp Bug 1350254 part 7. Consolidate ReadString/WriteString helpers for structured serialization. r=baku 2019-06-25 06:48:33 +00:00
KeyAlgorithmProxy.h
moz.build Bug 1583646 - make WebCryptoTask dispatch tasks to our background thread; r=keeler,jcj 2019-09-26 20:47:31 +00:00
WebCryptoCommon.h Bug 1350254 part 7. Consolidate ReadString/WriteString helpers for structured serialization. r=baku 2019-06-25 06:48:33 +00:00
WebCryptoTask.cpp Bug 1593803 - rename NS_DispatchToBackgroundThread to NS_DispatchBackgroundTask; r=KrisWright 2019-11-05 21:19:18 +00:00
WebCryptoTask.h