зеркало из https://github.com/mozilla/gecko-dev.git
ce066246b7
Summary: With both managers storing transaction infos in `Maybe<Info> mTransaction` now, it occurred to me that we can't actually assert that `mTransaction.isSome() == true` when we receive a message. At least with the U2F API the request could be cancelled (and mTransaction cleared) while there's a pending completion message. For WebAuthn it probably doesn't hurt to handle this properly either. (As a bonus, I snuck in the removal of an unused enum.) Reviewers: jcj Reviewed By: jcj Bug #: 1410428 Differential Revision: https://phabricator.services.mozilla.com/D145 |
||
---|---|---|
.. | ||
tests | ||
U2F.cpp | ||
U2F.h | ||
U2FAuthenticator.h | ||
U2FManager.cpp | ||
U2FManager.h | ||
U2FTransactionChild.cpp | ||
U2FTransactionChild.h | ||
U2FTransactionParent.cpp | ||
U2FTransactionParent.h | ||
U2FUtil.h | ||
moz.build |