Bug 1713796 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I'd like to refactor `nsHostResolver` a bit.
Things would be done in this bug would be:
 - Move the implementation of `nsHostRecord` to another file.
 - Move the logic of en/dequeue to another file.
 - Make `nsHostResolver::ResolveHost` function a bit short by moving the code to another function.
I'd like to refactor `nsHostResolver` a bit.
Things to be done in this bug would be:
 - Move the implementation of `nsHostRecord` to another file.
 - Move the logic of en/dequeue to another file.
 - Make `nsHostResolver::ResolveHost` function a bit short by moving the code to another function.

Back to Bug 1713796 Comment 0