Commit Graph

586 Commits

Author SHA1 Message Date
reed@reedloden.com
b83a4cbd38 Bug 416450 - "Properly annotate recursive make invocation" (Mark MAKE_TIER_SUBMAKEFILES as a recursive make invocation) [p=jim@mozilla.com (Jim Blandy) r+a1.9=bsmedberg] 2008-02-13 03:35:45 -08:00
benjamin@smedbergs.us
c00f226f8e Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking 2008-02-12 11:46:26 -08:00
reed@reedloden.com
781685369c Bug 401140 - "VC9 issues building zlib" [p=sciguyryan@gmail.com (Ryan Jones) r=luser/ted a1.9=damons] 2008-02-09 22:04:19 -08:00
jag@tty.nl
6b4aa39072 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
benjamin@smedbergs.us
adac3963d9 Bug 412320 - Try code-generation for QI impls, r=roc+luser 2008-01-25 09:14:48 -08:00
joshmoz@gmail.com
cbe9497692 Leopard GDB complains of .o files having newer timestamp than executable. Patch by Stan Shebs. b=401767 r=bsmedberg 2008-01-07 14:07:42 -08:00
dtownsend@oxymoronical.com
4a043238b6 Bug 410258: EXTRA_PP_COMPONENTS and EXTRA_PP_JS_MODULES fail if the target directory does not already exist. r=luser, a=beltzner 2008-01-04 00:57:11 -08:00
reed@reedloden.com
831023ed7e Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" (don't run test twice) [p=laurent@xulfr.org (Laurent Jouanneau) r=luser a1.9=schrep] 2007-12-12 05:26:19 -08:00
mark@moxienet.com
22ed210045 [10.5] 1.8 build configured with --enable-strip fails: strip: symbols referenced by relocation entries that can't be stripped in: .../xpinstall/src/libxpinstall.dylib. Always use ld -exported_symbols_list, never use nmedit -s. r=ted.mielczarek a/1.9=dsicore 2007-11-30 12:33:14 -08:00
reed@reedloden.com
4b418ffafa Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" [p=laurent@xulfr.org (Laurent Jouanneau) r=robcee sr=luser a1.9=beltzner] 2007-11-22 17:42:22 -08:00
reed@reedloden.com
d106f66c85 Bug 401806 - "support building with dtrace enabled on Mac OS X" [p=Ryan r=luser aM9=schrep] 2007-11-01 23:36:49 -07:00
jst@mozilla.org
fbef483d10 Landing fix for bug 388564. Adding Dtrace probes to the JS engine. Patch by padraig.obriain@sun.com and brendan@sun.com, and some intergration work done by jst@mozilla.org. r=brendan@mozilla.org, igor@mir2.org, sayrer@gmail.com, and r+a=ted.mielczarek@gmail.com. 2007-10-19 15:24:32 -07:00
benjamin@smedbergs.us
2f77feeca6 Bug 398730 - Remove default suffix rules from rules.mk and some fixes to help automated-rewriting efforts, r=luser a=sayrer 2007-10-13 15:14:28 -07:00
jst@mozilla.org
4054d48d00 Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com 2007-10-10 16:03:14 -07:00
ted.mielczarek@gmail.com
8929db3c74 bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case (follow up patch, forgot to address review comment). r=bsmedberg, a=bz 2007-09-26 04:17:47 -07:00
ted.mielczarek@gmail.com
b62c09faf0 bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case. r=bsmedberg, a=bz 2007-09-26 03:38:29 -07:00
neil@parkwaycc.co.uk
d64a381321 uriloader/exthandler dependencies not working in Windows b=393270 r=bsmedberg 2007-08-30 15:48:28 -07:00
ted.mielczarek@gmail.com
36858dc9bf bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg 2007-08-28 10:38:02 -07:00
neil@parkwaycc.co.uk
0c716b03a2 uriloader/exthandler dependencies not working in Windows b=393270 r=luser 2007-08-23 14:52:19 -07:00
dbaron@dbaron.org
5d73f51dfb Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky 2007-08-19 17:00:11 -07:00
jwalden@mit.edu
444f76bd14 Bug 296653 - mkdepend takes more than 10 hours on Solaris for nsIconChannel.cpp. Patch by Ginn Chen <ginn.chen@sun.com>, r=cls, a=bz 2007-08-17 16:07:39 -07:00
benjamin@smedbergs.us
4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
benjamin@smedbergs.us
4639eb3dac Bug 389401 - Build horked using VC71 and make -jN, r=cls 2007-07-25 06:56:04 -07:00
asqueella@gmail.com
d76e5ec020 Bug 382297 - use a single PDB file per library (back out 286179)
p=Vladimir Vukicevic (:vlad) <vladimir@pobox.com>
r=ted.mielczarek
2007-07-14 15:07:00 -07:00
benjamin@smedbergs.us
cc074e3032 Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag 2007-07-11 10:26:11 -07:00
joshmoz@gmail.com
a07c4478fb support DWARF2 debugging on Mac OS X, needed for debugging on 10.5. Patch by Stan Shebs. b=363590 r=bsmedberg 2007-06-29 22:20:00 -07:00
bzbarsky@mit.edu
a3cf44e135 Followup to fix build bustage for bug 380970, patch by Alex Vincent<ajvincent@gmail.com>, r=sayrer, sr=bsmedberg 2007-06-10 15:14:53 -07:00
mozilla@weilbacher.org
58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
gavin@gavinsharp.com
94d232c05d Backing out the patch for bug 350616 to see if it will fix the windows orange 2007-06-09 20:41:57 -07:00
ted.mielczarek@gmail.com
51e027a329 bug 350616 - Need to figure out VC8 CRT issues with the XULRunner stub (and with embedding) - embed manifests in everything. r=bsmedberg 2007-06-08 05:47:41 -07:00
rcampbell@mozilla.com
febbcda3e8 Bug 382682, Add makefile target to launch interactive xpcshell for debugging. Patch by Alex Vincent 2007-06-06 12:40:30 -07:00
bent.mozilla@gmail.com
20b6443053 Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions. 2007-05-23 13:08:44 -07:00
ted.mielczarek@gmail.com
f46e7d3d68 mistake from bug 378926. r=bsmedberg 2007-05-14 07:21:44 -07:00
pedemont@us.ibm.com
8193bdda2a Bug 363485 - MSYS path conversion fix. r=bsmedberg. 2007-05-02 10:02:45 -07:00
mats.palmgren@bredband.net
c712869d45 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
ted.mielczarek@gmail.com
c954d4ee02 bug 378926 - support HOST_CMSRCS, HOST_CMMSRCS, .cc files in HOST_CPPSRCS. r=bsmedberg 2007-04-27 04:47:10 -07:00
benjamin@smedbergs.us
59fa1d4b90 Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 07:26:42 -07:00
neil@parkwaycc.co.uk
6bbfcd5c3a Bug 378122 Fix more bustage from bug 375388 p=brian.lu@sun.com r=wtc 2007-04-20 01:12:30 -07:00
axel@pike.org
37999fa74b bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
benjamin@smedbergs.us
b0765393ab Bug 371253 - "make install" doesn't work with flat chrome (by design), so add an error to that effect, r=luser 2007-04-05 06:21:42 -07:00
cbiesinger@web.de
b7c6421e4d Bug 375189 use $(MAKE) instead of make in makefilespatch by Marco Perez <bugmail@millibyte.net> r=bsmedberg 2007-03-31 12:37:51 -07:00
neil@parkwaycc.co.uk
9a1cd025a8 Fix bustage from bug 375388 2007-03-26 11:29:16 -07:00
neil@parkwaycc.co.uk
38e47073c0 Fix SeaMonkey Mac tinderbox cross-compilation bustage b=375388 r=bsmedberg 2007-03-26 11:17:02 -07:00
dbaron%dbaron.org
fc29d7ba21 Remove destination file before directing output to it, in case it's a symlink back to sourcedir. b=373362 r=bsmedberg 2007-03-21 19:03:53 +00:00
pedemont%us.ibm.com
cd2402f70c Bug 363485 - Fix cygwin/msys build break in JavaXPCOM. r=bsmedberg. 2007-03-07 22:44:16 +00:00
benjamin%smedbergs.us
e37e07e4a8 Fix unit tests on MSYS build environments, r=biesi 2007-03-03 21:14:38 +00:00
pedemont%us.ibm.com
4dafcd97d6 Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg. 2007-03-02 21:28:58 +00:00
benjamin%smedbergs.us
b5c72a22b9 Bug 78081 - Don't export intermediate libraries, r=luser
This is going to break camino until those build scripts are updated.
2007-02-21 15:13:36 +00:00
jwalden%mit.edu
f940acd66d Last bugfixing patch for bug 351968, fixing the yellow on fxexp-win32-tbox. Once I've verified this, there's still some debug code to remove, but that'll be it! 2007-02-01 03:34:38 +00:00
jwalden%mit.edu
c0fc6a93d5 Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages). 2007-01-31 07:22:12 +00:00