Steven Michaud
|
33228918ed
|
Bug 1110911 - Move Mac sandboxing code into plugin-container. r=cpearce,areinald,jld
|
2015-04-03 11:51:41 -05:00 |
Bob Owen
|
eef3ca5f6e
|
Bug 1119878 Part 1: Change SandboxTarget to hold sandbox target services to provide functions. r=aklotz, r=glandium, 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 |
Bob Owen
|
9bff5f0ad0
|
Bug 1094370: Use the USER_LOCKDOWN access token for GMP processes. r=aklotz
|
2015-01-26 10:14:39 +00:00 |
Masatoshi Kimura
|
bf312ad056
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
Chris Pearce
|
2e9cf595cd
|
Bug 1114867 - Manually inline RtlSecureZeroMemory in GMPLoader, to ensure it doesn't wipe its own stack while running. r=dmajor
|
2015-01-06 07:36:42 +13:00 |
Chris Pearce
|
93923b922e
|
Bug 1114867 - Revert c29ebd2b4a10. r=dmajor
|
2015-01-06 07:36:39 +13:00 |
Chris Pearce
|
03dbaa0232
|
Bug 1101308 - Remove code to zero stack after GMP device binding as it's causing crashes. r=edwin
|
2014-12-22 19:59:00 +01:00 |
Daniel Holbert
|
3229ae5426
|
Bug 1105065: Remove an #ifdef, to fix a -Wunused-private-field build warning in GMPLoader.cpp for builds with --disable-sandbox. r=cpearce
|
2014-12-19 10:12:23 -08:00 |
Jed Davis
|
e78aaded67
|
Bug 1101170 - Move GMP's LinuxSandboxStarter into plugin-container. r=cpearce r=glandium
|
2014-11-24 15:22:14 -08:00 |
Jacek Caban
|
c44c25bce3
|
Bug 1100963 - Fixed Windows compilation with disabled sandbox. r=cpearce
|
2014-11-19 11:07:52 +01:00 |
Chris Pearce
|
a5cac33aae
|
Bug 1088488 - During GMP loading, zero stack memory after binding origin salt with device id. r=dmajor
|
2014-11-14 21:39:24 +13:00 |
Chris Pearce
|
eb5bfa0cf3
|
Bug 1088488 - On Windows only, use librlz and SHA256 code to generate a device-bound node id inside plugin-container, pass to GMP. r=henri,r=jesup
|
2014-11-14 21:39:18 +13:00 |
Chris Pearce
|
f3af16c459
|
Bug 1088488 - Add GMPLoader interface to encapsulate loading GMPs, pass that to XRE_InitChildProcess. r=jesup,r=bsmedberg,r=glandium
|
2014-11-14 21:26:24 +13:00 |