Closed
Bug 438808
Opened 17 years ago
Closed 17 years ago
Thunderbird is unnecessarily including extra locale files and preprocessing others.
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
4.44 KB,
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
I stumbled across these whilst looking at other things:
utilityOverlay.properties:
http://mxr.mozilla.org/seamonkey/search?string=utilityOverlay.properties
This isn't used by anything mail, the xpfe/communicator... stuff isn't part of Thunderbird (we have our own copy of utilityOverlay.js).
nsWindowsHooks.properties:
http://mxr.mozilla.org/seamonkey/search?string=nsWindowsHooks.properties&find=&findi=&filter=%5E%5B%5E%5C0%5D*%24&hitlimit=&tree=seamonkey
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/xpfe/components/Makefile.in&rev=1.105&mark=103-107#103
Not used (winhooks isn't built by Thunderbird, see second link).
charset.dtd:
http://mxr.mozilla.org/seamonkey/search?string=charset.dtd&find=&findi=&filter=%5E%5B%5E%5C0%5D*%24&hitlimit=&tree=seamonkey
Not used anywhere
Changes to mail/locales/jar.mn and other-licenses/branding/thunderbird/locales/jar.mn:
brand.dtd and utilityOverlay.dtd don't require preprocessing (nothing gets replaced and you're not meant to preprocess locale files anyway).
Attachment #324756 -
Flags: review?(philringnalda)
Comment 1•17 years ago
|
||
Comment on attachment 324756 [details] [diff] [review]
The fix
KILL THEM!
Er, ahem. r=philringnalda.
Attachment #324756 -
Flags: review?(philringnalda) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Patch checked in -> fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•