Closed
Bug 1653556
Opened 4 years ago
Closed 4 years ago
JavaScript error: resource:///modules/sessionstore/ContentRestore.jsm, line 194: TypeError: can't access property "disallow", tabData is null
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 80
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | disabled |
firefox80 | --- | fixed |
People
(Reporter: smaug, Assigned: alchen)
References
(Blocks 1 open bug, Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Enable fission.sessionHistoryInParent and try to load some pages
Assignee | ||
Comment 1•4 years ago
|
||
I will take care of this bug.
Assignee: nobody → alchen
Flags: needinfo?(alchen)
Assignee | ||
Comment 2•4 years ago
|
||
This is a regression.
I add "_tabDataForFinishRestoreHistory" that is used in finishRestoreHistory() to prevent tabData is removed case.
However, I don't set "_tabDataForFinishRestoreHistory" when sessionHistory is in parent process.
Updated•4 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•4 years ago
|
Severity: -- → S2
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Keywords: regression
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1636926
status-firefox78:
--- → unaffected
status-firefox79:
--- → affected
status-firefox80:
--- → affected
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Assignee | ||
Comment 5•4 years ago
|
||
Please note that the problem only happened when the preference "fission.sessionHistoryInParent" is true.
The feature is still in development. The problem won't affect normal usage.
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64ec8fabcc2d
Set "_tabDataForFinishRestoreHistory" when sessionHistory is in the parent process r=smaug,mikedeboer
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
You need to log in
before you can comment on or make changes to this bug.
Description
•