Closed
Bug 155421
Opened 23 years ago
Closed 22 years ago
stylesheet advisory MIME type handling code is fishy
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.3alpha
People
(Reporter: dbaron, Assigned: bzbarsky)
Details
(Whiteboard: [whitebox])
Attachments
(2 files)
4.35 KB,
patch
|
Details | Diff | Splinter Review | |
1.69 KB,
patch
|
sicking
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
The code in nsHTMLContentSink::ProcessStyleLink looks very fishy -- checking for
a .css extension in strict mode. I'd think the advisory MIME type is omissible,
although we might want to be stricter about the server MIME type in those cases.
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.1beta
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.2alpha
Updated•22 years ago
|
Whiteboard: [dev notes]
![]() |
Assignee | |
Comment 1•22 years ago
|
||
![]() |
Assignee | |
Comment 2•22 years ago
|
||
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #107542 -
Flags: superreview?(dbaron)
Attachment #107542 -
Flags: review?(bugmail)
![]() |
Assignee | |
Comment 3•22 years ago
|
||
taking
Assignee: dbaron → bzbarsky
Status: ASSIGNED → NEW
Target Milestone: mozilla1.2alpha → mozilla1.3alpha
Attachment #107542 -
Flags: review?(bugmail) → review+
Reporter | ||
Comment 4•22 years ago
|
||
Comment on attachment 107542 [details] [diff] [review]
same as diff -uw for review
sr=dbaron. I thought you've been advocating more context around diffs, though.
:-)
Attachment #107542 -
Flags: superreview?(dbaron) → superreview+
![]() |
Assignee | |
Comment 5•22 years ago
|
||
Mea culpa. I was trying to do too many things at once and forgot to type the 6. ;)
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Whiteboard: [dev notes] → [whitebox]
You need to log in
before you can comment on or make changes to this bug.
Description
•