Closed
Bug 1637039
Opened 5 years ago
Closed 5 years ago
[rel=preload] Remove preloads from Document.Preloads() when used.
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
To get into parity with Chrome's behavior. This doesn't apply to style loading because those use internal coalescing that ensures only one load for the same URL+attributes load. This also includes <link preload style> tags.
Updated•5 years ago
|
status-firefox78:
--- → affected
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•5 years ago
|
||
Depends on D76362
![]() |
Assignee | |
Comment 3•5 years ago
|
||
Depends on D76363
![]() |
Assignee | |
Comment 4•5 years ago
|
||
Depends on D76364
![]() |
Assignee | |
Comment 5•5 years ago
|
||
Depends on D76365
![]() |
Assignee | |
Comment 6•5 years ago
|
||
Depends on D76366
![]() |
Assignee | |
Comment 7•5 years ago
|
||
Comment hidden (obsolete) |
![]() |
Assignee | |
Comment 9•5 years ago
|
||
(Ignore previous comment, belongs to a different bug)
Flags: needinfo?(emilio)
![]() |
Assignee | |
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/059e7a42f158
Adjust `PreloaderBase::NotifyStart` to read channel tainting also for non-opened preloads, r=edgar
https://hg.mozilla.org/integration/autoland/rev/bfe7e80e784a
Notify image preload when its loading channel synchronously fails to open, remove a used image preload from Document, r=edgar
https://hg.mozilla.org/integration/autoland/rev/7dbee3b22e37
Notify script preload when the loading channel synchronously fails to open, remove a used script preload from Document, r=hsivonen
https://hg.mozilla.org/integration/autoland/rev/a9a776b65441
Notify style preload when the loading channel synchronously fails to open, r=emilio
https://hg.mozilla.org/integration/autoland/rev/e432e4f95af4
Use `RemoveSelf` when removing preload for a font on its use (cosmetic, no functional change), r=emilio
https://hg.mozilla.org/integration/autoland/rev/84ba9076a405
Make synchronous open errors of a fetch preloading channel be notified to link preload tags, r=kershaw
![]() |
||
Comment 12•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/059e7a42f158
https://hg.mozilla.org/mozilla-central/rev/bfe7e80e784a
https://hg.mozilla.org/mozilla-central/rev/7dbee3b22e37
https://hg.mozilla.org/mozilla-central/rev/a9a776b65441
https://hg.mozilla.org/mozilla-central/rev/e432e4f95af4
https://hg.mozilla.org/mozilla-central/rev/84ba9076a405
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•