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

2087 Коммитов

Автор SHA1 Сообщение Дата
benjamin%smedbergs.us d83c776371 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 17:26:12 +00:00
benjamin%smedbergs.us d39957269b Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 18:20:28 +00:00
nrthomas%gmail.com f0d9998e82 Bug 386114, bump to *a7pre* in the meantime, r=bsmedberg 2007-07-02 15:58:30 +00:00
joshmoz%gmail.com c26f330de2 support DWARF2 debugging on Mac OS X, needed for debugging on 10.5. Patch by Stan Shebs. b=363590 r=bsmedberg 2007-06-30 05:20:00 +00:00
benjamin%smedbergs.us 42c7e1c6b1 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 19:22:55 +00:00
benjamin%smedbergs.us b60c196e68 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 16:35:05 +00:00
benjamin%smedbergs.us 9784bf995e Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 18:41:00 +00:00
benjamin%smedbergs.us da35219480 Re-add milestone.pl to make configure.in MOZILLA_VERSION happy :-( 2007-06-25 17:35:03 +00:00
benjamin%smedbergs.us c1759865eb Fix Windows fileversion fu from bug 383167 2007-06-25 17:23:33 +00:00
benjamin%smedbergs.us 81d0ea8604 Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 15:26:03 +00:00
benjamin%smedbergs.us c5d94c7856 Bug 385692 - Wrap the ptrace header used by breakpad, patch by Stephen Moehle <smoehle@comcast.net>, r=me 2007-06-25 07:26:24 +00:00
dcamp%mozilla.com 64ce46bc71 Bug 380540 - crash reporter client on linux, r=luser 2007-06-21 16:11:07 +00:00
kherron%fmailbox.com f44c4f809e Bug 247204 - lock up at start when using threaded GTK2 libraries (i.e. gconf). Patch by Walter Meinl <wuno@lsvw.de>, r+sr=roc. 2007-06-17 13:02:08 +00:00
mats.palmgren%bredband.net 1104dddb66 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 18:03:03 +00:00
bzbarsky%mit.edu 4fe7546606 Followup to fix build bustage for bug 380970, patch by Alex Vincent
<ajvincent@gmail.com>, r=sayrer, sr=bsmedberg
2007-06-10 22:14:53 +00:00
mozilla%weilbacher.org ed37c961ed Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 22:13:12 +00:00
gavin%gavinsharp.com fecf93c3df Backing out the patch for bug 350616 to see if it will fix the windows orange 2007-06-10 03:41:58 +00:00
ted.mielczarek%gmail.com 2bb863be41 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 12:47:44 +00:00
rcampbell%mozilla.com 7cf55f6a5d Bug 382682, Add makefile target to launch interactive xpcshell for debugging. Patch by Alex Vincent 2007-06-06 19:42:46 +00:00
cltbld 07df260043 Bug 382873 - bumping nightly version to a6pre. me=joduinn, r=preed 2007-06-02 01:15:12 +00:00
bent.mozilla%gmail.com 243b45e3dd 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 20:08:55 +00:00
alfred.peng%sun.com 2b83d9f94b Fix the bustage for bug 381247 on Solaris. Use the POSIX macro S_ISDIR.
r=benjamin.
2007-05-23 13:30:45 +00:00
roc+%cs.cmu.edu a5768ae151 Bug 381247. mkdepend on Windows should call GetFileAttributesEx instead of stat() to check for file existence. r=bsmedberg 2007-05-23 03:48:13 +00:00
ted.mielczarek%gmail.com c72739140e mistake from bug 378926. r=bsmedberg 2007-05-14 14:21:44 +00:00
ted.mielczarek%gmail.com 23750009a2 bug 368206 - integrate breakpad exception handler/crash reporter on OS X. fix up static linking for thunderbird et. al and enable breakpad by default on OS X. r=bsmedberg 2007-05-07 15:32:41 +00:00
asqueella%gmail.com 77600220af Bug 318331 - Default build does not support Xinerama - detect support at runtime
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r+sr=roc
2007-05-02 20:07:33 +00:00
pedemont%us.ibm.com 6919bc8e2b Bug 363485 - MSYS path conversion fix. r=bsmedberg. 2007-05-02 17:02:45 +00:00
mats.palmgren%bredband.net 24e870cb3d Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 23:52:44 +00:00
nrthomas%gmail.com 625a20520f Bug 378905, bump versions to alpha 5, p=rhelmer, r=cf 2007-04-27 13:17:32 +00:00
ted.mielczarek%gmail.com e6c5690661 bug 378926 - support HOST_CMSRCS, HOST_CMMSRCS, .cc files in HOST_CPPSRCS. r=bsmedberg 2007-04-27 11:47:10 +00:00
dbaron%dbaron.org 117cf7c3fa Add dbus headers. b=378303 r=bsmedberg 2007-04-25 20:53:05 +00:00
benjamin%smedbergs.us bcf45b327f Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 14:26:43 +00:00
neil%parkwaycc.co.uk 80ff79900c Bug 378122 Fix more bustage from bug 375388 p=brian.lu@sun.com r=wtc 2007-04-20 08:12:30 +00:00
wr%rosenauer.org 04db63f517 Bug 377843 - Fix build of the DBUS component, r=bsmedberg 2007-04-19 05:00:25 +00:00
axel%pike.org f0482e54d9 bug 361583, support filter commandline argument, and use it from packager.mk, r=bsmedberg 2007-04-13 23:43:36 +00:00
axel%pike.org b25746ee20 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 16:35:03 +00:00
benjamin%smedbergs.us 667b6010dc Bug 371253 - "make install" doesn't work with flat chrome (by design), so add an error to that effect, r=luser 2007-04-05 13:21:42 +00:00
cbiesinger%web.de 55e59def5f Bug 375189 use $(MAKE) instead of make in makefiles
patch by Marco Perez <bugmail@millibyte.net> r=bsmedberg
2007-03-31 19:37:52 +00:00
neil%parkwaycc.co.uk d0edca0b34 Fix bustage from bug 375388 2007-03-26 18:29:16 +00:00
neil%parkwaycc.co.uk 9661cb8a7b Fix SeaMonkey Mac tinderbox cross-compilation bustage b=375388 r=bsmedberg 2007-03-26 18:17:02 +00:00
ted.mielczarek%gmail.com 3fc9e6e60d bug 371201 - error on spaces in XPI_NAME and some other Makefile vars. r=bsmedberg 2007-03-26 18:15:02 +00:00
nrthomas%gmail.com 51be0f4cd1 Bug 375220, bump versions to {3.0,1.9}a4pre now that alpha 3 has shipped, r=preed 2007-03-25 22:10:07 +00:00
dbaron%dbaron.org 4992ff46d8 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
benjamin%smedbergs.us f2a83f0722 Bug 372400 - Require python in configure, r=luser 2007-03-08 22:13:42 +00:00
pedemont%us.ibm.com e74d385bf4 Bug 363485 - Fix cygwin/msys build break in JavaXPCOM. r=bsmedberg. 2007-03-07 22:44:16 +00:00
benjamin%smedbergs.us 09491f779f Fix unit tests on MSYS build environments, r=biesi 2007-03-03 21:14:38 +00:00
pedemont%us.ibm.com 11e7b61647 Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg. 2007-03-02 21:28:58 +00:00
benjamin%smedbergs.us 5d961a11eb Bug 369395 - We shouldn't be installing nsBuildID.h during install::, patch by Mike Hommey, r=me 2007-03-01 18:37:25 +00:00
dmose%mozilla.org d5435b050c Fix sunbird bustage by removing now unnecessary libmozical linkage here. r=bsmedberg. 2007-02-23 00:53:22 +00:00
benjamin%smedbergs.us d29fabea2c Bug 371153 - Calculate mkdepend dependencies by hand, r=Neil 2007-02-21 20:06:33 +00:00