Closed
Bug 739742
Opened 13 years ago
Closed 13 years ago
Save bundle state when launching subactivity
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 +)
RESOLVED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | + |
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file)
1016 bytes,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
With bug 706822 and bug 738859, we only save bundle data if the activity depth is 0. This is an optimization to avoid taking expensive screenshots when we're launching a subactivity (the AwesomeScreen, preferences, tabs tray, etc). However, we currently avoid saving any state at all, which can break session restore as described in https://bugzilla.mozilla.org/show_bug.cgi?id=738859#c1. We should still save all non-screenshot data for subactivities.
Assignee | ||
Comment 1•13 years ago
|
||
With bug 740146, we shouldn't have to to worry about the activity depth at all when saving the state.
Updated•13 years ago
|
blocking-fennec1.0: ? → +
Assignee | ||
Comment 2•13 years ago
|
||
We no longer have screenshots, so we can always save state.
Attachment #611666 -
Flags: review?(blassey.bugs)
Updated•13 years ago
|
Attachment #611666 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
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
•