Gary Kwong
|
2ec86aac8e
|
Bug 793584 - Update Makefile to look out for cross-architecture.sup as well, rs=njn DONTBUILD
|
2012-09-26 01:07:13 -07:00 |
|
Ed Morley
|
89011c37db
|
Bug 793584 - Update Makefile to use i386-redhat-linux-gnu.sup too; rs=ted DONTBUILD since NPOTDB
|
2012-09-25 15:05:15 +01:00 |
|
Mike Hommey
|
1f10d24658
|
Bug 781128 - Fix application.ini dependencies after bug 767839 on a CLOSED TREE. r=ted
--HG--
extra : transplant_source : N%3F%B1%F9%F7%2A%DC%B3%0C%3C%13%0D%24%17%07%9FP%DE%7D%5B
|
2012-08-08 18:57:22 +02:00 |
|
Mike Hommey
|
0c1a9528ea
|
Bug 767839 - Avoid preprocessing application.ini.in twice. r=khuey
--HG--
rename : build/application.ini.in => build/application.ini
|
2012-08-07 16:53:17 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mike Hommey
|
4e998b1d36
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Mike Hommey
|
17fb6cad2d
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|
Mike Hommey
|
d004e4731d
|
Bug 774032 part 7 - Remove make-makefile and acoutput-fast.pl. r=ted
|
2012-08-04 08:47:28 +02:00 |
|
Mike Hommey
|
98cf7cdf43
|
Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted
|
2012-08-04 08:47:28 +02:00 |
|
Neil Rashbrook
|
0ee6ee9044
|
Bug 767839 Don't preprocess update-settings.ini twice r=khuey
--HG--
rename : build/update-settings.ini.in => build/update-settings.ini
|
2012-07-03 08:33:54 +01:00 |
|
Phil Ringnalda
|
8933eff28c
|
Back out 6a386d638a1a (bug 746277) for packaged build bustage
|
2012-06-27 08:31:38 -07:00 |
|
Joey Armstrong
|
4d213decb0
|
bug 746277: replace hg shell pipelines with make logic
|
2012-05-16 15:09:00 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mike Hommey
|
1cfe016bf0
|
Bug 734050 - Build stlport as part of our build process. r=ted
|
2012-03-23 17:35:09 +01:00 |
|
Mike Hommey
|
96a89764f9
|
Bug 732480 - Don't build and package update-settings.ini when updater is disabled. r=khuey
|
2012-03-22 08:01:03 +01:00 |
|
Geoff Lankow
|
cca5541578
|
Backed out changeset 7a41b018d35a (bug 732480)
|
2012-03-22 21:41:18 +13:00 |
|
Mike Hommey
|
c77ce8b769
|
Bug 732480 - Don't build and package update-settings.ini when updater is disabled. r=khuey
|
2012-03-22 08:01:03 +01:00 |
|
Brian R. Bondy
|
b4f0f02c3b
|
Bug 721758 - Ability to configure updater to accept multiple MAR IDs. r=rstrong
|
2012-02-24 16:29:42 -05:00 |
|
Brian R. Bondy
|
f9dc931689
|
Bug 708690 - Build config for product information blocks. r=rstrong
|
2012-02-24 16:29:42 -05:00 |
|
Justin Wood
|
ea6a592439
|
Bug 727258 - Suite Depend Locales broken after Bug 722262
force MOZ_SOURCE_STAMP value, and use `cd` rather than `-R`. r[s]=khuey
|
2012-02-16 20:25:48 -05:00 |
|
Phil Ringnalda
|
1c6700df80
|
Back out 966fb7b0873f (bug 727258)
|
2012-02-15 20:59:41 -08:00 |
|
Serge Gautherie
|
3735a30db2
|
Bug 727258. (Bv1) build/Makefile.in: force MOZ_SOURCE_STAMP value. r=khuey.
|
2012-02-16 03:58:52 +01:00 |
|
Justin Wood
|
7dfb21e582
|
Bug 727258 - Suite Depend Locales broken after Bug 722262. r=khuey
--HG--
extra : rebase_source : b2fadf53227e1468c452409edb3a3c7fcf514021
|
2012-02-14 17:32:13 -05:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Joel Maher
|
a15d982fcf
|
Bug 701076 - [hoooking up make] Robotium integration into birch tree. r=blassey,bear
|
2011-12-31 10:03:36 -05:00 |
|
Phil Ringnalda
|
a5baca4aac
|
Back out 04ef7f564450 (bug 701076) and 632f07583bd8 (bug 711591) for mochitest-oth bustage
|
2011-12-30 14:19:30 -08:00 |
|
Joel Maher
|
e67402658e
|
Bug 701076 - [hookup to make] Robotium integration into birch tree. r=blassey,bear
|
2011-12-30 15:57:34 -05:00 |
|
Mike Hommey
|
e703e3f311
|
Bug 686466 part 3 - Use a pre-generated nsXREAppData struct instead of application.ini. r=ted,bsmedberg
--HG--
rename : build/application.ini => build/application.ini.in
|
2011-11-22 08:05:59 +01:00 |
|
Mike Hommey
|
59a813130d
|
Bug 686466 part 1 - Centralize application.ini creation. r=ted
--HG--
rename : browser/app/application.ini => build/application.ini
|
2011-11-22 08:05:59 +01:00 |
|
Joey Armstrong
|
6042d35b4a
|
Bug 687511 - make-makefile enhancements; r=khuey,coop
|
2011-11-20 11:18:27 +00:00 |
|
Michael Wu
|
3e0835d415
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
|
Ed Morley
|
665459d156
|
Bug 672046 - Valgrind suppression files are still generated in objdir even when building without --enable-valgrind; r=ted
|
2011-07-23 11:59:19 +02:00 |
|
Ted Mielczarek
|
cc36c6b004
|
merge mozilla-central and build-system
|
2011-06-29 09:42:11 -04:00 |
|
Doug Turner
|
714d4d28e2
|
Bug 665407 - Disable sutagent if not building tests. r=ctalbert
|
2011-06-28 20:51:30 -07:00 |
|
Ted Mielczarek
|
62b37a06ef
|
bug 664197 - integrate mozinfo + ManifestDestiny update into xpcshell harness. r=jmaher
--HG--
extra : rebase_source : 1783e1a39d592defa279488f0cd0266311ed35ea
|
2011-06-21 08:12:40 -04:00 |
|
Justin Lebar
|
c90f68a3b7
|
Bug 659463 - Make check on mac should check that we can combine x86-32 and x86-64 to make a universal binary, instead of trying to combine x86 and PPC. r=ted
|
2011-05-25 10:23:59 -04:00 |
|
Ed Morley
|
bb4520ba57
|
Bug 648866 - Remove WinCE code from main build system + that of js/src/. r=ted
|
2011-04-19 14:11:40 +10:00 |
|
Bob Moss
|
f5373b1b07
|
Bug 650110 Update SUTAgent - adding in fencp, ffxcp, watcher code r=ctalbert
|
2011-04-18 11:55:24 -07:00 |
|
Phil Ringnalda
|
a8a3ce7508
|
Bug 631841 - Move Valgrind suppression files into mozilla-central, r=ted, a=test
|
2011-02-07 19:21:52 -08:00 |
|
Phil Ringnalda
|
b410989e7f
|
Bug 620273 - Make bloatcycle.html not hit the network, r=dbaron, a=test
|
2010-12-13 15:57:59 -08:00 |
|
Phil Ringnalda
|
a60ab10ee6
|
Bug 618759 - Stop putting bloaturls.txt and bloatcycle.html in dist/bin/res/ where nothing wants them, r+a=ted
--HG--
extra : rebase_source : 1d8006b267c4916e22aa07ab04b2caa691512f16
|
2010-12-12 23:17:52 -08:00 |
|
Mike Hommey
|
62f1326256
|
Bug 587028 - Remove automationutils.pyc from $(srcdir) on make clean. r=bsmedberg, a2.0=bsmedberg
--HG--
extra : rebase_source : b562df6573b1776b87dcd1fd751b0f8e7d0ffbd0
|
2010-08-18 19:53:18 +02:00 |
|
Benjamin Smedberg
|
a6c50c40f9
|
Bug 579178 part D - When unifying as sorted-matching, keep version A as the unified version, not the sorted version, r=ted
|
2010-08-05 10:11:39 -04:00 |
|
Benjamin Smedberg
|
a2833452f8
|
Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
|
2010-06-30 14:23:23 -04:00 |
|
Benjamin Smedberg
|
b5d1f192d2
|
Unify should ensure that when a .manifest file is being compared, if the last line doesn't end with a newline, it should add one so that lines don't get munged together incorrectly. rs=ted
|
2010-06-29 19:19:23 -04:00 |
|
Clint Talbert
|
da406e2cb1
|
Bug 567945 - Re-enable sutagent build now that we have proper tool chain on android builds r=ted
|
2010-06-23 09:57:17 -07:00 |
|
Clint Talbert
|
e35cf179b8
|
Bug 567945 - Fix burning on Android - *bustage fix* - see https://bugzilla.mozilla.org/show_bug.cgi?id=567945#c11
|
2010-06-21 17:27:14 -07:00 |
|
Clint Talbert
|
7ee47c2f86
|
Bug 567945 Android agent needs to build in mozilla-central r=ted
|
2010-06-21 14:26:55 -07:00 |
|
Jesse Ruderman
|
427777ed92
|
Bug 570287 - New stack fixer that uses breakpad symbol files. r=ted
|
2010-06-25 14:47:19 -07:00 |
|
Mike Hommey
|
6e619280f1
|
Bug 543469 - Remove compiled python objects from automation during 'make clean' [r=ted.mielczarek]
--HG--
extra : rebase_source : 9a0445c40fe27ec9fced679cc601ce55598d6fb8
|
2010-04-19 10:17:51 +02:00 |
|