Confirmed users
414
edits
(update) |
|||
Line 89: | Line 89: | ||
[[Category:Wikipage templates]] | [[Category:Wikipage templates]] | ||
== Roundtable == | |||
* JNI overview | |||
** [http://www.jnchen.com/blog/2015/01/new-smart-jni-reference-classes-for-fennec Smart reference classes] | |||
*** LocalRef, GlobalRef, etc. | |||
** [https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706639 Example to add native methods in Java] | |||
** Examples to implement native methods in C++ ([https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706641 example 1]) ([https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1238761&attachment=8706641 example 2]) | |||
*** Init | |||
*** WeakPtr | |||
*** Proxy | |||
** Gotchas | |||
*** Lifetime | |||
*** Threading |