gecko-dev/widget/android/jni
Jim Chen 2003ec14dd Bug 1186530 - Fix compile error when using native methods with ref parameters; r=snorp
We use Ref::From() inside TypeAdapter<Ref>::ToNative to convert a raw JNI
ref argument to a Ref argument for the C++ function. However, that
generates a compile error, unless we make TypeAdapter<Ref> a friend of
Ref, because we intentionally made Ref's copy constructor private and
returning from TypeAdapter<Ref>::ToNative requires the copy constructor.
2015-07-29 15:11:15 -04:00
..
Accessors.h Bug 1186530 - Fix compile error when using native methods with ref parameters; r=snorp 2015-07-29 15:11:15 -04:00
Natives.h Bug 1186530 - Add support for instance native pointers; r=snorp 2015-07-29 15:11:15 -04:00
Refs.h Bug 1186530 - Fix compile error when using native methods with ref parameters; r=snorp 2015-07-29 15:11:15 -04:00
Types.h Bug 1186530 - Fix compile error when using native methods with ref parameters; r=snorp 2015-07-29 15:11:15 -04:00
Utils.cpp Bug 1186530 - Fix compile error when using native methods with ref parameters; r=snorp 2015-07-29 15:11:15 -04:00
Utils.h Bug 1186530 - Add support for instance native pointers; r=snorp 2015-07-29 15:11:15 -04:00
moz.build Bug 1178850 - Add supporting classes for native JNI calls; r=snorp 2015-07-10 23:41:36 -04:00