Commit Graph

5 Commits

Author SHA1 Message Date
Nicholas Nethercote
fcd4f4fa21 Bug 1376638 - Minimize uses of prmem.h. r=glandium.
It's silly to use prmem.h within Firefox code given that in our configuration
its functions are just wrappers for malloc() et al. (Indeed, in some places we
mix PR_Malloc() with free(), or malloc() with PR_Free().)

This patch removes all uses, except for the places where we need to use
PR_Free() to free something allocated by another NSPR function; in those cases
I've added a comment explaining which function did the allocation.
2017-06-30 19:05:41 -07:00
Liang-Heng Chen
bc9f275db7 Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer
MozReview-Commit-ID: 85MbD0QFRRq
2016-11-03 18:15:08 +08:00
Carsten "Tomcat" Book
03c25b3586 Backed out changeset e81bf7852eb2 (bug 1288308) 2016-11-02 15:34:44 +01:00
Liang-Heng Chen
e385603aaa Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer
MozReview-Commit-ID: 85MbD0QFRRq
2016-11-02 18:43:33 +08:00
b1071bc50b Bug 1242464 - Call shutdown() before closesocket() and change linger option on windows. r=mcmanus 2016-02-04 04:42:00 +01:00