Kyle Huey
|
db0879856c
|
Backed out changeset 0e9ba7c029e3
|
2010-12-04 23:05:58 -05:00 |
|
Kyle Huey
|
e0760603a1
|
Bug 585011 - Invoke cl.py as a pymake native command. r=Callek, a=bsmedberg
|
2010-08-08 23:12:54 -07:00 |
|
Mike Hommey
|
580a41a089
|
Bug 611405 part 1 - Export jemalloc symbols when linking with the xpcom standalone glue. r=bsmedberg,a=clegnitto
|
2010-11-17 09:56:19 +01:00 |
|
Brad Lassey
|
6dd76cc6e1
|
backing out c708054e1f65, due to build bustage a=bustage
|
2010-11-16 18:54:44 -05:00 |
|
Michael Wu
|
6cee5da907
|
Bug 608498 - Turn on fakelibs on Android, r=khuey a=blassey
|
2010-11-16 14:27:06 -08:00 |
|
Ryan VanderMeulen
|
56c64be86b
|
Bug 604937 - Remove last vestiges of OPT:NOWIN98 from Mozilla code. r=khuey
|
2010-11-06 10:39:47 +01:00 |
|
Wan-Teh Chang
|
f747eaea4e
|
Bug 580679: do not define ZLIB_INTERNAL when compiling files outside
zlib. This reverts some of the zlib-related changes in Dec. 2004 for
libxul (bug 272783 and bug 273876). r=bsmedberg. a=bsmedberg.
|
2010-09-02 16:47:06 -07:00 |
|
Axel Hecht
|
057073b70e
|
bug 559961, explicitly abspath optimizejars.py, r=ted, a=bustage-fix
|
2010-08-19 15:56:20 +02:00 |
|
Taras Glek
|
cbf7b8bcd4
|
Bug 559961 - Reorder jar files as part of PGO, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : d8a75545714a131291c74dd79c966150544ff9d1
|
2010-08-18 10:34:07 -07:00 |
|
Taras Glek
|
c3b1e9d1a0
|
Bug 580407 - Link js statically r=bsmedberg+khuey a=bsmedberg
|
2010-08-13 21:18:05 -07:00 |
|
Kyle Huey
|
634b63f3af
|
Turn off error-on-double-including-config.mk for the moment on this CLOSED TREE
|
2010-08-06 09:21:41 -07:00 |
|
Kyle Huey
|
d7397260c9
|
Fix build dependencies in content/html/content/src and make double-including config.mk fatal. irc-r=ted
--HG--
extra : rebase_source : 3362befa95b5ab3aff581b49f58652d653d1a8ac
|
2010-08-06 08:26:20 -07:00 |
|
Wan-Teh Chang
|
c415ddd0a4
|
Bug 561510: fix unrecognized option /L... linker warning on
Windows. Define MOZALLOC_LIB using EXPAND_LIBNAME_PATH instead
of EXPAND_MOZLIBNAME. r=bsmedberg,ginn.chen. approval2.0+ by
bsmedberg.
|
2010-08-06 06:51:38 -07:00 |
|
Kyle Huey
|
c5fc54ad89
|
Bug 518136: Use -showIncludes to generate dependencies for MSVC for a substantial build performance win. r=ted
|
2010-08-04 16:59:23 -07:00 |
|
Kyle Huey
|
353f0f4dfb
|
Fixing typos on a CLOSED TREE
|
2010-08-01 02:32:15 -07:00 |
|
Kyle Huey
|
6cabbd4fed
|
Bug 522770: Followup to turn on fakelibs only on Windows since gcc is dumb, even on a CLOSED TREE
|
2010-08-01 02:12:17 -07:00 |
|
Kyle Huey
|
932ea79b49
|
Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
|
2010-08-01 01:48:21 -07:00 |
|
Ted Mielczarek
|
01a35302ce
|
bug 542504 - SIMPLE_PROGRAMS (and CPP_UNIT_TESTS) don't get re-linked in a PGO build. r=mitch, a=mossop
--HG--
extra : rebase_source : b33997adcd4567057adf01d8d3e4ac857e4df502
|
2010-07-26 15:21:55 -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
|
7e862cd535
|
Fix reftest so that components are registered in the root chrome.manifest when it is packaged as an extension instead of in-tree.
|
2010-06-25 08:27:10 -04:00 |
|
Daniel Holbert
|
fd37dc44c5
|
Bug 557566 followup: disable FAIL_ON_WARNINGS on Android. r=mwu
|
2010-06-26 15:15:35 -07:00 |
|
Daniel Holbert
|
e9dcbfb120
|
Bug 557566, part 1: Add Makefile-variable FAIL_ON_WARNINGS (and debug-only version FAIL_ON_WARNINGS_DEBUG). r=ted
|
2010-05-06 11:55:18 -07:00 |
|
Micah Gersten
|
01bb71c7ad
|
Bug 550823 - cannot find -lmozalloc when building with gcc-4.4 r=bsmedberg
|
2010-04-22 14:58:39 +02:00 |
|
Chris Jones
|
cedd844205
|
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
|
2010-04-20 15:12:02 -05:00 |
|
Chris Jones
|
7c959e67d7
|
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
|
2010-04-02 12:58:11 -05:00 |
|
Chris Jones
|
996c23e86b
|
Backed out changeset cec7b12eb5e3
|
2010-04-02 13:20:22 -05:00 |
|
Chris Jones
|
94e6bcfee2
|
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
|
2010-04-02 12:58:11 -05:00 |
|
Mitchell Field
|
f0d15512f1
|
bug 516758 - Remove more options from configure r=ted
|
2010-03-30 10:34:00 -04:00 |
|
Serge Gautherie
|
8fddfc7d30
|
Bug 548207 - allow make check to run over remote connection from devicemanager.py; (Dv1a) Tidy up RUN_TEST_PROGRAM conditionals.
r=ted.mielczarek.
|
2010-03-24 00:24:38 +01:00 |
|
Mitchell Field
|
d162651fc5
|
bug 517097 - make enabling debug symbols more sane r=ted
|
2010-03-02 06:24:00 -05:00 |
|
Brad Lassey
|
65e93ade37
|
follow up to bug 548207, test for WINCE instead of CROSS_COMPILE due to make check failure on OSX
--HG--
extra : rebase_source : 2b0ab634f5286e6317e147daa0cd790f633acdbf
|
2010-03-10 15:35:31 -05:00 |
|
Brad Lassey
|
8857f4c08a
|
bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
|
2010-03-10 13:36:45 -05:00 |
|
Jim Mathies
|
30f4555662
|
back out of patch for bug 517097 due to bustage. CLOSED TREE
|
2010-03-10 10:51:15 -06:00 |
|
Mitchell Field
|
4d16a7c52c
|
bug 517097 - make enabling debug symbols more sane r=ted
--HG--
extra : rebase_source : 7abb0297202f10afe80c5a74e47899b4762095a2
|
2010-03-02 06:24:00 -05:00 |
|
Doug Turner
|
dc1a9634e1
|
build bustage fix. bad ws in config.mk
|
2010-03-08 09:19:17 -08:00 |
|
Doug Turner
|
a8f9633293
|
Bug 550658 - OS Libs should include qt os libraries. r=ted
|
2010-03-08 08:55:53 -08:00 |
|
Chris Jones
|
2141078f6e
|
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
|
2010-03-03 23:02:57 -06:00 |
|
Benjamin Smedberg
|
9d1a332645
|
Backed out changeset fe08cc555248 - bug 517097 - make enabling debug symbols more sane because it added -fno-inline to opt builds and a 50% perf regression
|
2010-02-11 17:14:38 -05:00 |
|
Mitchell Field
|
905fe4d3db
|
bug 517097 - make enabling debug symbols more sane r=ted.mielczarek
--HG--
extra : rebase_source : 3b9b43f06fbbd1bcceb5763061ee97378602cac5
|
2010-02-11 08:21:00 -05:00 |
|
Ted Mielczarek
|
d05bbfd9e2
|
bug 530093 - allow building with VC10. configure+build system changes. r=bsmedberg
|
2009-11-23 10:20:21 -05:00 |
|
Brad Lassey
|
04ffc11af6
|
bug 524554 - WinMo package-tests broken: nsinstall path too long r=ted
|
2009-10-28 16:12:13 -04:00 |
|
Phil Ringnalda
|
90f4db5b2e
|
Bug 520339 - Remove leftovers from MOZ_COMPONENTLIB, r=bsmedberg
|
2009-10-10 18:07:43 -07:00 |
|
Ted Mielczarek
|
03b86b92b4
|
bug 520359 - pymake fails to build Firefox r=bsmedberg
--HG--
extra : rebase_source : d8c6f4927a1d41ccb4d46c33c4c98812bdbb098d
|
2009-10-08 14:10:50 -04:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Mitchell Field
|
9bf8383b06
|
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
|
2009-09-15 13:06:32 -04:00 |
|
cls
|
9ab69d6189
|
Bug 505739 - "Remove XCFLAGS from default compile line to fix mingw cross-compile issues" ( remove XCFLAGS from COMPILE_CFLAGS / COMPILE_CXXFLAGS) [r=bsmedberg]
|
2009-09-04 21:54:07 -05:00 |
|
Benjamin Smedberg
|
008e309c7f
|
Bug 513032 - remove empty conditionals in our makefiles, r=ted
|
2009-08-27 10:48:18 -07:00 |
|
Mitchell Field
|
be725fa2ce
|
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
|
2009-09-02 13:01:29 -04:00 |
|
Karl Tomlinson
|
59e83ae8e9
|
bug 506845 targets are not rebuilt when archives from EXPAND_LIBNAME change r=bsmedberg
|
2009-08-17 09:54:45 +12:00 |
|