gecko-dev/dom/webauthn/tests
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
..
browser Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8 2019-12-13 20:36:36 +00:00
pkijs
.eslintrc.js
cbor.js
get_assertion_dead_object.html
mochitest.ini
test_webauthn_abort_signal.html
test_webauthn_attestation_conveyance.html Bug 1552339 - On Android, direct attestations are anonymized r=keeler 2019-05-21 21:44:05 +00:00
test_webauthn_authenticator_selection.html
test_webauthn_authenticator_transports.html
test_webauthn_get_assertion.html Bug 1573245 - Change AuthenticatorTransport to be string, not `enum` r=bzbarsky,keeler 2019-09-17 07:50:44 +00:00
test_webauthn_get_assertion_dead_object.html
test_webauthn_isexternalctap2securitykeysupported.html
test_webauthn_isplatformauthenticatoravailable.html
test_webauthn_loopback.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_webauthn_make_credential.html Bug 1573245 - Change AuthenticatorTransport to be string, not `enum` r=bzbarsky,keeler 2019-09-17 07:50:44 +00:00
test_webauthn_no_token.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_webauthn_override_request.html
test_webauthn_sameorigin.html Bug 1577746 - Enable ESLint rule dot-notation for dom/. r=baku 2019-09-02 11:23:05 +00:00
test_webauthn_store_credential.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
u2futil.js Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00