Closed
Bug 1724114
Opened 4 years ago
Closed 4 years ago
Handlers set by policy aren't cleared when the policy is
Categories
(Firefox :: Enterprise Policies, defect, P1)
Firefox
Enterprise Policies
Tracking
()
RESOLVED
FIXED
92 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
I'm not sure if this a problem outside of the tests, but it is certainly a problem for Thunderbird in the tests. After running browser_policy_handlers.js, any test that opens about:preferences causes the test to crash by attempting to access www.example.org, because of an icon set on a menulist in the handlers preferences. In Firefox the menulist is hidden until you click on it, so it doesn't attempt to load the icons.
I also don't know why this wasn't happening until yesterday, when a bunch of other tests started failing on us.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
I'm going to land this same change on comm-central to clear the failure. Whether anything else needs to be done here, I don't know.
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a72e1f8ac3c9
Clear registered handlers after use in a test. rs=bustage-fix
Updated•4 years ago
|
Severity: -- → S2
Priority: -- → P1
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/d22312de4dc0
Clear registered handlers after use in a test. r=mkaply
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Comment 6•4 years ago
|
||
Oops, I meant to clear the leave-open flag.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•