Open
Bug 1508742
Opened 6 years ago
Updated 2 years ago
Fast inline helpers shadowed in BasePrincipal
Categories
(Core :: Security: CAPS, enhancement, P3)
Core
Security: CAPS
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
Details
No description provided.
Reporter | ||
Comment 1•6 years ago
|
||
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
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
Summary: Fast inline helpers shadowned in BasePrincipal → Fast inline helpers shadowed in BasePrincipal
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•