Open
Bug 1884978
Opened 1 year ago
Updated 1 year ago
Document deprecation of nsIPrincipal->URI in idl doc comment
Categories
(Core :: DOM: Security, task, P3)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog])
There should be a deprecation notice in the comment for URI attribute and a link to Bug 1577165.
/**
* The principal URI to which this principal pertains. This is
* generally the document URI.
*
* May be called from any thread.
*/
[infallible] readonly attribute nsIURI URI;
Maybe also mentioning the lint that kicks in in CI: Bug 1611160.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [domsecurity-backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•