Closed
Bug 1759939
Opened 4 years ago
Closed 4 years ago
Consider lazy-loading the downloads stylesheets
Categories
(Firefox :: Theme, task)
Firefox
Theme
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sfoster, Unassigned)
References
Details
browser.xhtml currently pre-loads:
- chrome://browser/content/downloads/downloads.css
- chrome://browser/skin/downloads/downloads.css
These provide style to the downloads panel and the various downloads listings. Unless the user downloads a file or manually opens this UI during a session, this is code that will never be used. It might make sense to defer loading some or all of it until it first used.
| Reporter | ||
Comment 1•4 years ago
|
||
The investigation in bug 1760893 showed marginal performance improvements from lazy-loading these stylesheets. It doesn't seem worth doing for that reason alone.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•