Closed
Bug 1077583
Opened 10 years ago
Closed 4 years ago
Fix Gecko lifecycle to support multiple activities
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: liuche, Unassigned)
References
Details
"Don't keep activities" causes crashing if we kill Gecko during initialization because we don't handle Gecko teardown if initialization hasn't finished.
This bug is to make lifecycle changes so that we don't get into these undefined states with implicit (limiting) assumptions.
Comment 1•10 years ago
|
||
Let's just make sure no existing work is blocked on this bug. Existing work will need to work around the issues. Always be shipping.
Comment 2•10 years ago
|
||
Reading Bug 1072831, which spawned this ticket, it becomes clear that it's very difficult to do things that one might naively think are simple, like start Gecko from a lightweight Activity before BrowserApp runs, when BrowserApp owns the Gecko lifecycle.
I think the model this ticket envisions might be a long-lived Android service which encapsulates starting and stopping Gecko (and, presumably, managing the active Gecko profile). Whee!
Reporter | ||
Comment 4•10 years ago
|
||
Bug 1074343 is a Fennec system-tray notification that should also be tied to the browser lifecycle.
Blocks: 1074343
Blocks: 1191027
Comment 5•4 years ago
|
||
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: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•