Closed Bug 783954 Opened 12 years ago Closed 3 years ago

Move mozglue utility code into org.mozilla.gecko.mozglue package

Categories

(Firefox for Android Graveyard :: General, defect, P3)

ARM
Android
defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE
Future

People

(Reporter: cpeterson, Unassigned)

References

Details

Attachments

(6 files)

      No description provided.
Part 1: Move putenv() from GeckoAppShell to mozglue.Environment.

This patch series moves mozglue/android's native methods from GeckoAppShell to a new utility package called `mozglue` that has no other package dependencies.
Attachment #653280 - Flags: review?(blassey.bugs)
Part 2: Make some NSSBridge.cpp functions static.
Attachment #653281 - Flags: review?(blassey.bugs)
Part 3: Consolidate duplicated NSSBridge code.
Attachment #653283 - Flags: review?(blassey.bugs)
Part 4: Move mozglue library loading from GeckoAppShell to mozglue.LibraryLoader.
Attachment #653284 - Flags: review?(blassey.bugs)
Part 5: Move NSSBridge to mozglue package.
Attachment #653287 - Flags: review?(blassey.bugs)
Part 6: Move Base64 methods from GeckoAppShell to util/Base64Coder.

This patch is admittedly not part of the mozglue package, but like the other patches, it extracts some utility methods from GeckoAppShell (to a new util.Base64coder class). I don't know why callers of Base64coder don't just use android.os.Base64, but this patch series is just untangling dependencies without writing lots of new code.
Attachment #653289 - Flags: review?(blassey.bugs)
Attachment #653280 - Flags: review?(blassey.bugs) → review+
Attachment #653281 - Flags: review?(blassey.bugs) → review+
Attachment #653283 - Flags: review?(blassey.bugs) → review+
Attachment #653287 - Flags: review?(blassey.bugs) → review+
Attachment #653289 - Flags: review?(blassey.bugs) → review+
Blocks: 777591
Attachment #653284 - Flags: review?(blassey.bugs) → review+
These patches caused some Robocop failures that I need to fix.
Target Milestone: Firefox 17 → Future
Assignee: cpeterson → nobody
Status: ASSIGNED → NEW
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: