Closed
Bug 90170
Opened 24 years ago
Closed 24 years ago
regxpcom fails on linux
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blizzard, Assigned: tao)
References
Details
(Keywords: regression, Whiteboard: ready to checkin)
Attachments
(2 files)
|
715 bytes,
patch
|
Details | Diff | Splinter Review | |
|
700 bytes,
patch
|
Details | Diff | Splinter Review |
From BenB:
if you have this problem on the 0.9.2 branch, remove the "</RDF:Description>" on
line 16 in file xpfe/browser/resources/content/unix/contents-platform.rdf.
And the symptom:
I just updated the 0.9.2 branch, made a fresh Unix build and ran regchrome. It
failed with
XML Error in file
'jar:resource:///chrome/comm.jar!/content/navigator-platform/contents.rdf', Line
Number: 16, Col Number: 5, Description: mismatched tag
Source Line: </RDF:Description>
That's due to your checkin 1.2 to file
<http://lxr.mozilla.org/mozilla/source/xpfe/browser/resources/content/unix/contents-platform.rdf>.
*Either* use <... /> *or* <...></...>, not both.
| Reporter | ||
Comment 1•24 years ago
|
||
I can't spin RPMS until this is fixed.
Severity: normal → critical
Keywords: regression
patches attached, please r/sr. Sorry for the typo.
Status: NEW → ASSIGNED
Whiteboard: nedd r/sr
Comment 6•24 years ago
|
||
r=BenB
| Reporter | ||
Comment 7•24 years ago
|
||
sr=blizzard
Get it in.
| Reporter | ||
Comment 9•24 years ago
|
||
I checked this into the trunk. I'll leave it to you to check it into the branch.
Checking in contents-platform.rdf;
/cvsroot/mozilla/xpfe/browser/resources/content/unix/contents-platform.rdf,v
<-- contents-platform.rdf
new revision: 1.3; previous revision: 1.2
| Assignee | ||
Comment 10•24 years ago
|
||
done.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•