Partitioning tests crash the browser
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | + | fixed |
People
(Reporter: emz, Assigned: timhuang)
References
(Regression)
Details
(Keywords: crash, regression, testcase)
Crash Data
Attachments
(3 files)
The tests at https://www.first-party.site/privacy-protections/storage-partitioning/ crash on Nightly.
Mozregression;
10:56.87 INFO: No more integration revisions, bisection finished.
10:56.87 INFO: Last good revision: 56f96e016e98d17af44a470ef6bdd07cd6d420a4
10:56.87 INFO: First bad revision: dd8df905c0a875ee8bd59303bd5bd6fbd3d5fd66
10:56.87 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=56f96e016e98d17af44a470ef6bdd07cd6d420a4&tochange=dd8df905c0a875ee8bd59303bd5bd6fbd3d5fd66
Points to Bug 1731990 and Bug 1731982.
Tim, could you take a look when you're back?
Reporter | ||
Comment 1•3 years ago
|
||
Also see Twitter thread here: https://twitter.com/simevidas/status/1522325618913857536
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1731990
Reporter | ||
Comment 3•3 years ago
|
||
Only affects Nightly.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Yes, it should.
I have a patch that can fix this issue. I will submit it once it finishes.
Assignee | ||
Comment 6•3 years ago
|
||
In order to know if the mIsThirdPartyContextToTopWindow was set in the
loadInfo of the channel, we use maybe to hold the value. So, we can know
if it was set before.
This patch also addes two methods in LoadInfo to clear and know if the
value is set.
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D146491
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D146492
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/073b3aa0decf
https://hg.mozilla.org/mozilla-central/rev/0573a72c6409
https://hg.mozilla.org/mozilla-central/rev/828c5fa96135
Description
•