Closed
Bug 34713
Opened 25 years ago
Closed 22 years ago
Incorrect MIME type for .dtd files causes browser to not start up
Categories
(Core Graveyard :: File Handling, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: sfraser_bugs, Unassigned)
Details
I have set my MacCVS prefs up to save .dtd files (and lots of other file types)
as BBEdit files (R*ch/TEXT). In this state, I cannot start up the browser; I get
a ton of assertions before even the profile picker loads.
It seems that the reason is that the MIME mapping code in nsXMLMIMEDataSource.cpp
is mapping various files (esp. dtd files) to different file types. If the files
are CodeWarrior files (CWIE/TEXT) then it maps them to the MIME type text/cpp. In
this state, everything works fine. If the files are BBEdit files, then it maps
them to text/plain, and then things to horribly wrong (lots of assertions related
to XBL).
Reporter | ||
Comment 1•25 years ago
|
||
Oddly enough, it works when .dtd get mapped to text/cpp, but not when they are
text/plain.
This bug is a developement blocker for me.
Keywords: dogfood
Priority: P3 → P2
Updated•25 years ago
|
Target Milestone: --- → M16
Comment 5•25 years ago
|
||
Simon, can you check this for me please and if it's fixed mark verified. thx
Comment 6•24 years ago
|
||
I am not set up with MacCVS and therefore incapable of verifying. What I saw
briefly in Simon's cube was this could still be a problem. Re-opening and
re-assigning.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•24 years ago
|
||
this bugs status should be re-opened (not new)
Comment 10•24 years ago
|
||
Simon: Has this reopened as a blocker for you? I need to understand current
status to make a dogfood call.
Whiteboard: [need info]
Reporter | ||
Comment 11•24 years ago
|
||
This is not dogfood; only developers would run into this problem, and only then
if they had MacCVS settings such that .dtd files got checked out with some weird
type/creator.
Comment 13•24 years ago
|
||
putting on the backburner for now, marking p3 and future
Priority: P2 → P3
Target Milestone: mozilla1.2 → Future
Comment 16•22 years ago
|
||
moving neeti's futured bugs for triaging.
Assignee: neeti → new-network-bugs
Comment 17•22 years ago
|
||
Simon, is this still a problem?
Reporter | ||
Comment 18•22 years ago
|
||
Nah
Status: NEW → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → WORKSFORME
Comment 19•22 years ago
|
||
-> filehandling
Component: Networking → File Handling
QA Contact: benc → petersen
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•