Closed
Bug 265445
Opened 21 years ago
Closed 21 years ago
help content/contents.rdf includes chrome DTD file, really bad mojo
Categories
(SeaMonkey :: Help Viewer, defect)
SeaMonkey
Help Viewer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
1.61 KB,
patch
|
Details | Diff | Splinter Review |
/toolkit/components/help/content/contents.rdf
42 <!DOCTYPE RDF:RDF [
43 <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd">
44 %brandDTD;
45 ]>
Which means that if we register help/content before global/locale we have XML
parsing errors and we're screwed. There is no need for this entity, the
description isn't used anywhere. This causes most/all of the localized ZIP
builds to not work properly, and it may be the cause of random "my Firefox won't
start" errors for regular users.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #162849 -
Flags: review?(bugs)
Assignee | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0+
Whiteboard: [have patch] - need review anyone, blocks non-English RC1
Comment 2•21 years ago
|
||
Comment on attachment 162849 [details] [diff] [review]
Don't do that DTD stuff during registration
sr=darin
Attachment #162849 -
Flags: superreview+
Comment 3•21 years ago
|
||
Comment on attachment 162849 [details] [diff] [review]
Don't do that DTD stuff during registration
Agreed; please land on aviary asap.
Attachment #162849 -
Flags: review?(bugs)
Attachment #162849 -
Flags: review+
Attachment #162849 -
Flags: approval-aviary+
Assignee | ||
Comment 4•21 years ago
|
||
Fixed, branch and trunk
Updated•21 years ago
|
Whiteboard: [have patch] - need review anyone, blocks non-English RC1
Comment 5•21 years ago
|
||
This is still hapenning. This bug should be reopened.
Updated•20 years ago
|
Flags: superreview+
Flags: review+
Flags: blocking-aviary1.0+
Flags: approval-aviary+
Product: Firefox → Toolkit
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•