gecko-dev/media/webrtc/signaling/test
Nicholas Nethercote 3e439bb4f8 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.

--HG--
extra : rebase_source : 0f781bca68b5bf3c4c191e09e277dfc8becffa09
2017-06-30 19:05:41 -07:00
..
FakeLogging.h Bug 1298189 - implement logging in FakeLogging.h so we get logs when running tests. r=drno 2016-08-25 21:54:18 -05:00
FakeMediaStreams.h Bug 1330360 - Create new MSGs for each nsPIDOMWindow. r=jesup 2017-06-23 16:18:34 -07:00
FakeMediaStreamsImpl.h Bug 1376638 - Minimize uses of prmem.h. r=glandium. 2017-06-30 19:05:41 -07:00
FakePCObserver.h Bug 1293117 (part 3) - Remove some unnecessary |virtual| annotations. r=froydnj. 2016-08-08 10:45:56 +10:00
signaling_unittests.cpp Bug 1359490 - add an event loop spinning abstraction function; r=gerald 2017-05-15 09:34:19 -04:00