gecko-dev/widget/android/jni
Jim Chen 652036509d Bug 1268125 - Always use GetEnvForThread for GlobalRef ref/unref; r=snorp
Even though a class may not be multi-threaded, its object references can
still be passed to different threads. As long as the references are not
accessed, we should allow it, and therefore GlobalRef should use
GetEnvForThread for ref/unref, instead of using FindEnv, which can
trigger assertions on non-main threads.
2016-05-24 12:18:04 -04:00
..
Accessors.h Bug 1244875 - Refactor JNI templates; r=snorp 2016-02-09 17:27:28 -05:00
moz.build Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
Natives.h Bug 1270202 - Move WindowEvent to outside of GeckoViewSupport; r=snorp 2016-05-05 11:39:02 -04:00
Refs.h Bug 1268125 - Always use GetEnvForThread for GlobalRef ref/unref; r=snorp 2016-05-24 12:18:04 -04:00
Types.h Bug 1244875 - Refactor JNI templates; r=snorp 2016-02-09 17:27:28 -05:00
Utils.cpp Bug 1244875 - Refactor JNI templates; r=snorp 2016-02-09 17:27:28 -05:00
Utils.h Bug 1244875 - Refactor JNI templates; r=snorp 2016-02-09 17:27:28 -05:00