Open
Bug 1868588
Opened 1 year ago
Updated 1 year ago
Avoid loading StyleSheet text of all the stylesheets
Categories
(DevTools :: Style Editor, defect, P2)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
The style editor setup the css text editor everytime a new stylesheet is notified to the frontend:
https://searchfox.org/mozilla-central/rev/648a427a0ffc4c62118dbb24bcd88a6b52f54d78/devtools/client/styleeditor/StyleEditorUI.sys.mjs#565
Which immediately requests stylesheet full text content:
https://searchfox.org/mozilla-central/rev/648a427a0ffc4c62118dbb24bcd88a6b52f54d78/devtools/client/styleeditor/StyleEditorUI.sys.mjs#686
We can surely add some lazy updates here and there to prevent such large amount of work when opening the style editor!
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•