Open
Bug 305699
Opened 19 years ago
Updated 2 years ago
add ShouldProcess calls to CSSLoaderImpl::ParseSheet
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
References
Details
we need this for our product which we'd like to release based on 1.8
currently there's no way to squish inline styles, and it's not convenient to
squish out of line styles. this api would enable squishing both.
QA Contact: ian → style-system
![]() |
||
Updated•15 years ago
|
Priority: -- → P2
![]() |
||
Updated•14 years ago
|
Priority: P2 → P3
Comment 1•10 years ago
|
||
Is this bug still valid? What does it have to do with content policies and ShouldProcess()?
![]() |
||
Comment 2•10 years ago
|
||
Yes, and everything. Right now we don't call ShouldProcess for stylesheets.
Whether we should is unclear; I rather dislike the ShouldProcess API....
![]() |
||
Comment 3•5 years ago
|
||
I still think we should wontfix this... and maybe work on getting rid of ShouldProcess altogether.
Assignee: bzbarsky → nobody
Priority: P3 → --
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•