Closed
Bug 1773523
Opened 3 years ago
Closed 3 years ago
add support to manifests and mochitest harness for allow_xul_xbl
Categories
(Testing :: Mochitest, enhancement)
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file)
in bug 1769791 it was identified that various tests still depend on xulxbl permissions. While some tests have been fixed, we need to have a workaround so we can identify those tests and remove the default setting of allowXULXBL permission in our testing profile.
This bug will implement the tooling to allow a keyword in a manifest allow_xul_xbl = true which will then conditionally set the permissions needed. Ideally we will rewrite all the tests that have this so we can remove this functionality.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9280518 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9280518 -
Attachment is obsolete: false
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8868b156ea2
allow_xul_xbl support in manifests. r=mccr8,gbrown
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•