gecko-dev/netwerk/protocol
Valentin Gosu e4bb1bbe71 Bug 1334465 - Set mIPCClosed to true before calling SendDeleteSelf in order to avoid race r=bagder
In the previous code, a race condition could cause us to call SendSetPriority() after calling SendDeleteSelf.

For example:
T1: SendDeleteSelf()
T2: if (!mIPCClosed) SendSetPriority()
T1: mIPCClosed = true

MozReview-Commit-ID: 3XOwCaphb2o

--HG--
extra : source : 4ebdab0e332892378558817e30d0138c95199ce5
2018-02-11 03:51:09 +01:00
..
about Bug 1431204 - Change calls to nsIURI.spec setter to use nsIURIMutator instead r=mayhemer 2018-01-19 15:19:42 +01:00
data Backed out changeset 1fa8c5b051ac (bug 1435899) for mochitest failures on /test_bug1325080.html. CLOSED TREE 2018-02-09 06:05:13 +02:00
file Bug 1432187 - Change code to use nsIStandardURLMutator.{init,setDefaultPort} r=mayhemer 2018-01-24 20:33:02 +01:00
ftp Merge inbound to mozilla-central. a=merge 2018-01-26 02:21:47 +02:00
gio Bug 1433507 - Forbid GIO supported protocols by default with --proxy-bypass-protection r=mayhemer 2018-02-06 15:07:00 +02:00
http Bug 1334465 - Set mIPCClosed to true before calling SendDeleteSelf in order to avoid race r=bagder 2018-02-11 03:51:09 +01:00
res Bug 1432602 - Add nsIFileURLMutator.setFile() r=mayhemer 2018-01-31 22:40:45 +01:00
viewsource Bug 1431204 - Change calls to nsIURI.spec setter to use nsIURIMutator instead r=mayhemer 2018-01-19 15:19:42 +01:00
websocket Bug 1432187 - Change code to use nsIStandardURLMutator.{init,setDefaultPort} r=mayhemer 2018-01-24 20:33:02 +01:00
wyciwyg Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
moz.build Bug 1408957 - Remove netwerk/protocol/device/ (no longer used) r=dragana 2017-10-16 12:12:16 +02:00