Closed
Bug 1834081
Opened 2 years ago
Closed 2 years ago
Consider caching inline stylesheets even if not in shadow trees.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
115 Branch
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Some pages (like Reddit) would have duplicate multi-kilobyte stylesheets
even at the top level.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f7d99dea33ac
Cache inline stylesheets regardless of shadow dom. r=mstange
Comment 3•2 years ago
•
|
||
Backed out for bustages on for Loader.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/5ef695446124eeea3ca3c48d9360f8ea3e7345e8
Log link: https://treeherder.mozilla.org/logviewer?job_id=416394605&repo=autoland&lineNumber=48379
There were also:
- dt failures on browser_styleeditor_bug_1247083_inline_stylesheet_numbering.js
- wpt failures on layer-statement-before-import.html
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4bccba55c49f
Cache inline stylesheets regardless of shadow dom. r=mstange
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(emilio)
Comment 5•2 years ago
|
||
Backed out for causing wpt failures in layer-statement-before-import.html.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-TIMEOUT | /css/css-cascade/layer-statement-before-import.html | insert other rules to pre-import layer statements fails - Test timed out
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c830e54eaf58
Cache inline stylesheets regardless of shadow dom. r=mstange
Comment 7•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(emilio)
Comment 8•2 years ago
|
||
uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/a81117b03f45
Backed out changeset c830e54eaf58 (bug 1834081) for causing bug 1838045
status-firefox116:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•