Closed
Bug 302153
Opened 19 years ago
Closed 19 years ago
Thunderbird Mac builds fail at runtime due to XML parsing error
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: jaas, Assigned: mscott)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
923 bytes,
patch
|
benjamin
:
superreview+
|
Details | Diff | Splinter Review |
XML Parsing Error: undefined entity
Location: chrome://messenger/content/messenger.xul
Line Number 20, Column 1:<window id="messengerWindow"
^ <broadcaster id="Communicator:WorkMode"
--^ <menuitem id="hintsAndTips" label="&hintsAndTips.label;"
key="key_macHelp" oncommand="loadThrobberUrl('mailnews.hints_and_tips.url');"/>
----------^
This happens on all my fresh tbird builds tonight.| Assignee | ||
Comment 1•19 years ago
|
||
The 7/25 nightly build runs ok so it must be something that was checked in today. I did a fresh build around 3pm today and that build ran ok too.
Comment 2•19 years ago
|
||
It also happens in the profile manager, so this isn't really an entity issue, Maybe something isn't packaged?
| Assignee | ||
Comment 3•19 years ago
|
||
I'm seeing this on Windows too now with a clobber build from this morning. It looks like the branding files are no longer showing up in the debug builds. I see a console error complaining about not finding the chrome url for brand.properties. Looking in en-US.jar, I don't see any branding related string files. Any ideas Benjamin?
Status: NEW → ASSIGNED
Flags: blocking1.8b4? → blocking1.8b4+
Keywords: regression
OS: MacOS X → All
Hardware: Macintosh → All
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Comment 4•19 years ago
|
||
I found Bug 269460 which looked like it could be the culprit as it got checked in yesterday.
Blocks: 269460
| Assignee | ||
Updated•19 years ago
|
Severity: critical → blocker
| Assignee | ||
Comment 8•19 years ago
|
||
i went ahead and checked this in so we can get debug builds going again. Feel free to correct my fix if you don't like it Benjamin :)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 9•19 years ago
|
||
Comment on attachment 190642 [details] [diff] [review] fix the regression ex-post-facto r+
Attachment #190642 -
Flags: superreview?(benjamin) → superreview+
| Assignee | ||
Comment 10•19 years ago
|
||
I put this in 269460: "Benjamin, I was able to fix the problem with no branding property files showing up in non official builds. But now today's nightly (with official branding) is getting the generic branding. Welcome to Mail/News! Instead of Welcome to Thunderbird"
You need to log in
before you can comment on or make changes to this bug.
Description
•