Closed
Bug 365005
Opened 19 years ago
Closed 19 years ago
Infamous red XUL error for menu_HelpPopup_reportertoolmenu when using differently localized builds
Categories
(Other Applications Graveyard :: Reporter, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnyromyr, Assigned: mnyromyr)
References
Details
(5 keywords)
Attachments
(1 file, 1 obsolete file)
3.01 KB,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
csthomas
:
approval-seamonkey1.0.8+
csthomas
:
approval-seamonkey1.1.1+
|
Details | Diff | Splinter Review |
Steps to reproduce, eg. for SeaMonkey:
- create new profile with an eg. en-US build
- start differently localized build, eg. de-AT
==> Red XUL error, but only for reporter, not for other extensions like Venkman or DOMI. Checking the chrome.rdf in the profile shows that all other extensions' selectedLocale attributes have been converted from en-US to de-AT except that for reporter...
Assignee | ||
Comment 1•19 years ago
|
||
The core problem is a missing localeVersion in the package description. When starting up and setting selectedLocale to the current locale, reporter's (non-existent) version does not match the current one...
Attachment #249659 -
Flags: superreview?(cbiesinger)
Attachment #249659 -
Flags: review?(cbiesinger)
Assignee | ||
Comment 2•19 years ago
|
||
Let the build system do the versioning, like we do for Venkman etc.
Attachment #249659 -
Attachment is obsolete: true
Attachment #249662 -
Flags: superreview?(cbiesinger)
Attachment #249662 -
Flags: review?(cbiesinger)
Attachment #249659 -
Flags: superreview?(cbiesinger)
Attachment #249659 -
Flags: review?(cbiesinger)
Updated•19 years ago
|
Attachment #249662 -
Flags: superreview?(cbiesinger)
Attachment #249662 -
Flags: superreview+
Attachment #249662 -
Flags: review?(cbiesinger)
Attachment #249662 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Attachment #249662 -
Flags: approval-seamonkey1.1?
Comment 3•19 years ago
|
||
The Christmas gift of code... priceless.
;-)
Comment on attachment 249662 [details] [diff] [review]
let the build system set the correct version number
The flag I am setting is not a mistake.
Attachment #249662 -
Flags: approval-seamonkey1.1.1+
Comment 5•19 years ago
|
||
Comment on attachment 249662 [details] [diff] [review]
let the build system set the correct version number
> chrome:description="Broken Web Site Reporting Tool"
The web site reporting tool is now fixed, right ;-)
nth-a=me for wherever...
Note that we can always rerelease reporter.xpi separately.
Assignee | ||
Comment 6•19 years ago
|
||
Landed on trunk and MOZILLA_1_8_BRANCH.
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed-seamonkey1.1.1,
fixed1.8.1.2
Resolution: --- → FIXED
![]() |
||
Comment 7•19 years ago
|
||
We should probably think about landing this on 1.8.0 as well...
Assignee | ||
Updated•19 years ago
|
Attachment #249662 -
Flags: approval-seamonkey1.1? → approval-seamonkey1.0.8?
![]() |
||
Comment 8•19 years ago
|
||
Comment on attachment 249662 [details] [diff] [review]
let the build system set the correct version number
first-a=me for 1.0.8, one still needed to go
Attachment #249662 -
Flags: approval-seamonkey1.0.8? → approval-seamonkey1.0.8+
![]() |
||
Updated•19 years ago
|
Keywords: fixed-seamonkey1.1
Assignee | ||
Comment 10•19 years ago
|
||
Landed on MOZILLA_1_8_0_BRANCH.
Keywords: fixed-seamonkey1.0.8,
fixed1.8.0.10
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•