Closed
Bug 1621903
Opened 5 years ago
Closed 5 years ago
WindowRaised accesses mActiveWindow from a content process in test mode
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
References
Details
Attachments
(1 file)
Don't access mActiveWindow
even in test mode.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•5 years ago
|
||
Try run to prove that the tests that permafail in the previous try run don't even run the code that the patch modified:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f5e77ae0d9fabab82d92e0e84074d505339acb1
Assignee | ||
Comment 4•5 years ago
|
||
Retriggers in the previous run show that the failures aren't perma but intermittent.
Comment 5•5 years ago
|
||
Tracking for Fission Nightly (M6) since this bug transitively blocks M6 bug 1614268.
Fission Milestone: --- → M6
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5066bb96d119
Avoid reading mActiveWindow from a content process in RaiseWindow in test mode. r=NeilDeakin
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•