gecko/mobile/android/modules
Nathan Froyd a9b9d01427 Bug 887906 - use the correct ctypes types for long and short function parameters in JNI.jsm; r=wesj
long might be 32-bit or 64-bit, depending on the architecture.  short is usually
16 bits, but we might as well specify a 16-bit type directly.
2013-06-27 14:02:19 -04:00
..
JNI.jsm Bug 887906 - use the correct ctypes types for long and short function parameters in JNI.jsm; r=wesj 2013-06-27 14:02:19 -04:00
LightweightThemeConsumer.jsm Bug 837848 - Remove gecko property from handleGeckoMessage calls. r=mfinkle 2013-02-04 13:22:30 -08:00
moz.build Bug 880245 - Move Android's .jsm modules from Makefile.in to moz.build. r=joey 2013-06-17 17:00:58 -07:00
OrderedBroadcast.jsm Bug 870371 - Add Javascript interface to Android OrderedBroadcast. r=rnewman 2013-05-10 19:47:40 -07:00
Prompt.jsm Bug 883287 - Add null checks to Prompt.jsm constructor. r=wesj 2013-06-17 13:06:56 -04:00
Sanitizer.jsm Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan 2013-06-12 19:20:07 -07:00
SharedPreferences.jsm Bug 866271 - Add Javascript interface to Android SharedPreferences. r=rnewman 2013-05-10 19:46:25 -07:00