Closed
Bug 1367514
Opened 8 years ago
Closed 7 years ago
Reference to B2G in head_psm.js
Categories
(Core :: Security: PSM, task, P5)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 1513653
People
(Reporter: mccr8, Assigned: manishkk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-cleanup])
Attachments
(1 obsolete file)
security/manager/ssl/tests/unit/head_psm.js contains this:
// The test EV roots are only enabled in debug builds as a security measure.
//
// Bug 1008316: B2G doesn't have EV enabled, so EV is not expected even in debug
// builds.
const gEVExpected = isDebugBuild && !("@mozilla.org/b2g-process-global;1" in Cc);
All of the b2g-process-global;1 stuff and probably the last part of the comment can be removed
![]() |
||
Updated•8 years ago
|
Priority: -- → P5
Whiteboard: [psm-cleanup]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → 1991manish.kumar
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Attachment #9030950 -
Attachment is obsolete: true
Updated•6 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•