Closed
Bug 1871581
Opened 1 year ago
Closed 1 year ago
Add missing (but implicitly used) ExtContentPolicy::TYPE_WEB_IDENTITY
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
123 Branch
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [necko-triaged])
Attachments
(1 file)
Bug 1793647 added nsContentPolicyType::TYPE_WEB_IDENTITY
, but not ExtContentPolicy::TYPE_WEB_IDENTITY
. However we still cast it to that type ... We also have code that depends on that value in devtools.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → tschuster
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1793647
status-firefox121:
--- → affected
status-firefox122:
--- → affected
status-firefox123:
--- → affected
status-firefox-esr115:
--- → affected
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Comment 3•1 year ago
|
||
Is there a user-facing impact from this bug, Tom?
Flags: needinfo?(tschuster)
Assignee | ||
Comment 4•1 year ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #3)
Is there a user-facing impact from this bug, Tom?
No, I don't think so.
Flags: needinfo?(tschuster)
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3dae1fb305d
Add missing (but implicitly used) ExtContentPolicy::TYPE_WEB_IDENTITY. r=necko-reviewers,jesup
Comment 6•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•