SessionStoreCache tries to use SessionStore.promiseAllWindowsRestored as a method, but it's a getter (TypeError: SessionStore.promiseAllWindowsRestored is not a function)
Categories
(Firefox :: Session Restore, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | unaffected |
firefox92 | --- | fixed |
People
(Reporter: Gijs, Assigned: alexical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
As per summary. https://searchfox.org/mozilla-central/rev/4f05a46731c1f7f111ec7a41ce38a34594aa0d37/browser/components/sessionstore/SessionWorkerCache.jsm#111 should lose the ()
, but I don't know what that's going to break...
Doug, can you take a look?
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Set release status flags based on info from the regressing bug 1546847
Assignee | ||
Comment 2•4 years ago
|
||
The effect of this bug should be a slow leak of unreferenced cache entries
between sessions. After the fix we should just be appropriately cleaning them
up.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Backed out changeset a8347fc2ff27 (Bug 1723725) for causing failures in browser_sessionWorkerCacheImport.js CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=347289424&repo=autoland&lineNumber=3157
Backout: https://hg.mozilla.org/integration/autoland/rev/630292a48dd93b79d803462a85a0402f0d9ef7a4
Comment 6•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Updated•4 years ago
|
Description
•