Closed
Bug 1557480
Opened 6 years ago
Closed 1 year ago
Refactor nsResProtocolHandler::{GetSubstitutionInternal/MustResolveJAR}
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: valentin, Assigned: sekim, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [necko-triaged])
Attachments
(1 file)
Currently GetSubstitutionInternal does two things:
- Returns flags for a substitution
- Attempts to return the URI for a special substition.
We should split the functionality, considering we partly duplicate the first one with MustResolveJAR (bug 1555359)
Updated•3 years ago
|
Severity: normal → S3
Reporter | ||
Updated•1 year ago
|
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3fc3803b10b8
Refactor nsResProtocolHandler::GetSubstitutionInternal into two methods r=valentin,necko-reviewers
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•