gecko-dev/netwerk
Junior Hsu 2f1ac171e7 Bug 1527242 - Guarantee onHandshakeDone is called even it's set after handshake, r=michal
We set a `securityObserver` in `onSocketAccepted` on the main thread to observe `onHandshakeDone`, which might be too late since handshake could complete off main thread. Therefore, when we set `securityObserver` after handshake is completed, call `onHandshakeDone`.

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

--HG--
extra : moz-landing-system : lando
2019-12-24 20:16:34 +00:00
..
base Bug 1527242 - Guarantee onHandshakeDone is called even it's set after handshake, r=michal 2019-12-24 20:16:34 +00:00
build Bug 1561860 - Add rust-url based nsIURI implementation r=JuniorHsu 2019-12-11 20:17:53 +00:00
cache Bug 1474608 - P1 - Clear origin attributes directly for deleteDataFromOriginAttributesPattern if it's possible; r=asuth,baku 2019-12-02 19:47:13 +00:00
cache2 Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
cookie Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
dns Bug 1580740 - Don't use TRR when calling nsDNSService::DeprecatedSyncResolve on the main thread r=dragana 2019-12-16 12:33:57 +00:00
ipc Backed out 5 changesets (bug 1598520) for perma fails on test_enumerateDevices_navigation.html. CLOSED TREE 2019-12-20 01:56:55 +02:00
locales Bug 1603969 - Part 1: Remove the concept of granted origins from the anti-tracking backend; r=baku 2019-12-19 02:56:52 +00:00
mime Bug 1601110, remove handling and references to vnd.mozilla.xul+xml r=bzbarsky 2019-12-23 23:02:05 +00:00
protocol Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
sctp Bug 1586593 - dispatch CloseInt on DataChannel Open ACK failure - r=bwc 2019-10-11 17:03:23 +00:00
socket Bug 1605090 - Use next_event() instead of events(). r=agrover 2019-12-19 17:40:36 +00:00
srtp
streamconv Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
system Bug 1603854 - nsNotifyAddrListener: Don't call NS_DispatchToMainThread if mShutdown is true r=froydnj 2019-12-16 13:19:57 +00:00
test Bug 1601671 - make websocket support proxying on SOCKS/HTTPS, r=michal 2019-12-24 19:51:09 +00:00
url-classifier Backed out 10 changesets (bug 1599043) for build bustages in nsGlobalWindowOuter.cpp on a CLOSED TREE 2019-12-12 17:14:54 +02:00
wifi Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
moz.build
necko-config.h.in