gecko-dev/widget/android/jni
Jim Chen 4e55f50285 Bug 1492308 - 2. Create new native handle before clearing old one; r=snorp
Create a new native handle first before deleting any old ones, so we can
be sure the new handle would not have the same value as the old handle,
which can confuse our code.

Differential Revision: https://phabricator.services.mozilla.com/D7107

--HG--
extra : moz-landing-system : lando
2018-10-02 19:59:32 +00:00
..
Accessors.h Bug 1448016 - make some Android widget constructors explicit; r=snorp 2018-03-27 10:51:32 -04:00
moz.build Bug 1448040 - Remove HangMonitor/ChromeHangs r=Nika 2018-04-29 18:21:20 -07:00
Natives.h Bug 1492308 - 2. Create new native handle before clearing old one; r=snorp 2018-10-02 19:59:32 +00:00
Refs.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
Types.h Bug 1485833 - Use a backwards compatible way of handling NDK changes in jni.h. r=jchen 2018-08-28 20:05:36 +00:00
Utils.cpp Bug 1485833 - Use a backwards compatible way of handling NDK changes in jni.h. r=jchen 2018-08-28 20:05:36 +00:00
Utils.h