gecko-dev/dom/webauthn
Kris Maglione 0b1a146519 Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8
ContentTask tasks have a different lifetime than SpecialPowers tasks, with the
former being tied to the lifetime of a message manager and the latter tied to
the lifetime of a window global. That means that existing ContentTask callers
which expect to be able to register load listeners before the creation of a
window global, or which expect to persist after a page has navigated, won't
work as SpecialPowers tasks.

Since those sorts of tasks are not really resilient in the face of Fission,
they should really be written to work differently, but this patch mostly just
reverts them to using ContentTask for the time being.

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

--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:36 +00:00
..
cbor-cpp
libudev-sys
tests Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8 2019-12-13 20:36:36 +00:00
winwebauthn Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato 2019-11-25 10:06:12 +00:00
AndroidWebAuthnTokenManager.cpp Bug 1589285 part 3. Use the new GetString methods for Web IDL enums in various places. r=edgar 2019-10-17 23:40:57 +00:00
AndroidWebAuthnTokenManager.h
AuthenticatorAssertionResponse.cpp
AuthenticatorAssertionResponse.h
AuthenticatorAttestationResponse.cpp
AuthenticatorAttestationResponse.h
AuthenticatorResponse.cpp Bug 1121623 part 7. Remove AuthenticatorResponse::WrapObject. r=peterv 2019-05-24 07:23:54 +00:00
AuthenticatorResponse.h Bug 1121623 part 7. Remove AuthenticatorResponse::WrapObject. r=peterv 2019-05-24 07:23:54 +00:00
PWebAuthnTransaction.ipdl Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
PublicKeyCredential.cpp Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
PublicKeyCredential.h Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
U2FHIDTokenManager.cpp Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
U2FHIDTokenManager.h Bug 1520166 - Part 1: Use a vendored version of authenticator. r=jcj 2019-05-24 07:31:26 +00:00
U2FSoftTokenManager.cpp Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
U2FSoftTokenManager.h
U2FTokenManager.cpp Bug 1551229 - Anonmyize all 'direct' attestation requests on Android r=keeler 2019-05-16 17:37:35 +00:00
U2FTokenManager.h
U2FTokenTransport.h
WebAuthnCBORUtil.cpp
WebAuthnCBORUtil.h
WebAuthnCoseIdentifiers.h
WebAuthnManager.cpp Bug 1582892. Expose the number of strings in a Web IDL enum in a nice way. r=edgar 2019-10-23 03:54:39 +00:00
WebAuthnManager.h
WebAuthnManagerBase.cpp
WebAuthnManagerBase.h
WebAuthnTransactionChild.cpp
WebAuthnTransactionChild.h
WebAuthnTransactionParent.cpp
WebAuthnTransactionParent.h
WebAuthnUtil.cpp Backed out 2 changesets (bug 1558915) for causing bustages. CLOSED TREE 2019-08-02 12:17:42 +03:00
WebAuthnUtil.h
WinWebAuthnManager.cpp Bug 1551594 - Support HmacSecret webauthn extension r=keeler,smaug 2019-06-27 23:23:26 +00:00
WinWebAuthnManager.h
moz.build Bug 1520166 - Part 1: Use a vendored version of authenticator. r=jcj 2019-05-24 07:31:26 +00:00
nsIU2FTokenManager.idl