Closed Bug 1575302 Opened 5 years ago Closed 5 years ago

Remove OptionalPrincipalInfo

Categories

(Core :: DOM: Content Processes, task)

70 Branch
task
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla71
Tracking Status
firefox70 --- wontfix
firefox71 --- fixed

People

(Reporter: barret, Assigned: ehsan.akhgari)

Details

Attachments

(1 file)

Bug 1572240 added a IPDL union for a type that can be PrincipalInfo or void, but we (a) have support for Maybe<T> and (b) have support for (de)serializing nsIPrincipal directly. All usages of OptionalPrincipalInfo can therefore be swapped out for Maybe<nsIPrincipal> in C++ and nsIPrincipal? in IPDL.

Assignee: brennie → ehsan
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/331b492b4c9b
Remove OptionalPrincipalInfo; r=barret
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: