Closed
Bug 549431
Opened 10 years ago
Closed 10 years ago
References to a nonexistent dtd (http://www.mozilla.org/xbl )
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Not set
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mwu, Assigned: mwu)
References
()
Details
Attachments
(2 files)
507 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
1.06 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
tabs.xml has <!DOCTYPE bindings PUBLIC "-//MOZILLA//DTD XBL V1.0//EN" "http://www.mozilla.org/xbl"> which makes nsExpatDriver.cpp try to load http://www.mozilla.org/xbl as a dtd.
Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Attachment #429592 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•10 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/287767d3c66a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•10 years ago
|
||
setting.xml also references http://www.mozilla.org/xbl
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: tabs.xml refers to a nonexistent dtd → References to a nonexistent dtd (http://www.mozilla.org/xbl)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #430371 -
Flags: review?(mark.finkle)
Updated•10 years ago
|
Attachment #430371 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•10 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/78b8671ff551
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•