gecko-dev/mobile/android/geckoview
Jim Chen cc57abd3cd Bug 1319496 - 1. Fix GeckoBundle array handling; r=snorp
Fix several bugs when handling arrays in GeckoBundle.

1. Correctly return null when getting an array that is not in the
   bundle, instead of crashing.

2. Convert object arrays to GeckoBundle arrays in EventDispatcher
   instead of leaving it as a single GeckoBundle with integer keys, due
   to lack of object array support in NativeJSObject.toBundle.

3. Return error when trying to convert a JS array of arrays to
   GeckoBundle, instead of crashing.

4. Add convenience methods for setting arrays; for example, setting
   boolean arrays from Boolean[] and Collection<Boolean>.
2016-11-29 12:25:52 -05:00
..
src Bug 1319496 - 1. Fix GeckoBundle array handling; r=snorp 2016-11-29 12:25:52 -05:00
build.gradle Bug 1291372 - Produce Maven repository with GeckoView Javadoc and Sources JARs. r=snorp 2016-11-07 20:07:30 -08:00
proguard-rules.txt Bug 1291372 - Produce Maven repository with GeckoView Javadoc and Sources JARs. r=snorp 2016-11-07 20:07:30 -08:00