mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
9d6bb19c23
This method always returned GetMainThreadSerialEventTarget(). This patch switches all callers over to use that method instead. We can't easily switch all calls to be calls to NS_GetMainThread(), as there is no version of that method returning a bare nsIThread* instance. I didn't introduce one, as we may want to add a lock around mMainThread in the future, which would require removing nsThreadManager::GetMainThreadWeak. As this method only returns nsISerialEventTarget, it method could remain implemented, however, by returning a statically allocated fake event target which forwards dispatches (and QIs to nsIThread) to the real main thread. Differential Revision: https://phabricator.services.mozilla.com/D166608 |
||
---|---|---|
.. | ||
cbor-cpp | ||
libudev-sys | ||
tests | ||
winwebauthn | ||
AndroidWebAuthnTokenManager.cpp | ||
AndroidWebAuthnTokenManager.h | ||
AuthenticatorAssertionResponse.cpp | ||
AuthenticatorAssertionResponse.h | ||
AuthenticatorAttestationResponse.cpp | ||
AuthenticatorAttestationResponse.h | ||
AuthenticatorResponse.cpp | ||
AuthenticatorResponse.h | ||
CTAPHIDTokenManager.cpp | ||
CTAPHIDTokenManager.h | ||
moz.build | ||
nsIU2FTokenManager.idl | ||
PublicKeyCredential.cpp | ||
PublicKeyCredential.h | ||
PWebAuthnTransaction.ipdl | ||
U2FHIDTokenManager.cpp | ||
U2FHIDTokenManager.h | ||
U2FSoftTokenManager.cpp | ||
U2FSoftTokenManager.h | ||
U2FTokenManager.cpp | ||
U2FTokenManager.h | ||
U2FTokenTransport.h | ||
WebAuthnCBORUtil.cpp | ||
WebAuthnCBORUtil.h | ||
WebAuthnCoseIdentifiers.h | ||
WebAuthnManager.cpp | ||
WebAuthnManager.h | ||
WebAuthnManagerBase.cpp | ||
WebAuthnManagerBase.h | ||
WebAuthnTransactionChild.cpp | ||
WebAuthnTransactionChild.h | ||
WebAuthnTransactionParent.cpp | ||
WebAuthnTransactionParent.h | ||
WebAuthnUtil.cpp | ||
WebAuthnUtil.h | ||
WinWebAuthnManager.cpp | ||
WinWebAuthnManager.h |