gecko-dev/mozglue/android
Nicholas Nethercote 3e439bb4f8 Bug 1376638 - Minimize uses of prmem.h. r=glandium.
It's silly to use prmem.h within Firefox code given that in our configuration
its functions are just wrappers for malloc() et al. (Indeed, in some places we
mix PR_Malloc() with free(), or malloc() with PR_Free().)

This patch removes all uses, except for the places where we need to use
PR_Free() to free something allocated by another NSPR function; in those cases
I've added a comment explaining which function did the allocation.

--HG--
extra : rebase_source : 0f781bca68b5bf3c4c191e09e277dfc8becffa09
2017-06-30 19:05:41 -07:00
..
APKOpen.cpp Bug 1343541 - restore signal actions changed by Android debugger. r=glandium 2017-04-12 17:34:17 +08:00
APKOpen.h Bug 1306327 part A - NS_EXPORT macro in APKOpen.h can conflict with nscore.h: rename it to APKOPEN_EXPORT to avoid build issues on a CLOSED TREE, r=glandium 2016-11-29 14:27:30 -05:00
NSSBridge.cpp Bug 1306327 part A - NS_EXPORT macro in APKOpen.h can conflict with nscore.h: rename it to APKOPEN_EXPORT to avoid build issues on a CLOSED TREE, r=glandium 2016-11-29 14:27:30 -05:00
NSSBridge.h Bug 1376638 - Minimize uses of prmem.h. r=glandium. 2017-06-30 19:05:41 -07:00
NativeCrypto.cpp
NativeCrypto.h
SQLiteBridge.cpp Bug 1306327 part A - NS_EXPORT macro in APKOpen.h can conflict with nscore.h: rename it to APKOPEN_EXPORT to avoid build issues on a CLOSED TREE, r=glandium 2016-11-29 14:27:30 -05:00
SQLiteBridge.h
SharedMemNatives.cpp Bug 1344347 - Move Android out-of-process decoder service into GeckoView r=jolin 2017-04-06 14:32:58 -05:00
moz.build Bug 1306327 - Use the new XRE Bootstrap API in Firefox for Android. r=bsmedberg 2016-12-17 06:48:01 +09:00
nsGeckoUtils.cpp
pbkdf2_sha256.c
pbkdf2_sha256.h