Mike Hommey
9af046b5b4
Bug 1211765 - Remove remnants from --with-libxul-sdk. r=bsmedberg
...
The configure option has explicitly thrown an error for more than a year now,
and it happens that the remaining way to still forcefully use it has been
broken for more than 8 months.
2015-10-14 08:02:34 +09:00
Mike Hommey
eef835f500
Bug 1203835 - Don't ship replace_jemalloc. r=njn
2015-09-11 15:01:13 +09:00
Mike Hommey
0efccdc82c
Bug 1201792 - s/MOZ_JEMALLOC3/MOZ_JEMALLOC4/. r=njn
2015-09-04 15:15:47 +09:00
Steven Michaud
4729fff432
Bug 1089363 - Fix for zh-TW download image dialog. r=glandium
2015-07-22 14:02:28 +08:00
Ryan VanderMeulen
80227c12ff
Backed out changeset a3daf8050780 (bug 1089363) for OSX B2G desktop build bustage.
...
CLOSED TREE
2015-07-17 15:15:20 -04:00
Steven Michaud
fc2f5e8328
Bug 1089363 - Fix for zh-TW download image dialog. r=glandium
2015-07-15 16:01:17 +08:00
Mike Hommey
0d6cf23aa9
Bug 1184446 - Remove manual package manifest preprocessing. r=mshal
...
packager.py itself has been able to do preprocessing since the beginning.
For some reason, Makefile.in-driven preprocessing was kept back then, and
never was removed, and even worse, concatenation was added on top of it.
There is however a downside to the current way of doing things: error
reporting is given relative to the given manifest, which in the current
case is the preprocessed/concatenated file, so line numbers don't match
what is in the file in the source tree. However, when packager.py does
preprocessing itself, line numbers are reported properly.
Thus, switch all package manifests to packager.py-driven preprocessing.
2015-07-17 06:45:14 +09:00
Jacek Caban
0178c95f4c
Bug 1147839 - Fixed building installer on mingw. r=glandium
2015-04-01 12:50:44 +02:00
Brian Smith
0947929dd6
Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to support MSVC 2015, r=glandium
...
--HG--
extra : rebase_source : fc8ac588acaa4fc4c7d9cd2216671e43db25ede3
2015-01-29 17:36:39 -08:00
Brian Smith
33a1219ee6
Bug 1119072: Backout cset bc297ccecb13 (parts 1, 2, 4, 9, 17) because I broke the build, a=backout
2015-01-20 16:59:52 -08:00
Brian Smith
7a02ba7054
Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to make MSVC2015 build succeed, r=glandium
...
--HG--
extra : rebase_source : 385a279690c1658915bffb348221b5142210bb31
2015-01-13 22:47:16 -08:00
Mike Hommey
08e140cb0d
Bug 1110760 - Build and Package Chromium Sandbox wow_helper. r=gps
2015-01-08 10:44:41 +09:00
Stephen Pohl
cfeb28e211
Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong
2014-11-18 12:15:03 -05:00
Carsten "Tomcat" Book
8b37a48ddd
Backed out changeset 132909245ca8 (bug 1096494) for causing merge conflicts to m-c
2014-11-18 13:14:15 +01:00
Mike Hommey
6d15698158
Bug 818922 - Add bidirectional method calls with replace-malloc library. r=njn
2014-11-18 19:21:06 +09:00
Stephen Pohl
0ebe7e6485
Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong
2014-11-17 13:23:12 -05:00
Nomis101
85ba26fa76
Bug 1084578 - Building of l10n builds broken since modified file structure on OS X. r=rstrong
2014-10-21 11:50:10 -07:00
Ehsan Akhgari
6e5f973009
Bug 1083887 - Package the clang-cl runtime library for ASAN on Windows ASAN builds; r=gps
2014-10-16 21:40:00 -04:00
Nathan Froyd
e1583db863
Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal
2014-08-01 12:53:05 -04:00
Mike Hommey
72839c7305
Bug 1038639 - Remove --with-libxul-sdk and --with-system-libxul. r=bsmedberg
2014-07-17 08:42:16 +09:00
Nathan Froyd
98df0c8796
Bug 1031352 - share the logic for determining what MSVC DLLs to package; r=glandium
2014-06-27 11:24:29 -04:00
Nathan Froyd
c599444402
Bug 1031352 - move most of the _MSC_VER references in Makefile.in to moz.build; r=glandium
2014-06-27 10:32:05 -04:00
Jim Blandy
e07aaa8185
Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug
2014-06-27 11:05:08 -07:00
Mike Hommey
e5117e1fd9
Bug 1020590 - Fix ASAN builds after bug 1013341. r=mshal
2014-06-06 08:15:56 +09:00
Emilio Pozuelo Monfort
3062b0f182
Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
...
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Mike Hommey
2cf6cf6466
Bug 1014976 - Make MOZ_NO_DEBUG_RTL builds actually disable the MSVC debug CRT everywhere. r=bsmedberg
2014-05-30 09:39:44 +09:00
Mike Hommey
bc68e46dd9
Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal
2014-05-30 09:37:24 +09:00
Alexandre Poirot
aab734969f
Bug 1015949 - Ensure that make package when building b2g/dev ship all b2g files. r=fabrice
2014-05-26 09:18:00 -04:00
Mike Hommey
b01a539557
Bug 1014300 - Ship replace_jemalloc library (jemalloc3) when replace-malloc is enabled. r=mshal
2014-05-23 07:24:22 +09:00
Masatoshi Kimura
a07e7f650b
Bug 1005456 - Stop generating an invalid package-manifest when only one d3dc version was found. r=ted
2014-05-03 03:59:00 -04:00
Jeff Gilbert
b21a7e2e9c
Bug 999260 - Ship both d3dcompiler_43 and _46+. - r=mshal
2014-05-02 15:31:05 -07:00
Jan Beich
d37c67b665
Bug 947402 - Don't attempt to package shared ICU for --with-system-icu; r=glandium
2013-12-08 13:03:10 -05:00
Ehsan Akhgari
8c254a9883
Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium
2013-12-06 08:08:52 -05:00
Carsten "Tomcat" Book
2f14605f80
Backed out changeset 099f65a712a8 (bug 915735) Windows Build Bustage on a CLOSED TREE
2013-12-06 14:48:13 +01:00
Ehsan Akhgari
ae9d793f7c
Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium
2013-12-06 08:08:52 -05:00
Mike Hommey
881a7c1554
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
a1486ce449
Bug 942043 - Straighten up zlib linkage wrt shared js and system zlib. r=gps,r=ted
2013-11-22 23:03:21 +09:00
Mike Hommey
a470038314
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
Joshua Cranmer
51d2533270
Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps
2013-10-21 13:10:04 -05:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Doug Turner
3de9e6a0cf
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
2013-08-25 16:56:53 -07:00
Ms2ger
af2c13c793
Bug 906412 - Cleanup some random parts of the build system; r=mshal
2013-08-22 08:55:59 +02:00
Martin Stransky
2d7e7fed1a
Bug 879760 - Port GTK2 to GTK3 - browser dir. r=karlt
2013-06-11 13:40:28 -04:00
Brian O'Keefe
23fd86fd73
Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium
2013-05-09 15:55:28 -04:00
Brian Smith
5170741299
Bug 867445: Remove Test Pilot, r=gavin
2013-04-30 17:30:44 -07:00
Ryan VanderMeulen
8dd4074205
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
41e401f326
Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium
2013-04-30 20:45:39 -04:00
Ryan VanderMeulen
b6cc74b921
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
2013-04-30 10:08:38 -04:00
Brian O'Keefe
5b9d51de27
Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium
2013-04-30 09:05:17 -04:00
Gregory Szorc
1b27561fa4
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00