Open Bug 1508742 Opened 6 years ago Updated 2 years ago

Fast inline helpers shadowed in BasePrincipal

Categories

(Core :: Security: CAPS, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: nika, Unassigned)

Details

No description provided.
BasePrincipal overrides the Equals, Subsumes, etc. methods from nsIPrincipal to implement them. However, these explicit decls shadow the inline wrappers from nsIPrincipal.idl defined with https://searchfox.org/mozilla-central/rev/b03a62c3c82316e733a3b09622c1cb7e59f64cc3/caps/nsIPrincipal.idl#24-35, which makes calling these methods on BasePrincipal objects more annoying. It'd be nice to unshadow these helpers on BasePrincipal.
Summary: BasePrincipal → Fast inline helpers shadowned in BasePrincipal
Priority: -- → P3
Summary: Fast inline helpers shadowned in BasePrincipal → Fast inline helpers shadowed in BasePrincipal
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.