Closed
Bug 1713796
Opened 4 years ago
Closed 4 years ago
Refactor nsHostResolver
Categories
(Core :: Networking: DNS, task, P2)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(3 files)
I'd like to refactor nsHostResolver a bit.
Things to be done in this bug would be:
- Move the implementation of
nsHostRecordto another file. - Move the logic of en/dequeue to another file.
- Make
nsHostResolver::ResolveHostfunction a bit short by moving the code to another function.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D117322
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D117323
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9fd0ba528af1
P1: Move nsHostRecord to another file, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/38ca3b251cac
P2: Take some code from nsHostResolver::ResolveHost and put them to other functions, r=necko-reviewers,valentin
https://hg.mozilla.org/integration/autoland/rev/52a67ce78459
P3: Move the code related to pending queue out of nsHostResolver, r=necko-reviewers,valentin
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9fd0ba528af1
https://hg.mozilla.org/mozilla-central/rev/38ca3b251cac
https://hg.mozilla.org/mozilla-central/rev/52a67ce78459
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•