Commit Graph

12 Commits

Author SHA1 Message Date
Myk Melez
e714df250d Bug 918309 - Import and use public domain JNI.jsm implementation; r=wesj 2014-08-08 10:04:01 -07:00
Nathan Froyd
4dd8a1955e 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
Nick Alexander
790f330ec7 Bug 879555 - Add ShowSettings message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Nick Alexander
c6a1247bd9 Bug 873569 - Part 0: Add a sanity test for JNI.jsm. r=wesj 2013-06-12 13:24:01 -07:00
Kyle Huey
0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Brian Nicholson
65cae40cc3 Bug 799015 - Use correct syntax for findClass() in JNI. r=wesj 2012-10-08 10:23:27 -07:00
Wes Johnston
08107f8975 Bug 783921 - Follow up to fix jni function names. r=mfinkle 2012-09-13 14:16:14 -07:00
Wes Johnston
09b9096c44 Bug 787271 - Add methods to call in jni through ctypes. r=mfinkle,blassey 2012-09-12 11:31:17 -07:00