Commit Graph

72 Commits

Author SHA1 Message Date
Mike Hommey
e482a37c2c Bug 762864 - Ship webapprt locale files in webapprt chrome. r=bsmedberg 2012-07-12 08:30:58 +02:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Myk Melez
fd7a6dd8f7 bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl 2012-04-19 00:39:52 -07:00
Matthew Noorenberghe
557d236952 Bug 722352 - Follow-up fix for searchplugins install target rs=gavin 2012-02-23 19:11:26 -08:00
Matthew Noorenberghe
7cfdd2883f Bug 722352 - Modify Google search string 'client' attribute based on update channel r=gavin
--HG--
extra : rebase_source : c7fecfbb993eba73a849ddf84d20a50268cb4a6d
2012-02-03 18:31:25 -08:00
Ed Morley
92c4bbe424 Bug 561481 - Remove README.txt from release packages; r=dolske 2011-07-11 09:14:12 -04:00
Mike Hommey
2d708facec Bug 569365 - Remove preprocessor.pl and replace it with Preprocessor.py. r=ted
--HG--
rename : config/Expression.py => js/src/config/Expression.py
rename : config/Preprocessor.py => js/src/config/Preprocessor.py
2011-05-16 15:51:21 +02:00
Mike Hommey
031bb07b36 Bug 620931 part 2 - When building --with-libxul-sdk, use the right preferences directory. r=bsmedberg 2011-02-25 12:49:19 +01:00
Jonathan Kew
70e8517de7 bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike 2011-05-04 12:14:51 +01:00
Jonathan Kew
aae5ddda05 Backed out changeset a5877159c9a1 to investigate l10n-check orange 2011-05-04 15:31:37 +01:00
Jonathan Kew
b1dd91b239 bug 253317 - part 3.1 - build support to install hyphenation patterns. r=pike 2011-05-04 12:14:51 +01:00
L. David Baron
0d8ce10d69 Backout changeset 5c3ed4fde1e4 (Bug 620931 part 2) for causing bug 644790. 2011-03-24 21:07:30 -07:00
Mike Hommey
f666d38490 Bug 620931 part 2 - When building --with-libxul-sdk, use the right preferences directory. r=bsmedberg 2011-03-24 15:27:55 +01:00
Axel Hecht
0f33f87732 bug 525438, l10n-merge doesn't merge all files, make targets work with PRETTY_NAMES, too. Adding a l10n-checks target for a dummy repack. r=ted 2011-03-18 18:29:56 +01:00
Mitchell Field
5be93d1349 Backed out changeset d7692aed054f 2011-03-09 12:29:25 +11:00
Mitchell Field
4cc65aefa7 Bug 569365 - Switch usage of preprocessor.pl to Preprocessor.py. r=ted
--HG--
rename : config/Preprocessor.py => js/src/config/Preprocessor.py
2011-03-08 14:58:44 +11:00
Justin Wood
2304c811da Bug 636215 - browser/locales/Makefile.in cleanup, remove prepare-repackages and prepare-upload-*. r=armenzg 2011-02-23 14:07:00 -05:00
Ben Hearsum
cdcfc48cda bug 607396: port checksums work to l10n - remove now-obsolete l10n-upload-% target. r=ted, a=NPOTB DONTBUILD 2011-01-20 16:28:10 -05:00
Dave Townsend
c8266d2dc1 Bustage fix for bug 572695 to fix locale packaging, a=bustage fix 2010-08-23 14:50:52 -07:00
Michael Wu
44c99fc857 Bug 556644 - 10. Make windows installer locale repacks use the standard repacking path, r=rs,khuey a=blocking2.0 2010-08-12 21:36:16 -07:00
Benjamin Smedberg
1815abc007 Bug 579718 part B - packaging and build changes to ship a single chrome.manifest from which other manifests are read. r=khuey See long-form commit details below:
In a nonpackaged build, we have the following manifests:
* chrome.manifest is just a series of manifest directives for all the other manifests, generated in rules.mk using buildlist.py
** components/interfaces.manifest is also generated in rules.mk using buildlist.py
** components/components.manifest contains only the *binary* components. JS components each have their own manifest which is installed to dist/bin/components
** Each chrome/jarfile.jar has a matching chrome/jarfile.manifest, and JarMaker.py inserts this filename into the root chrome.manifest by importing buildlist.py

In a packaged build, we end up with the following manifests:

* chrome.manifest lists the four manifests below
** components/interfaces.manifest
** components/components.manifest
** chrome/nonlocalized.manifest
** chrome/localized.manifest

In the future it should be possible to integrate the three non-localized manifests directly into the root chrome.manifest for increased performance, but this is slightly tricky because it involves rewriting some manifest instructions which may include relative JAR URIs. That is left for a future followup.

When we repackage a l10n build, we only have to replace chrome/localized.manifest.
2010-07-22 10:38:59 -04:00
Philipp von Weitershausen
d0e8724ce4 Bug 571902 - Land sync and crypto components on trunk [r=mconnor r=ted]
Hook 'services' into the build system with MOZ_SERVICES_SYNC not-yet-set as a browser confvar.
2010-06-21 17:07:13 -07:00
Robert Strong
94a03e1386 Followup bustage fix for Bug 570680 2010-06-15 15:46:08 -07:00
Robert Strong
bac1126a7c Bug 570680 - Remove call to check-locales.pl for Firefox. r=vlad 2010-06-15 15:13:58 -07:00
Chris Cooper
c8ffdc77d7 Bug 511967 - Upload l10n partial mars when they exist - r=l10n 2010-03-20 21:36:11 -04:00
Serge Gautherie
a3836042aa Bug 548600 - Remove useless EXTENSION_PREF define; (Av1) Just remove it.
r=benjamin.
2010-03-04 19:19:41 +01:00
Armen Zambrano Gasparnian
b7636b8c83 Bug 531275 - upload cab file for WinCE - r=ccooper 2010-01-04 13:52:19 -05:00
Armen Zambrano Gasparnian
2824a421de Bug 531275 - upload cab file for WinCE - r=ccooper 2009-12-30 16:43:28 -05:00
Armen Zambrano Gasparnian
2e5a9f40f0 Bug 501794 download the windows installers only if a product declares RETRIEVE_WINDOWS_INSTALLER=1 in their /locales/Makefile.in file - r=ted 2009-10-05 17:04:18 -04:00
Axel Hecht
13e0247a6c bug 489313, use l10n.mk for firefox, bustage fixes, r=ted 2009-08-14 13:06:15 +02:00
Justin Dolske
f6b71e2e04 Bug 504953 - Clean up firefox branding in the build system. r=benjamin
--HG--
rename : browser/app/macbuild/background.png => browser/branding/nightly/background.png
rename : browser/installer/windows/nsis/branding.nsi => browser/branding/nightly/branding.nsi
rename : browser/base/branding/about.png => browser/branding/nightly/content/about.png
rename : browser/base/branding/aboutCredits.png => browser/branding/nightly/content/aboutCredits.png
rename : browser/base/branding/aboutFooter.png => browser/branding/nightly/content/aboutFooter.png
rename : browser/base/branding/icon48.png => browser/branding/nightly/content/icon48.png
rename : browser/base/branding/icon64.png => browser/branding/nightly/content/icon64.png
rename : browser/app/default16.png => browser/branding/nightly/default16.png
rename : browser/app/default32.png => browser/branding/nightly/default32.png
rename : browser/app/default48.png => browser/branding/nightly/default48.png
rename : browser/app/macbuild/disk.icns => browser/branding/nightly/disk.icns
rename : browser/app/document-os2.ico => browser/branding/nightly/document-os2.ico
rename : browser/app/macbuild/document.icns => browser/branding/nightly/document.icns
rename : browser/app/document.ico => browser/branding/nightly/document.ico
rename : browser/app/document.png => browser/branding/nightly/document.png
rename : browser/app/macbuild/dsstore => browser/branding/nightly/dsstore
rename : browser/app/firefox-os2.ico => browser/branding/nightly/firefox-os2.ico
rename : browser/app/macbuild/firefox.icns => browser/branding/nightly/firefox.icns
rename : browser/app/firefox.ico => browser/branding/nightly/firefox.ico
rename : browser/base/content/browserconfig.properties => browser/branding/nightly/locales/browserconfig.properties
rename : browser/locales/en-US/chrome/branding/brand.dtd => browser/branding/nightly/locales/en-US/brand.dtd
rename : browser/locales/en-US/chrome/branding/brand.properties => browser/branding/nightly/locales/en-US/brand.properties
rename : browser/app/mozicon128.png => browser/branding/nightly/mozicon128.png
rename : browser/app/firefox-branding.js => browser/branding/nightly/pref/firefox-branding.js
rename : browser/app/splash.bmp => browser/branding/nightly/splash.bmp
rename : browser/installer/windows/wizHeader.bmp => browser/branding/nightly/wizHeader.bmp
rename : browser/installer/windows/wizHeaderRTL.bmp => browser/branding/nightly/wizHeaderRTL.bmp
rename : browser/installer/windows/wizWatermark.bmp => browser/branding/nightly/wizWatermark.bmp
2009-07-23 17:35:49 -07:00
Axel Hecht
88fdf82bcb bug 489313, bustage fix for mac repacks, get dependencies right, r=ted 2009-06-26 21:08:56 +02:00
armenzg@mozilla.com
fc369bd1c6 Bug 496196 - script and make target to generate a snippet for a locale - r=ccooper,l10n,gozer,kairo 2009-06-25 12:31:06 -04:00
Axel Hecht
bdd87d92ce bug 489313, use l10n.mk for Firefox, r=ted
--HG--
extra : rebase_source : d9de2acc0dd0238f8b9601b147c992b2b29fd25b
2009-06-15 16:17:19 +02:00
Robert Strong
dfb977ecea Followup fix for Bug 488936 2009-05-22 14:55:55 -07:00
Robert Strong
f71d9d4620 Bug 488936 - Store the install locale in its own file. r=bsmedberg, r=ted.mielczarek 2009-05-21 11:02:08 -07:00
Benjamin Smedberg
808e4fc710 Bug 485935 - Build the default langpack (usually en-US) as part of make package, r=ted
--HG--
extra : rebase_source : 9c11818058da2a5da0c2c67cd03d8a6be5755d93
2009-04-07 13:21:57 -04:00
Benjamin Smedberg
702b16f68a Bug 483856 - Use core_abspath and $(CURDIR) instead of shells. Use Preprocessor.py instead of preprocessor.pl to avoid perl insanity with pymake, and generally just make me happy. r=ted 2009-03-11 18:39:24 -04:00
Robert Strong
5356e339df Bug 476327 - Updater window title should be Firefox Update. r=mconnor 2009-02-24 19:58:33 -08:00
Axel Hecht
9fa0026a4a bug 472431, don't add install.rdf and chrome.manifest to installers and packages, as they're just for the language packs, r=bhearsum 2009-01-22 13:08:04 +01:00
Robert Strong
d8b80886dd Bug 324758 - Updater should use brand name string and not hardcode Firefox. r=ted.mielczarek 2009-01-08 23:42:31 -08:00
Robert Strong
3414109a17 Bug 399153 - Software update should support unicode strings for the UI. r=bsmedberg, r=ehsan 2009-01-08 22:25:49 -08:00
Serge Gautherie
0a4a7182c7 Bug 460977 - make -C browser/locales langpack-AB_CD is not compatible with --enable-chrome-format=flat; r=(bhearsum + l10n + ted.mielczarek)
[Fixing mistake during manual apply of the patch :-<]
2008-12-25 01:06:37 +01:00
Atsushi Sakai
f8c3f032d6 Bug 460977 - make -C browser/locales langpack-AB_CD is not compatible with --enable-chrome-format=flat; r=(bhearsum + l10n + ted.mielczarek) 2008-12-25 00:56:20 +01:00
Ben Hearsum
5590b2a512 Bustage fix for redness 2008-12-24 09:41:52 -05:00
Ben Hearsum
08260b28ba bug 464154: l10n-for-releases fixes, l10n-upload-% target. r=pike,ted 2008-12-24 09:08:08 -05:00
Axel Hecht
e4c5f6042a bug 461979, make profile info easier to localize, r=ted
--HG--
extra : rebase_source : 97a221cca242dd1e87ea82e34c3b8993991d8254
2008-12-11 12:58:41 +01:00
Axel Hecht
e79198b2b1 bug 466894, add mar generation into Makefile.in right before the zip staging cleanup, r=ted 2008-12-08 12:24:17 +01:00
Peter Weilbacher
6720b667a1 [OS/2] Bug 460247: move the OS/2 README.txt files out of the locale directories (mozilla-central part), r=ted
--HG--
rename : browser/locales/en-US/os2/README.txt => widget/src/os2/README.firefox
2008-12-05 22:11:22 +01:00
Ben Hearsum
9a016cf33a bug 453840: remove MOZ_PKG_PRETTYNAMES special case in browser/locales/Makefile.in. r=tmielczarek 2008-12-05 12:01:26 -05:00