Closed
Bug 1621328
Opened 5 years ago
Closed 5 years ago
Move CreateExposableURI into nsIOService
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
CreateExposableURI is currently in nsDefaultURIFixup, but it doesn't have much to do with URIFixup, and we'd like to convert nsDefauktURIFixup to js at a certain point, because it could be simplified a lot.
CreateExposableURI is one of the most common calls from cpp code, and nsIOService looks like a very good fit for it.
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 76.1 - Mar 9 - Mar 22
Points: --- → 2
Assignee | ||
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Whiteboard: [necko-triaged]
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/01588dd745b0
Move CreateExposableURI into nsIOService. r=Gijs,mayhemer
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•