don't potentially create a document where none existed in CollectFrameTreeData
Categories
(Firefox :: Session Restore, defect)
Tracking
()
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
See explanation at https://bugzilla.mozilla.org/show_bug.cgi?id=1725569#c18
Short version: the GetDoc call in CollectFrameTreeData creates a doc if none existed.
Assignee | ||
Comment 1•2 years ago
|
||
See https://bugzilla.mozilla.org/show_bug.cgi?id=1725569#c18 for how this causes a test to fail.
Updated•2 years ago
|
Pushed by tnikkel@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b94ac1d5d704 Call GetExtantDoc instead of GetDoc in CollectFrameTreeData so we don't potentially create a doc where non existed before. r=farre
Comment 3•2 years ago
|
||
bugherder |
Assignee | ||
Comment 5•2 years ago
|
||
Comment on attachment 9245391 [details]
Bug 1735266. Call GetExtantDoc instead of GetDoc in CollectFrameTreeData so we don't potentially create a doc where non existed before. r?farre,kashav,annyG
Beta/Release Uplift Approval Request
- User impact if declined: needed for bug 1725569
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): small change to session store code to not create a doc accidentally when getting a doc
- String changes made/needed: none
Comment 6•2 years ago
|
||
Comment on attachment 9245391 [details]
Bug 1735266. Call GetExtantDoc instead of GetDoc in CollectFrameTreeData so we don't potentially create a doc where non existed before. r?farre,kashav,annyG
Approved for 94.0b6
Comment 7•2 years ago
|
||
bugherderuplift |
Assignee | ||
Comment 8•2 years ago
|
||
Comment on attachment 9245391 [details]
Bug 1735266. Call GetExtantDoc instead of GetDoc in CollectFrameTreeData so we don't potentially create a doc where non existed before. r?farre,kashav,annyG
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: needed for uplift of bug 1725569
- User impact if declined: user impact is from bug 1725569
- Fix Landed on Version: 95
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): small change to session store code to not create a doc accidentally when getting a doc
- String or UUID changes made by this patch: none
Comment 9•2 years ago
|
||
Comment on attachment 9245391 [details]
Bug 1735266. Call GetExtantDoc instead of GetDoc in CollectFrameTreeData so we don't potentially create a doc where non existed before. r?farre,kashav,annyG
Approved for 91.3esr.
Comment 10•2 years ago
|
||
bugherderuplift |
Description
•