зеркало из https://github.com/mozilla/gecko-dev.git
05684b05da
Thunderbird uses nsITLSSocketControl.startTLS to drive the XMPP connection, but since we started enforcing proper thread safety in bug 1847260, it's asserting when called on the main thread. This patch marks StartTLS and proxyStartTLS as [noscript] and adds asyncStartTLS. This new method dispatches a runnable to the socket thread to call startTLS, then resolves (or rejects with the nsresult as an arg) on the main thread. Differential Revision: https://phabricator.services.mozilla.com/D207692 |
||
---|---|---|
.. | ||
certverifier | ||
ct | ||
mac/hardenedruntime/v2 | ||
manager | ||
nss | ||
rlbox | ||
sandbox | ||
.eslintrc.js | ||
generate_mapfile.py | ||
moz.build | ||
nss.symbols |