gecko-dev/mozglue/android
Nathan Froyd 1e312fab5b Bug 1220189 - use UniquePtr<T[]> instead of delete[] calls in mozglue/android/; r=darchons
We can do better than use raw new[]/delete[] calls all over this file:
we can factor out the code for APK library loading into a separate
function, and use UniquePtr there.  This refactoring will also
centralize the code for determining the path to a library within the
APK.
2015-10-30 11:16:24 -04:00
..
APKOpen.cpp Bug 1220189 - use UniquePtr<T[]> instead of delete[] calls in mozglue/android/; r=darchons 2015-10-30 11:16:24 -04:00
APKOpen.h Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
jni-stubs.inc Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
Makefile.in Bug 976896 - Port STL_FLAGS to moz.build; r=mshal 2014-03-04 19:39:06 -05:00
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
NativeCrypto.cpp Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
NativeCrypto.h Bug 915312 - Part 2: Build native crypto into mozglue. r=glandium,kats,rnewman 2014-03-06 12:10:54 -08:00
nsGeckoUtils.cpp Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
NSSBridge.cpp Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
NSSBridge.h
pbkdf2_sha256.c Bug 915312 - Part 1: Import sha files. r=rnewman 2014-03-06 12:10:54 -08:00
pbkdf2_sha256.h Bug 915312 - Part 1: Import sha files. r=rnewman 2014-03-06 12:10:54 -08:00
SQLiteBridge.cpp Bug 1207642 - Work around Dalvik bug by realigning stack on JNI entry. r=snorp 2015-10-21 08:27:00 -04:00
SQLiteBridge.h Bug 1135281 - Correctly bind null parameters in SQLiteBridge.cpp. r=sebastian 2015-08-07 21:43:47 -07:00