Nicholas Nethercote
|
6ee3666899
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
8413cc973c
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
3629781b69
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
|
2015-02-04 20:05:36 -08:00 |
|
Andrew McCreight
|
0df81eabb7
|
Bug 1038966, part 3 - Shmem should use refcounted pointer classes when creating SharedMemory. r=bent
|
2014-07-25 16:41:25 -07:00 |
|
Andrew McCreight
|
3cdb40997c
|
Bug 1038853 - Use nullptr instead of 0 in Shmem.h and Shmem.cpp. r=bent
|
2014-07-15 16:51:44 -07:00 |
|
Chris Lord
|
41c19b8630
|
Bug 1012639 - Fix OtherProcess sometimes being the current process handle. r=bent
|
2014-06-11 14:51:12 +01:00 |
|
Benoit Jacob
|
e0a96c9060
|
Bug 974353 - In OpenExisting, check that the IPC-passed Shmem size matches the size stored in the SharedMemory header. And don't leak the segment on error. - r=bent
|
2014-02-26 14:10:55 -05:00 |
|
Benoit Jacob
|
72803b78cd
|
Bug 968823 - Make Shmem gracefully handle errors instead of just aborting - r=bent
|
2014-02-24 22:21:48 -05:00 |
|
Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ms2ger
|
8976774677
|
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
|
2012-09-17 10:37:20 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Makoto Kato
|
fc11948d1b
|
Bug 657129 - Flash x64 Crash on GMail. r=cjones
|
2011-08-26 09:59:57 +09:00 |
|
Daniel Holbert
|
b7171271dd
|
Bug 666989: Fix unused-but-set GCC 4.6 warning in Shmem::AssertInvariants. r=cjones
|
2011-06-24 14:01:30 -07:00 |
|
Chris Jones
|
5ca29d9212
|
Bug 605362, part 1: Allocate page-aligned shmem segments in ShmImage, to match other allocators which more honestly report address space and system mem taken by alloc. r=joe
|
2010-11-05 02:17:07 -05:00 |
|
Chris Jones
|
890cc387f6
|
Bug 598866, part 1: Add library support for an "unsafe" Shmem variant. r=joe
|
2010-11-05 02:17:07 -05:00 |
|
Josh Aas
|
c647e8f417
|
Bug 599059: Always store length at the end of shared memory segments as a 32-bit value. Don't use "sizeof(size_t)" because that differs between i386 and x86_64 and causes crashes when running i386 plugins from a x86_64 host. r=cjones a=blocking-b7
|
2010-09-24 02:31:47 -04:00 |
|
Josh Aas
|
5676c8d8f2
|
Bug 590857: Fix problematic usage of 'size_t' in IPC code, 'size_t' size depends on architecture and sending it via IPC directly can break cross-architecture IPC. Part of this patch was written by Ben Turner. r=cjones a=blocking-b6
|
2010-08-31 13:51:51 -04:00 |
|
Chris Jones
|
e3145e0a2f
|
Bug 562741: Refcount |SharedMemory|s. r=joedrew
|
2010-05-22 14:35:32 -05:00 |
|
Chris Jones
|
ce3499a322
|
Bug 555275: Implement a DeallocShmem() interface. r=bent
|
2010-04-26 20:11:40 -05:00 |
|
Joe Drew ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
|
8ed356359a
|
Bug 548437: Add a SysV shmem subtype of SharedMemory. r=dougt
|
2010-04-16 00:29:16 -05:00 |
|
Chris Jones
|
96d13f9099
|
bug 523174: add a higher-level Shmem class that implements exclusive access rights between parent/child actors and does over/underflow checking. (Also adds a stop-gap lower-level SharedMemory class in lieu of bug 523172.) r=joedrew
|
2009-12-04 12:45:15 -06:00 |
|