Closed
Bug 844016
Opened 11 years ago
Closed 11 years ago
Move webapprt locale files
Categories
(Firefox Graveyard :: Webapp Runtime, defect)
Firefox Graveyard
Webapp Runtime
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
7.91 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
In bug 762864, the webapprt locale files were (rightfully) moved under webapprt/chrome in the firefox directory. To avoid l10n problems, that was hooked in a hackish way in browser/locales/jar.mn, while the locale files themselves were kept under browser/locales/en-US/webapprt in the source tree. Now that basically everything related to webapprt has moved to toolkit, bug 762833 requires the webapp runtime to be built as part of the platform instead of browser. Which means the locales also need to be built from toolkit instead of browser. It is thus time to move the locale files where they belong: under webapprt/locales.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #723462 -
Flags: review?(l10n)
Comment 2•11 years ago
|
||
Comment on attachment 723462 [details] [diff] [review] Move webapprt locale files Review of attachment 723462 [details] [diff] [review]: ----------------------------------------------------------------- You'll need to patch browser/locales/filter.py, too, like if mod not in ("netwerk", "dom", "toolkit", "security/manager", "browser", "browser/metro", "extensions/reporter", "extensions/spellcheck", "other-licenses/branding/firefox", "browser/branding/official", "webapprt", "services/sync"): return False Not really picky about where you add webapprt here. Apart from this, this looks good. The PPL_LOCALE_ARGS tickled my senses, but that seems to be the same thing as in the general windows installer. I wonder if we should refactor that as follow-up, and/or unify with what jarmaker does these days.
Attachment #723462 -
Flags: review?(l10n) → review-
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #732851 -
Flags: review?(l10n)
Assignee | ||
Updated•11 years ago
|
Attachment #723462 -
Attachment is obsolete: true
Updated•11 years ago
|
Attachment #732851 -
Flags: review?(l10n) → review+
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/214cafc09b49
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/214cafc09b49
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•8 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•