Closed
Bug 1601654
Opened 6 years ago
Closed 5 years ago
Register speculative loads for rel=preload at nsPrefetchService
Categories
(Core :: DOM: Core & HTML, task, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: michal, Assigned: michal)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged][necko-2019q4])
Attachments
(1 obsolete file)
Bug 1594449 enabled speculative loads for <link rel="preload"...>, but the created channels are kept inside the loader only and nsPrefetchService is not aware about them when nsPrefetchService::Preload() is called. So, all loaders creating a speculative load due to preload must register the channel at nsPrefetchService so it can use it.
Updated•6 years ago
|
Whiteboard: [necko-triaged][necko-2019q4]
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9114976 -
Attachment description: Bug 1601654 - wip patch → Bug 1601654 - Register speculative loads for rel=preload at nsPrefetchService
Updated•6 years ago
|
Attachment #9114976 -
Attachment description: Bug 1601654 - Register speculative loads for rel=preload at nsPrefetchService → Bug 1601654 - Implement PreloadService
Comment 2•5 years ago
|
||
This is wontfix now, but we will reuse some parts of the patch for future work on rel=preload.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Attachment #9114976 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•