Closed
Bug 1618287
Opened 5 years ago
Closed 5 years ago
[rel=preload] Write `PreloaderBase` class representing a preload
Categories
(Core :: Networking, task, P1)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Part of Design documentation for rel=preload
Please follow the PreloaderBase class design notes.
The class is intended to be derived from and then registered in dom::Document.PreloadService under a key. Main usage is by resource loaders (script, style, ...) and is a basic coalescing block for the new preload implementation in DOM.
There is no need to implement the "use timeout" mechanism in this bug, specifically the two NotifyOpen
and NotifyUsage
methods, there is bug 1618921 filed for that.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Component: DOM: Core & HTML → Networking
Priority: -- → P1
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/86c478d114ec
PreloaderBase class, r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•