Closed
Bug 889722
Opened 12 years ago
Closed 11 years ago
Move the session restore crash loop prevention code into Java
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bnicholson, Assigned: bnicholson)
Details
We have code to prevent a crash loop in the SessionStore.js component, but since we restore tabs using stubs in Java, it's too late to abort the restore by the time the component loads. This logic should be moved up to Java with the other session restore code.
Assignee | ||
Comment 1•11 years ago
|
||
We've removed the session restore crash loop entirely, and I haven't seen any bugs about infinite crashes, so marking as WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
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
•