gecko-dev/netwerk
Kershaw Chang af6f9a1050 Bug 1487085 - Allow to set cookie with a null channel in child process, r=valentin
In the current implmentation of CookieServiceChild::SetCookieString, pass a null channel will crash the child process. This is because we call aChannel->GetURI() without checking if aChannel is null.
However, set cookie with a null channel is possible in non-e10s mode. To make sure the behavior to be consistent in both non-e10s and e10s mode, we have to pass an empty URIParams in child process.

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

--HG--
extra : rebase_source : 0d5b78130661fd02d9906e41f30c69ffdfca650b
2018-09-12 15:14:32 +00:00
..
base Backed out changeset 16d2d6dc3cdf (bug 1489257)on request by droeh for causing geckowiev failures 2018-09-11 18:47:58 +03:00
build Bug 1489916 - Remove the XPCOM component registration for nsHttpChannelAuthProvider; r=valentin 2018-09-10 08:01:37 -04:00
cache Bug 1488236 - Remove the XPCOM component registration for nsApplicationCacheNamespace; r=valentin 2018-09-03 14:28:40 -04:00
cache2 Bug 1486690 - Rename NS_str{,}dup and remove unnecessary checks after calls to them. r=glandium 2018-08-28 15:58:54 +10:00
cookie Bug 1487085 - Allow to set cookie with a null channel in child process, r=valentin 2018-09-12 15:14:32 +00:00
dns bug 1486137 - TRR: fix the FAMILY field in the ECS code r=valentin 2018-09-03 15:02:03 +00:00
ipc Bug 1489454 - Remove all trailing whitespaces (again) r=Ehsan 2018-09-07 14:47:51 +00:00
locales Bug 1489077 - Report to console when cookie permission is granted for trackers, r=ehsan 2018-09-09 20:03:09 +02:00
mime Bug 1488266 - Use const nsACString& in the argument to ToUTF8() in nsMIMEHeaderParamImpl.cpp; r=hsivonen 2018-09-04 09:54:57 -04:00
protocol Bug 1488951 - Put a limit on how long FastBlock runs. r=mayhemer,Ehsan. CLOSED TREE 2018-09-11 18:17:12 +00:00
sctp Bug 1458048 - Cherry pick usersctp rev 8789a6da02e2c7c03522bc6f275b302f6ef977fe; r=drno 2018-06-20 21:18:50 -04:00
socket Bug 1468222 Consolidate nsISSLStatus info nsITransportSecurityInfo r=Gijs,snorp,jcj,mcmanus,sfraser,keeler,baku,ato 2018-09-11 00:07:30 +00:00
srtp
streamconv Bug 1488061 - Remove Query/Ref from the directory listing URI r=bagder 2018-09-11 14:33:34 +03:00
system Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
test Bug 1468222 Consolidate nsISSLStatus info nsITransportSecurityInfo r=Gijs,snorp,jcj,mcmanus,sfraser,keeler,baku,ato 2018-09-11 00:07:30 +00:00
wifi Bug 1090497 - Re-enable warnings as errors on clang-cl. r=froydnj 2018-07-31 22:10:07 +09:00
moz.build
necko-config.h.in