gecko/mozglue/android
Sebastian Kaspari 8dd02be156 Bug 1197720 - NativeCrypto (SHA-256): Let caller define number of bytes in 'str' to update from. r=snorp
In Java we will call this method with byte array buffers we use to read from a stream. Java does not
guarantee to completely fill the buffer (and can't at the end of a stream). Passing the number of bytes
to read from the array to NativeCrypto avoids copying bytes between arrays of various lengths.
2015-11-30 15:59:56 +01: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 1223440 - Implement NativePanZoomController::setIsLongpressEnabled so long-press detection can be disabled during testing. r=kats 2015-11-10 12:47:48 -05:00
Makefile.in
moz.build Bug 1221453 - Use ObjDirPaths for GENERATED_INCLUDES and merge with LOCAL_INCLUDES. r=gps 2015-11-06 09:59:21 +09:00
NativeCrypto.cpp Bug 1197720 - NativeCrypto (SHA-256): Let caller define number of bytes in 'str' to update from. r=snorp 2015-11-30 15:59:56 +01:00
NativeCrypto.h Bug 1197720 - NativeCrypto (SHA-256): Let caller define number of bytes in 'str' to update from. r=snorp 2015-11-30 15:59:56 +01: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
pbkdf2_sha256.h
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