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 |
|
Bob Owen
|
7517f0b07d
|
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
|
ea41d8de48
|
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 |
|
Andrew McCreight
|
97461a8355
|
Bug 1028148, part 1 - Make SharedMemory's dtor private. r=bent
|
2014-07-28 09:56:54 -07:00 |
|
Joshua Cranmer
|
68b27cf092
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
|
2012-07-06 13:15:45 -05:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Jones
|
416a4f70ab
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
|
Chris Jones
|
3f5cb36425
|
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
|
21c6260a8a
|
Bug 594878, part 2: Add a SharedMemoryBasic impl that uses /dev/ashmem on android. r=mwu
|
2010-09-10 16:45:59 -05:00 |
|