Jim Chen
3a4aad7d7e
Bug 1286663 - Add JNI wrapper class for ByteBuffer; r=snorp
...
Add a wrapper class for ByteBuffer and its associated calls in JNI.
2016-07-21 13:49:04 -04:00
Carsten "Tomcat" Book
954b996c74
Backed out changeset f623f6ccca25 (Bug 1286663) for another bustage on android on a CLOSED TREE
2016-07-21 08:14:27 +02:00
Jim Chen
216eae30d9
Bug 1286663 - Add JNI wrapper class for ByteBuffer; r=snorp
...
Add a wrapper class for ByteBuffer and its associated calls in JNI.
2016-07-21 00:41:12 -04:00
James Willcox
dcdc379be9
Bug 1280666 - Allow class annotations to set defaults for members when generating Java bindings r=jchen
2016-06-29 17:09:55 -07:00
Jim Chen
921c56c862
Bug 1244875 - Update binding generator; r=snorp
...
Update the automatic binding generator to match the JNI template
changes.
2016-02-09 17:27:28 -05:00
Jim Chen
6ea4b302d8
Bug 1210585 - Use equals to compare Class instances; r=snorp
...
The code generator uses == and != to compare two instances of Class, but
it really should be using equals because two distinct instances of Class
can refer to the same class type.
2015-10-22 17:45:45 -04:00
Jim Chen
28393ad93c
Bug 1192079 - Support inner classes in generated JNI wrapper; r=snorp
...
Currently, when we generate JNI wrapper for an inner class, the
resulting C++ class will not actually be a nested class of the enclosing
class. As a result, the class can be confusing to use. For example,
wrapping Java class GeckoThread.State results in two unrelated C++
classes, GeckoThread and State, and it'd be confusing to use State by
itself.
This patch adds support for inner classes. We start by scanning only for
top-level classes, and when processing each top-level class, we
recursively scan for inner classes through
JarClassIterator.getInnerClasses() and CodeGenerator.generateClasses().
For each Java inner classes, the resulting C++ class will be a nested
class. For example, wrapping GeckoThread.State will produce
widget::GeckoThread and widget::GeckoThread::State.
2015-08-13 00:53:39 -04:00
Jim Chen
60b2a7d4b1
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
2015-01-09 19:33:57 -05:00
James Willcox
03b0742d34
Bug 1086693 - Part 5: Add a 'catchException' mode to JNI generator r=ckitching
2014-11-13 12:47:24 -06:00
James Willcox
26752de067
Bug 1086693 - Part 4: Add a lazy initialization mode to CodeGenerator, and use it for SDK bindings r=ckitching
2014-11-13 12:47:24 -06:00
James Willcox
66ed6b797b
Bug 1086693 - Part 3: Don't generate members that are above a given API version r=ckitching
2014-11-13 12:47:23 -06:00
Chris Kitching
fb0545ad89
Bug 1049105: Make annotation processor compile with Xlint:all r=kats
2014-08-05 21:13:49 -07:00
Kartikaya Gupta
dc9c3b5284
Follow-up to bug 1019836 to replace tabs with spaces. r=me and DONTBUILD because whitespace changes only.
2014-08-05 15:52:43 -04:00
Brad Lassey
3d7bc1f8f1
bug 1019836 - Support narrow char strings in android bridge r=snorp
2014-06-04 15:04:12 -04:00
Chris Kitching
49451c6bd9
Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
2013-11-21 20:41:28 +00:00
Ryan VanderMeulen
4501219603
Backed out 7 changesets (bug 913985) for intermittent Android crashes.
...
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)
2013-11-19 10:56:09 -05:00
Chris Kitching
65fcb03a86
Bug 913985 - Part 3: update the annotation processor to generate wrapper classes. r=kats
2013-11-18 20:31:35 -08:00
cewang
94bbe95277
Bug 934359 - Solve endless loop problem in gecko/build/annotationProcessors/utils/Utils.java. r=kats
2013-11-18 09:11:35 -05:00
Nick Alexander
ef2cc8bea5
Bug 923306 - Make annotationProcessors build with -Xlint:all. r=ckitching
2013-10-09 17:05:37 -07:00
Chris Kitching
9cde6fa799
Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium
2013-09-09 08:57:37 -04:00