Граф коммитов

163 Коммитов

Автор SHA1 Сообщение Дата
Neil Rashbrook 687af75a01 Bug 581903 Make --enable-xterm-updates work with PARALLEL_DIRS r=Callek 2010-07-27 12:49:47 +01:00
Neil Rashbrook 06893b8cb5 Bug 581151 Make 'make chrome' work again (regression from bug 466492) r=khuey rs=Callek 2010-07-25 15:43:41 +01:00
Takanori MATSUURA fa217cb0cc Bug 575509 Port |Bug 516758 - Remove more options from configure| to comm-central. r=Callek 2010-07-23 09:02:51 +01:00
Takanori MATSUURA 9f74cbb104 Bug 575179 Port |Bug 517097 - make enabling debug symbols more sane| to comm-central. r=Callek 2010-07-23 09:02:04 +01:00
Mark Banner f05fa9f495 Part of bug 575740 - more js component fix up, and abort build if there are missing manifests. r=bienvenu. Part of bustage fix for CLOSED TREE 2010-07-13 09:43:12 +01:00
Mark Banner 29b6fe4223 Port build config changes for component manager changes, part of bug 575740. r=Callek. Part of bustage fix for CLOSED TREE 2010-07-04 13:37:13 +01:00
Ginn Chen 7180bd5967 Bug 574639 same fix for comm-central 2010-06-27 01:11:46 +08:00
Justin Wood adfa1840d8 Bug 512490 - Remove REQUIRES from comm-central. r=KaiRo, r=Standard8 2010-06-12 03:11:30 -04:00
Mark Banner 1b7909ef04 Try to fix static bustage by porting parts of bug 449292 to the comm-central build system 2010-06-12 10:44:58 +01:00
Robert Strong 941c882dd9 Prep work for Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). r=standard8 2010-06-10 12:10:27 -07:00
Justin Wood 469a2f8c13 Bug 560007, drop MOZILLA_1_9_2_BRANCH ifdefs across c-c build system. r=KaiRo, feedback=sgautherie 2010-05-13 18:18:14 -04:00
Justin Wood 5b9469eb96 Bug 561600, New AddonsMGR, Build-Config, and Notification-Bar Hookups. r=KaiRo, sr=NeilAway 2010-05-12 22:08:41 -04:00
Serge Gautherie e6c63b3795 Bug 557042 - Port |Bug 515748 - differentiate between wince and winmo| to comm-central; (Av1) Just port (the useful part of) it.
r=Callek.
2010-05-11 16:51:56 +02:00
Ginn Chen 660ef6a2f2 Bug 539188 Fix jemalloc linkage on Solaris r=Callek 2010-05-11 18:15:36 +08:00
Walter Meinl 0aa1af7723 Part of Bug 534408 Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps) - (Iv2) Improve OS/2 methods of linking with libraries that have long names on other platforms. r=Callek 2010-05-10 10:13:32 +01:00
Serge Gautherie f5dc42a76b Bug 534408 - Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps); (Gv2) Get rid of USE_SHORT_LIBNAME and useless SHORT_LIBNAMEs.
r=(Callek, kairo, standard8) sr=standard8 a-seamonkey2.1a1=kairo. (CLOSED TREE)
2010-05-07 16:14:57 +02:00
Mark Banner 6ab4ca47ba Bug 562655 - Port bug 560723 to comm-central - Sort out why the _Throw() hack doesn't work on VC10, and find an alternative. rs=Callek,a=bustage-fix for checkin to CLOSED TREE 2010-04-29 14:50:47 +01:00
Serge Gautherie 6d76b4ec54 Bug 557060 - [Windows] After bug 551254, Firefox/SeaMonkey fails to build or run with error like "?_Throw@std@@YAXABVexception@stdext@@@Z"; (Fv1-CC) Copy config.mk part of m-c fix.
r=kairo.
2010-04-21 14:38:42 +02:00
Siddharth Agarwal 0e0b8d99b1 Part of bug 549129 - Restore -OPT:NOWIN98 on Mozilla 1.9.2 builds. r=Callek 2010-04-15 11:22:00 +05:30
Frank Wein f8f739a812 Bug 549129 - Port changes for Visual Studio 2010 from bug 530093 to configure.in. r=Callek 2010-04-15 11:20:02 +05:30
Siddharth Agarwal dba789cfb6 Port bug 558887 to comm-central -- copy the manifest embedding logic over from $(PROGRAM) to $(HOST_PROGRAM). rs=Callek over IRC. 2010-04-14 12:58:01 +05:30
Justin Wood 708af00dff Bug 542283 - Port |Bug 494826 - Compile SQLite with SQLITE_DEBUG defined| to comm-central. r=KaiRo 2010-04-10 22:07:25 -04:00
Ginn Chen 68f16edee4 Bug 552635 Port fix of Bug 550371 to comm-central 2010-04-10 10:09:11 +08:00
Serge Gautherie e015f02224 Bug 557413 - ar: ctypes/libffi/.libs/libffi.a: Resource temporarily unavailable; (Cv1-CC) Copy it to comm-central.
r=Callek.
2010-04-09 16:11:56 +02:00
Serge Gautherie a8d778c7ed Bug 542291 - Port |Bug 363485 - Build break in JavaXPCOM when building with MSYS| to comm-central; (Av1) Just copy (the useful part of) it, Copy bug 506576 too.
r=Callek.

Bug 506576 - normalizepath normalizes MSYS paths without inserting a / in between (when the first component of the path isn't an actual drive)
2010-04-09 16:07:45 +02:00
Serge Gautherie 8943799b54 Bug 506493 - Resync' configure.in between c-c and m-c; (Ov1a) Port bug 486782, Restore m-1.9.2 part after bug 543081.
r=Callek.

Bug 486782 - New variable: MOZ_FS_LAYOUT should be used instead of OS or Toolkit to determine file system layout
Bug 543081 - Put -lobjc in LDFLAGS, not LIBXUL_LIBS
2010-04-05 20:37:37 +02:00
Serge Gautherie aa69a50211 Bug 557060 - Port |Bug 551254 - Investigate safety of STL containers from code compiled with exceptions off| to comm-central; (Av1) Copy (the useful part of) it.
r=kairo.
2010-04-04 17:35:57 +02:00
Justin Wood 5e49ad1a58 Bug 545313, Port |Bug 480967 - Don't leak MSYS paths into makefiles| to comm-central. r+=KaiRo 2010-03-29 22:56:14 -04:00
Justin Wood 682f0bf513 Bug 550657, Port |Bug 485409, Substitute windows-style paths in configure when building with pymake| to c-c. r+=KaiRo, sr+=Standard8 2010-03-29 22:55:33 -04:00
Serge Gautherie 2ada305d15 Bug 488175 - Need to include |namespace mozilla {Foo}| headers as |#include "mozilla/Foo"|; (Ev1a-CC) Copy it to comm-central, with bug 494172 too.
r=Callek.

Bug 494172 - static libs (.a) are no longer shipped in the xul sdk
2010-04-02 16:46:27 +02:00
Mark Banner feb5f4dd27 Bug 556352 |make xpcshell-tests| runs mailnews tests in a loop r=KaiRo 2010-04-01 16:42:07 +01:00
Serge Gautherie dff32604e4 Bug 492026 - Port |Bug 480069 - Recursive submakes without shell loops| to comm-central; (Av1a) Just copy it.
r=Callek sr=standard8.
2010-03-31 16:11:32 +02:00
Justin Wood 01087523ff backout Bug 545313, as well... (changeset ad08c4e0a3c6 ) 2010-03-30 02:48:49 -04:00
Justin Wood cc40b672ff backout Bug 545313, as well... (changeset ad08c4e0a3c6 ) 2010-03-30 02:44:31 -04:00
Justin Wood e480f0ebe3 backout Bug 550657, this DID break TB 1.9.2 :( 2010-03-30 01:22:00 -04:00
Justin Wood 4d7d57774f backout Bug 550657, this DID break TB 1.9.2 :( 2010-03-30 01:20:07 -04:00
Justin Wood d399f2b6c9 Bug 545313, Port |Bug 480967 - Don't leak MSYS paths into makefiles| to comm-central. r+=KaiRo 2010-03-29 22:56:14 -04:00
Justin Wood e995208334 Bug 550657, Port |Bug 485409, Substitute windows-style paths in configure when building with pymake| to c-c. r+=KaiRo, sr+=Standard8 2010-03-29 22:55:33 -04:00
Justin Wood 0ec3a879a9 Bug 545055, Port |Bug 460913 - Installer shouldn't copy xulrunner files into Firefox install directory| to comm-central. r+=KaiRo. 2010-03-29 22:54:50 -04:00
Serge Gautherie 90bed304a4 Bug 550658 - QT - Set LIBS to MOZ_QT_LIBS; (Bv1a-CC) Copy it to comm-central.
r=Callek.
2010-03-28 17:40:04 +02:00
Serge Gautherie a5c5bb7378 Bug 506493 - Resync' configure.in between c-c and m-c; (Kv1a) Copy bug 522157, Port bug 522440.
r=Callek.

Bug 522157 - Make -D__FUNCTION__=__func__ global for Sun Studio on Solaris
Bug 522440 - QCMS: Make sse/sse2 code built with Sun Studio 12 on Solaris
2010-03-28 17:36:42 +02:00
Serge Gautherie 137e05a9e4 Bug 548207 - allow make check to run over remote connection from devicemanager.py; (Cv2-CC) Port (the useful part of) it to comm-central, (partly m-1.9.2+).
r=Callek.
2010-03-27 16:48:52 +01:00
Justin Wood 43d9885e1c Bug 543382, Port |Bug 467862, Build system should support building both a static and a shared library from the same Makefile| to c-c. (fix nit too)
r+=KaiRo, sr+=Standard8
2010-03-27 01:23:08 -04:00
Serge Gautherie ca61d72409 Bug 548788 - [Shredder] Trunk packaging shouting about a missing file: "config/printconfigsetting.py': [Errno 2] No such file or directory"; (Bv1b-CC) Use $(MOZILLA_DIR) instead of $(topsrcdir)/mozilla where possible.
r=standard8.
2010-03-26 17:14:45 +01:00
Serge Gautherie 6a5d8f8c70 Bug 513709 - configure.in: Remove some useless vars, mozilla-* ones are enough; (Pv1) Remove some QT related vars.
r=kairo.
2010-03-26 02:41:47 +01:00
Mark Banner 84ffb29417 Bug 554359 about:rights text in nightlies is showing text for branded builds. r=Callek 2010-03-25 22:09:48 +00:00
Serge Gautherie 3e58e7bc43 Bug 552222 - Drop MOZ_XPFE_COMPONENTS / --disable-xpfe-components; (Bv1-CC) Copy it to comm-central, (m-1.9.2+).
r=standard8.
2010-03-25 15:30:03 +01:00
Serge Gautherie ca203b29d8 Bug 549293 - Port MOZ_IPC support to comm-central; (Av1a) Just copy (the useful part of) it.
r=Callek.

changeset fc6ed914e44e
changeset 11c34494c1f3
changeset 29cce68477c5
changeset 489e7d993d34
Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
WinMo bustage: Electrolysis doesn't have WinMo tinderboxes and we had a silent code race with bug 515748
changeset 848a7cf64d03
2010-03-13 16:06:44 +01:00
Serge Gautherie bf14562a20 Bug 506493 - Resync' configure.in between c-c and m-c; (Cv1) Copy bug 520359 and bug 524554.
r=Callek.

Bug 520359 - pymake fails to build Firefox
Bug 524554 - WinMo package-tests broken: nsinstall path too long?
2010-03-13 01:15:42 +01:00
Justin Wood 600248df5b Bug 540472, Resync' config/static-checking-config.mk (etc) from m-c, r=KaiRo 2010-03-11 14:50:13 -05:00