Closed
Bug 1009632
Opened 10 years ago
Closed 9 years ago
Support test_csp_report on multiprocess Gecko
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: grobinson, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog])
test_csp_report.html is currently disabled on multiprocess gecko (B2G and e10s) because it uses the http-on-opening-request observer, which isn't supported in child processes (bug 827269). We can probably support it by proxying the observer through SpecialPowers, like the solution for bug 945268.
Comment 1•9 years ago
|
||
The test is only disabled for 'mulet', which is B2G specific. Since Platform is not supporting B2G anymore I am closing this bug as a wontfix.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [domsecurity-backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•