mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
d6331d843b
Unfortunately, since NSS can prompt for PKCS#11 authentication on the main thread, the prompt in question results in a nested event loop, which means that the prompt code can be re-entered and another prompt can appear before the first is dealt with. As long as NSS can run on the main thread, this will continue to be the case. Recently we've done a lot of work to prevent NSS running on the main thread, but that work is by no means complete. In the meantime, we can paper over this situation by cancelling any prompts that come after one that is still in progress. This will cause some NSS operations to fail in a way that should be recoverable by simply retrying them (e.g. the user can refresh the page or close and re-open it). Differential Revision: https://phabricator.services.mozilla.com/D164280 |
||
---|---|---|
.. | ||
certverifier | ||
ct | ||
mac/hardenedruntime | ||
manager | ||
nss | ||
rlbox | ||
sandbox | ||
.eslintrc.js | ||
generate_certdata.py | ||
generate_mapfile.py | ||
moz.build | ||
nss.symbols |