Closed
Bug 830893
Opened 13 years ago
Closed 13 years ago
Zombified tabs lose their private states
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox20+ fixed, firefox21 fixed)
RESOLVED
FIXED
Firefox 21
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.25 KB,
patch
|
mfinkle
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We destroy tabs and recreate them as zombie tabs here: http://hg.mozilla.org/integration/mozilla-inbound/file/8e7daee5f5a9/mobile/android/chrome/content/browser.js#l8053
In doing so, tabs lose their private state. We should remember them for the zombified tabs.
| Assignee | ||
Comment 1•13 years ago
|
||
Hopefully, this is a dupe of bug 830461.
Attachment #702434 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 2•13 years ago
|
||
Oops, fixed a typo. I'm still doing a full rebuild and haven't been able to test this yet, but I think this should work.
Attachment #702434 -
Attachment is obsolete: true
Attachment #702434 -
Flags: review?(mark.finkle)
Attachment #702438 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #702438 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
| Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 702438 [details] [diff] [review]
Remember private state for zombified tabs, v2
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 582244
User impact if declined: zombified private tabs won't actually be private
Testing completed (on m-c, etc.): just landed m-i
Risk to taking this patch (and alternatives if risky): very low risk
String or UUID changes made by this patch: none
Attachment #702438 -
Flags: approval-mozilla-aurora?
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 6•13 years ago
|
||
Comment on attachment 702438 [details] [diff] [review]
Remember private state for zombified tabs, v2
Approving low risk patch, but tracking since this is something we'd really want to know about if there were regressions.
Attachment #702438 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
tracking-firefox20:
--- → +
| Assignee | ||
Comment 7•13 years ago
|
||
Updated•5 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
•