Closed
Bug 1305086
Opened 8 years ago
Closed 8 years ago
Don't kill the process when a CustomTabsActivity finishes
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: droeh, Assigned: droeh)
References
Details
Attachments
(1 file)
(deleted),
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
Move some code from GeckoApp.onDestroy to BrowserApp.onDestroy so that we don't kill the process when calling finish() from a CustomTabsActivity, but finish() behavior in Fennec remains unchanged.
Assignee | ||
Comment 1•8 years ago
|
||
A patch that does the above.
Attachment #8794274 -
Flags: review?(snorp)
Attachment #8794274 -
Flags: review?(snorp) → review+
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0b6f1f37945
Move code from GeckoApp.onDestroy() to BrowserApp.onDestroy() so that finishing a CustomTabsActivity doesn't kill the process. r=snorp
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
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
•