Closed
Bug 1688925
Opened 5 years ago
Closed 5 years ago
Move DNS prefetch state out of Link into its own super-class.
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D103060
| Assignee | ||
Comment 3•5 years ago
|
||
I made sure that this didn't grow HTMLAnchorElement, though if we don't
care too much (sizeof(HTMLAnchorElement) is 176 right now) we might want
to remove ToSupportsDNSPrefetch and such.
This fixes a subtle bug when the socket process is enabled too,
OnDNSPrefetchRequested wasn't being called when IsNeckoChild was true.
Depends on D103061
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ac7432023a7
Move nsHTMLDNSPrefetch to the mozilla::dom namespace. r=smaug,edgar
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37cbc73b07c3
Make nsLinkState an enum class, and make it smaller. r=edgar
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 6•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1731a015720a
Move DNS prefetch state out of Link into its own super-class. r=smaug,edgar
Comment 8•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•