Open
Bug 1817266
Opened 2 years ago
Updated 2 years ago
aboutaddons.js should use browser.loadURI instead of browser.fixupAndLoadURIString
Categories
(Toolkit :: Add-ons Manager, task, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox112 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
Details
(Whiteboard: [addons-jira])
toolkit/mozapps/extensions/content/aboutaddons.js calls this 3 times. I'm reasonably sure we should have parsable URIs for the extension options URLs and for whatever other URI we're using.
Note that this is also using E10sUtils.canLoadURIInRemoteType
, which also does the same URI parsing (and then throws the result away). We should use 1 URI object and pass it around to all these APIs, instead of passing strings that get repeatedly reparsed.
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P3
Whiteboard: [addons-jira]
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•