Open
Bug 366708
Opened 18 years ago
Updated 2 years ago
Only store the preferred stylesheet set in one place
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
Details
Right now we store the preferred stylesheet set for a document on both the document and the CSSLoader. We should pick one and stick with it.
We could store on the CSSLoader, I guess, if we check all the callers of GetHeaderData and move the relevant ones over to GetPreferredStyleSheetSet. Or we could store on the document if we had a quick way of getting to it from the CSSLoader (I don't like the GetHeaderData API so much).
I think I'd prefer to store on the loader, myself. Thoughts?
![]() |
Reporter | |
Updated•18 years ago
|
Target Milestone: --- → mozilla1.9alpha
Updated•15 years ago
|
QA Contact: ian → general
![]() |
Reporter | |
Updated•15 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.9alpha1 → ---
![]() |
Reporter | |
Updated•15 years ago
|
Priority: P2 → P3
![]() |
Reporter | |
Updated•14 years ago
|
Priority: P3 → P4
QA Contact: general → style-system
![]() |
Reporter | |
Updated•5 years ago
|
Assignee: bzbarsky → nobody
Priority: P4 → --
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•