Commit Graph

12 Commits

Author SHA1 Message Date
Stephen A Pohl
b310ebe51d Bug 1362303: Avoid crashes when dragging on macOS due to failed allocations of large shmem segments. r=glandium 2018-03-06 13:21:54 -05:00
Tom Tromey
a0148cdc8d Bug 1334278 - change mozilla::Smprintf to return a UniquePtr; r=froydnj
Change mozilla::Smprintf and friends to return a UniquePtr, rather than
relying on manual memory management.  (Though after this patch there are
still a handful of spots needing SmprintfFree.)

MozReview-Commit-ID: COa4nzIX5qa
2017-03-03 08:17:27 -07:00
Andrew Osmond
4d728d0f88 Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm 2017-04-18 12:24:58 -04:00
Tom Tromey
10149e3cee Bug 1060419 - make SharedMemoryBasic_mach.mm use Printf.h, r=froydnj
MozReview-Commit-ID: AhMoeW8Iv1D
2016-12-09 14:04:47 -10:00
Andi-Bogdan Postelnicu
1052f8f9ed Bug 1318335 - Replace default bodies of special member functions with = default; in ipc/. r=billm
MozReview-Commit-ID: GV8abDSyxj5
2016-11-17 15:08:41 +02:00
Andi-Bogdan Postelnicu
42338b0a3f Bug 1318335 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in ipc/. r=billm
MozReview-Commit-ID: K4NAI8HjUd2
2016-11-17 15:07:35 +02:00
Andi-Bogdan Postelnicu
19fdf9ceb7 Bug 1318335 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11 in ipc/. r=billm
MozReview-Commit-ID: CXLSBRhANNW
2016-11-17 15:06:25 +02:00
George Wright
0fc5845f17 Bug 1264073 - Remove assertion in SharedMemoryBasic that we didn't initialise fast enough. r=billm 2016-10-21 12:53:00 -04:00
Lee Salzman
0e305a9861 Bug 1245241 - part 1 - Close Shmem file handles after mapping them when possible to reduce exhaustion issues. r=billm 2016-02-18 10:56:15 -05:00
George Wright
b7dc50ea82 Bug 1221540: OS X IPC timeout retry with a longer interval. r=milan 2015-12-24 12:54:07 -05:00
Gian-Carlo Pascutto
aac565f155 Bug 1205164 - Detect message races in Mach Shmem implementation. r=blassey 2015-09-25 12:30:46 +02:00
Ted Mielczarek
b31fa03393 bug 1204985 - make SharedMemoryBasic_mach build on iOS. r=billm 2015-09-22 13:59:00 -04:00