Mike Hommey
06d6d3c5cf
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
2013-12-03 06:34:21 +09:00
Mike Hommey
91af4c88d7
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
...
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Mike Hommey
53e380d1ff
Bug 935387 - Remove non recursed install targets. r=mshal
2013-11-07 10:37:45 +09:00
Brian R. Bondy
5d6a81559c
Bug 791706 - Search defaults for Metro v1. r=jimm
2013-09-16 20:35:57 -07:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Axel Hecht
5d459386c3
bug 848830, fix regression in app updater localization, r=glandium, rstrong
...
--HG--
extra : rebase_source : 66b4e3e55a05d4b74bd39a40c4768c620b74062a
2013-08-13 17:15:42 +02:00
Gavin Sharp
71d1b3f0b6
Bug 703377: remove now-unused pref override functionality, r=dolske
...
--HG--
extra : transplant_source : %C1%B65%07%B60XS%AB%DD%EF7Hx%A5%8Cz%11%04%97
2011-11-17 13:41:04 -08:00
Mike Hommey
13e6b16b04
Bug 844016 - Move webapprt locale files. r=Pike
...
--HG--
rename : browser/locales/en-US/webapp-uninstaller/webapp-uninstaller.properties => webapprt/locales/en-US/webapp-uninstaller/webapp-uninstaller.properties
rename : browser/locales/en-US/webapprt/webapp.dtd => webapprt/locales/en-US/webapprt/webapp.dtd
rename : browser/locales/en-US/webapprt/webapp.properties => webapprt/locales/en-US/webapprt/webapp.properties
2013-04-12 10:23:10 +02:00
Phil Ringnalda
7b2757d780
Back out 7f12ca5e6d0a (bug 750303) on suspicion of breaking l10n builds
2013-03-10 20:03:28 -07:00
Joey Armstrong
8165e06d24
bug 750303: mkdir_deps - target specific enhancement
2013-03-04 14:34:02 -05:00
Jim Mathies
c627cb119f
Bug 769718 - metro should re-use browser searchplugin data. r=glandium
2013-02-12 14:51:23 -06:00
Mike Hommey
b1892e3860
Bug 780561 - Use new packager code for l10n repacks. r=ted
2013-01-23 11:23:15 +01:00
Robert Strong
9188a12b30
Bug 817723 - Only build the stub installer when building x86 and the update channel equals nightly, aurora, beta, and release. r=khuey
2012-12-10 16:23:09 -08:00
Robert Strong
a1e0a460cb
backout changeset ec6a21cbe516 - Bug 817723
2012-12-07 17:04:37 -08:00
Robert Strong
67dc515436
Bug 817723 - Only build the stub installer when the update channel equals nightly, aurora, beta, and release. r=khuey
2012-12-07 15:53:24 -08:00
Robert Strong
150f7ab3b4
Bug 799902 - need pretty branding for stub installer (file naming). r=glandium
2012-11-14 12:30:29 -08:00
Mike Hommey
8bb9300037
Bug 809798 - Don't use BOTH_MANIFESTS. r=pike
2012-11-13 08:17:14 +01:00
Robert Strong
04d783b4bd
Bug 798255 - Firefox net / stub installer for localized builds. r=glandium
2012-10-22 11:15:58 -07:00
Daniel Holbert
42a8dfa525
back out cd08e1a21a4c (Bug 798255) for orange on Win Opt / Win64 Opt builders
2012-10-16 17:25:24 -07:00
Robert Strong
c7f39bfe9f
Bug 798255 - Firefox net / stub installer for localized builds. r=glandium, r=bsmedberg
2012-10-16 13:10:40 -07:00
Mike Hommey
4960bbae5b
Bug 790655 - Ensure update.locale is correct when running l10n-check. r=ted
2012-09-20 19:36:08 +02:00
Mike Hommey
3745ea320c
Backout changeset a1314ef57f3d (bug 790655) because of windows orange
2012-09-20 11:29:19 +02:00
Mike Hommey
649f313e2e
Bug 791556 - Create dist/bin when doing langpacks. r=ted
2012-09-20 09:52:12 +02:00
Mike Hommey
685af72d0d
Bug 790655 - Ensure update.locale is correct when running l10n-check. r=ted
2012-09-20 09:52:12 +02:00
Mike Hommey
84a67b7a61
Bug 787180 - Switch between FINAL_TARGET and DIST/bin in various places under browser/. r=khuey
2012-09-05 20:43:23 +02:00
Edmund Wong
b8f8744de4
Bug 774584 - Remove $(shell) from browser/locales/Makefile.in. r=glandium
2012-08-11 13:28:20 +08:00
Siddharth Agarwal
d8837b8677
Bug 741014 - Pymake is busted with make l10n-check. Hack around the spaces issue by using a wildcard, and fix an underspecified dependency. r=ted
...
--HG--
extra : rebase_source : bbf2d6963f9eb2f2f3a3656fdd9833b719039717
2012-08-08 00:38:48 +05:30
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mike Hommey
a07aafaf2f
Bug 762864 - Ship webapprt locale files in webapprt chrome. r=bsmedberg
2012-07-12 08:30:58 +02:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Myk Melez
3298891e22
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
b3308f8500
Bug 722352 - Follow-up fix for searchplugins install target rs=gavin
2012-02-23 19:11:26 -08:00
Matthew Noorenberghe
2d1b472c77
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