Closed
Bug 1926407
Opened 10 months ago
Closed 9 months ago
Consider modifying the fetchpriority adjustments for <link rel=preload as=font fetchpriority=low/high/auto> so that priority="high" is given a higher priority than auto
Categories
(Core :: Audio/Video, task, P3)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: acreskey, Assigned: sekim)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-priority-queue][necko-triaged])
Attachments
(1 file)
Currently loads from <link rel="preload" as="font" ...
are given the same priority and thus urgency as those from <link rel="preload" as="font" fetchpriority=high ...
Unless there is a reason for this, we likely want to following the declared priority.
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → sekim
Status: NEW → ASSIGNED
Pushed by sekim@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c476d8e5ae9f
Modify the fetchpriority adjustments for <link rel=preload as=font fetchpriority=low/high/auto> so that priority=high is given a higher priority than auto r=acreskey,necko-reviewers,jesup
Assignee | ||
Updated•9 months ago
|
Whiteboard: [necko-priority-new] → [necko-priority-queue][necko-triaged]
Comment 3•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•