Christoph Diehl
|
b7e02bedbb
|
Bug 1232119 - Add fuzzer for SharedMemory. r=billm
--HG--
extra : rebase_source : dbb29a3e40590555717db0de789ccb13dd0bfbf5
|
2017-05-23 22:36:28 +02:00 |
Andrew Osmond
|
5c88ddfaa2
|
Bug 1356289 - Part 1. Make SharedMemory::SetHandle accept an access rights parameter. r=billm
|
2017-04-18 12:24:58 -04:00 |
Andrew McCreight
|
5848fe3b73
|
Bug 1276318 , part 2 - Fix mode lines in ipc/glue. r=billm
MessageChannel.{h,cpp}, MessageLink.{h,cpp}, and ProtocolUtils.h are
using 4-space indent so I left those alone.
|
2016-05-27 14:54:31 -07:00 |
Lee Salzman
|
41d307c324
|
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 |
Bob Owen
|
e4f543bb58
|
Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce
|
2015-04-01 09:40:35 +01:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Trevor Saunders
|
1a013270b5
|
bug 1105074 - make more stuff final r=froydnj
|
2014-11-25 13:56:07 -05:00 |
Ehsan Akhgari
|
60ccfd2346
|
Bug 1053603 - Fix some more bad implicit constructors in the IPC code; r=bent
|
2014-08-07 21:18:59 -04:00 |
Andrew McCreight
|
1bb04a4616
|
Bug 1028148, part 1 - Make SharedMemory's dtor private. r=bent
|
2014-07-28 09:56:54 -07:00 |
Joshua Cranmer
|
d539846cab
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Chris Jones
|
5c7d3456fb
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
Chris Jones
|
bb45a6061a
|
Bug 605362, part 4: Notify shmem MemoryReporters from all shmem backends. r=joe
|
2010-11-05 02:17:07 -05:00 |
Chris Jones
|
58cd28b141
|
Bug 605362, part 2: Track allocated sizes (in the allocating process) in all shmem backends. r=joe
|
2010-11-05 02:17:07 -05:00 |
Chris Jones
|
0a21515e9f
|
Bug 594878, part 1: Factor out chromium-implemented SharedMemoryBasic in preparation for an android-specific impl. r=joe
--HG--
rename : ipc/glue/SharedMemoryBasic.h => ipc/glue/SharedMemoryBasic_chromium.h
|
2010-09-10 16:45:59 -05:00 |