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

1119 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com d51366ee91 Define MOZ_LIBART_LIBS properly for beos.
Bug #163251
2002-09-01 07:22:06 +00:00
leaf%mozilla.org 2e4ce46c9d Automated update 2002-09-01 07:09:53 +00:00
leaf%mozilla.org c153e373b9 Automated update 2002-08-31 04:09:54 +00:00
seawood%netscape.com f0c8df14f6 Remove --enable-java-supplement.
Fix --enable-auto-deps.
Bug #161461 r=bryner
2002-08-31 04:04:49 +00:00
leaf%mozilla.org 9f17d2b3d0 Automated update 2002-08-29 14:54:55 +00:00
leaf%mozilla.org b67c821cf3 Automated update 2002-08-29 14:25:00 +00:00
leaf%mozilla.org 45bf981648 Automated update 2002-08-29 10:40:24 +00:00
leaf%mozilla.org 1b7fc951fa Automated update 2002-08-23 23:09:56 +00:00
leaf%mozilla.org f78319b245 Automated update 2002-08-22 22:55:58 +00:00
seawood%netscape.com 86234c6b5a Rename config-defs.h to mozilla-config.h. Always generate mozilla-config.h and install it with the rest of the headers so that embeddors can use it instead of duplicating the flags on the commandline.
Bug #163929 r=bryner
2002-08-22 00:50:51 +00:00
rods%netscape.com 64dbd3ade1 Move printing code out of the DocumentViewer
add in #defines to turn on and off printing and print preview
Bug 139905 r=dcone sr=jst
2002-08-21 12:01:05 +00:00
leaf%mozilla.org 8cccbb27d1 Automated update 2002-08-20 22:25:03 +00:00
leaf%mozilla.org 2fa5a44023 Automated update 2002-08-19 19:40:08 +00:00
leaf%mozilla.org 42a2db6ee4 Automated update 2002-08-19 03:55:03 +00:00
axel%pike.org 0881b0cc24 bug 46754, remove transformiix copy of expat. Not part of build. build transformiix standalone on windows again.
changes to build system are r=cls, changes to transformiix r=peterv
2002-08-15 08:52:59 +00:00
leaf%mozilla.org 41c08aa13a Automated update 2002-08-10 09:10:06 +00:00
seawood%netscape.com 537e2fe71e Fix build problem caused by having spaces in the username.
Bug #137059 r=dmose r=mcs
2002-08-10 09:02:49 +00:00
seawood%netscape.com 41cbdd0e4d Adding back the NO_X11 ifdef as the general test is wrapped in a SKIP_COMPILER_CHECKS ifdef. 2002-08-08 23:52:51 +00:00
seawood%netscape.com 4b567239da Misc build cleanup v1:
Cleanup win32 configure output. Remove EMACS
Bug #161461 r=bryner
2002-08-08 21:35:45 +00:00
leaf%mozilla.org 2bbe1dcb53 Automated update 2002-08-08 18:56:40 +00:00
seawood%netscape.com 3e7db0f451 Use correct names for WIDGET_DLL & GFXWIN_DLL on win32.
Bug #160450 r=leaf
2002-08-08 18:54:09 +00:00
leaf%mozilla.org d6f5e2e706 Automated update 2002-08-07 23:55:08 +00:00
seawood%netscape.com 596c98c0f7 Remove explicitly linking against -lc on linux as it could break backwards binary compatibility. Linking using gcc/g++ should automatically link against libc.
Thanks to Franz.Sirl-kernel@lauterbach.com for the patch.
Bug #72766 r=wtc,cls
2002-08-07 11:11:39 +00:00
leaf%mozilla.org a63555ffdf Automated update 2002-08-07 06:40:08 +00:00
leaf%mozilla.org 978af40e67 Automated update 2002-07-27 14:55:17 +00:00
leaf%mozilla.org fa205fb857 Automated update 2002-07-27 06:10:15 +00:00
leaf%mozilla.org 83cc625626 Automated update 2002-07-27 02:55:14 +00:00
leaf%mozilla.org c7955b6904 Automated update 2002-07-25 18:40:14 +00:00
leaf%mozilla.org 22d318d030 Automated update 2002-07-24 05:55:40 +00:00
leaf%mozilla.org 0d90941f55 Automated update 2002-07-18 04:25:47 +00:00
seawood%netscape.com 3cfe0f9012 Remove DARWIN define from osx builds as it cripples the feature set provided by
OSX headers.
Bug #154232 r=wtc sr=scc a=scc
2002-07-18 04:11:48 +00:00
leaf%mozilla.org 61208d8e7a Automated update 2002-07-17 02:40:21 +00:00
leaf%mozilla.org c714d26b37 Automated update 2002-07-12 21:40:22 +00:00
leaf%mozilla.org 60cfb6d2fe Automated update 2002-07-09 16:40:28 +00:00
seawood%netscape.com c80cc18d6b compaq cxx doesn't like exception declarations when exceptions are disabled.
More fallout from bug #149032
2002-07-04 01:31:05 +00:00
seawood%netscape.com 1be8fdd2b8 Remove CPP_THROW_NEW workaround for all non-gnu compilers except MIPSPro, which doesn't like exception handling code when exceptions have been disabled via the compiler switch.
Bug #149032
2002-07-03 17:18:04 +00:00
seawood%netscape.com 8e37611717 Don't set CPP_THROW_NEW for non-gnu compilers until I figure out why every commercial compiler (except MSVC) dies on this. 2002-07-02 22:59:34 +00:00
seawood%netscape.com 5c19b76a13 Add CPP_THROW_NEW macro to the build system. This macro should be used when def
ining a local |operator new| function.  It will be set to an empty throw functio
n by default on all platforms except mac CW builds.  This will allow us to not c
rash on systems that expect |operator new| to throw an exception by default and
will suppress compiler warnings about how |operator new| should throw an excepti
on instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:26:10 +00:00
leaf%mozilla.org 64d8dc41e0 Automated update 2002-06-28 06:25:47 +00:00
leaf%mozilla.org 020ba029db Automated update 2002-06-26 20:25:44 +00:00
leaf%mozilla.org 6d18bc3f60 Automated update 2002-06-26 03:10:34 +00:00
leaf%mozilla.org 89e33bff4a Automated update 2002-06-21 13:55:42 +00:00
leaf%mozilla.org 45e7df27f8 Automated update 2002-06-20 23:40:39 +00:00
leaf%mozilla.org feb4aeaaa4 Automated update 2002-06-19 20:55:43 +00:00
seawood%netscape.com 81564cac4d Fixing build bustaged caused by absolute path assumptions.
Fallout from bug #141834
2002-06-19 20:45:57 +00:00
leaf%mozilla.org 946411e96b Automated update 2002-06-19 15:11:18 +00:00
seawood%netscape.com fb0381c091 Add --disable-activex to turn off building of activex component (win32 only).
Thanks to Stephen Walker  <walk84@yahoo.com> for the patch.
Bug #141376 r=cls
2002-06-19 14:59:05 +00:00
leaf%mozilla.org b7c32d473e Automated update 2002-06-18 21:40:40 +00:00
seawood%netscape.com 751fe76301 Explicitly use sh when calling the cygwin-wrapper script as some developers are reporting that their shell can't call the script directly.
Fallout from bug #141834
2002-06-18 21:36:45 +00:00
leaf%mozilla.org e3a98302cb Automated update 2002-06-17 17:10:43 +00:00
leaf%mozilla.org a4081e9b01 Automated update 2002-06-13 08:55:45 +00:00
leaf%mozilla.org a49c57940a Automated update 2002-06-11 19:26:16 +00:00
dougt%netscape.com 4646c51914 Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org 2002-06-11 19:26:04 +00:00
leaf%mozilla.org 4a4470e692 Automated update 2002-06-10 18:55:49 +00:00
seawood%netscape.com 39f4d6701b Add --disable-installer configure option for embedding purposes.
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
leaf%mozilla.org 40ddc16ed4 Automated update 2002-05-14 05:26:03 +00:00
leaf%mozilla.org de7cce8262 Automated update 2002-05-14 04:11:01 +00:00
leaf%mozilla.org f7fdfc17e8 Automated update 2002-05-12 21:11:04 +00:00
seawood%netscape.com 8345ac1cb7 Include <stddef.h> instead of <stdlib.h> in wchar_t tests to avoid exit() declaration issues with autoconf.
Bug #139211 r=dbaron
2002-05-10 23:35:40 +00:00
leaf%mozilla.org 53c483f8d7 Automated update 2002-05-06 20:11:12 +00:00
dougt%netscape.com eac1a05645 Fixing the SunOS bustage. Removing res_ninit check until we can add the right link lines. bug 142205 2002-05-06 20:01:52 +00:00
leaf%mozilla.org deebf4ec68 Automated update 2002-05-04 03:41:12 +00:00
dougt%netscape.com 6b67dc825b Fixes 117628. Failed DNS error causes future lookups to fail. Now we call res_ninit() on platforms which support this function when the dns lookup fails. r=brendan@mozilla.org, sr=darin@netscape.com 2002-05-04 03:40:06 +00:00
leaf%mozilla.org b8ae0f46bd Automated update 2002-04-27 05:41:14 +00:00
leaf%mozilla.org 3e8e0e16d4 Automated update 2002-04-26 01:26:29 +00:00
leaf%mozilla.org 5387d2905e Automated update 2002-04-25 22:26:35 +00:00
leaf%mozilla.org 44e7cd4a16 Automated update 2002-04-25 20:41:47 +00:00
leaf%mozilla.org fb0480fa29 Automated update 2002-04-25 03:11:17 +00:00
seawood%netscape.com 2d56dccf19 Oops. The 'make install' changes were from bug #56601 r=leaf 2002-04-25 02:59:07 +00:00
leaf%mozilla.org 127218807b Automated update 2002-04-10 22:56:32 +00:00
leaf%mozilla.org 004c1a9248 Automated update 2002-04-08 08:11:25 +00:00
leaf%mozilla.org 92c8645907 Automated update 2002-04-06 07:11:29 +00:00
leaf%mozilla.org 3ab755140a Automated update 2002-04-05 04:56:33 +00:00
dmose%netscape.com bb1d837088 Whitespace change to force configure to be re-run 2002-04-05 04:50:23 +00:00
seawood%netscape.com 9a110b8c1d Not sure how cvs managed to not check in this part of 38061's patch.
Should fix tinderbox bustage.
2002-04-03 09:23:10 +00:00
leaf%mozilla.org dac1b46db0 Automated update 2002-04-02 14:11:39 +00:00
leaf%mozilla.org 508d2be0c3 Automated update 2002-03-27 09:41:36 +00:00
leaf%mozilla.org 32c405da18 Automated update 2002-03-27 08:26:46 +00:00
dmose%netscape.com c34ef97b46 Whitespace change to configure to workaround dependency system issues and hopefully really fix build bustage. 2002-03-27 08:12:55 +00:00
leaf%mozilla.org a1fbdfa004 Automated update 2002-03-27 06:41:35 +00:00
leaf%mozilla.org c4e2359717 Automated update 2002-03-24 19:11:38 +00:00
leaf%mozilla.org f85639238b Automated update 2002-03-22 19:26:39 +00:00
leaf%mozilla.org db9e28b983 Automated update 2002-03-21 13:26:44 +00:00
seawood%netscape.com ab677bd5f1 Remove hardcoded OS_TARGET=WINNT and test OS_ARCH instead of OS_TARGET so that win9x/xp gmake builds work.
Bug #128779 r=jrgm a=asa
2002-03-21 09:48:15 +00:00
leaf%mozilla.org c6ccba29b1 Automated update 2002-03-20 04:56:43 +00:00
seawood%netscape.com 9ce15f29bc Move chatzilla to the list of default extensions on unix/mac.
Bug #131092 r=rginda a=asa
2002-03-19 22:38:11 +00:00
seawood%netscape.com cfa1188943 Disable postscript printing on OSX by default.
Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #129761 r=cls a=asa

Remove comment about cookie & wallet being necessary extensions.
Bug #18352
2002-03-10 07:46:59 +00:00
seawood%netscape.com b8da58166d Use MOZ_ARG_WITH_BOOL instead of MOZ_ARG_WITHOUT_BOOL for --with-system-nspr.
cleanup from Bug #127526
2002-03-08 23:27:48 +00:00
leaf%mozilla.org ea0060de5e Automated update 2002-03-08 22:41:50 +00:00
seawood%netscape.com 3b24c6bdae Default to using in-tree versions of nspr, zlib, jpeg, png & mng rather than checking for system version as some of our system checks suck & we have version mismatches in the tree.
Bug #127526 r=bryner a=asa
2002-03-08 06:57:47 +00:00
leaf%mozilla.org 00a1a1caf4 Automated update 2002-03-06 21:56:53 +00:00
seawood%netscape.com 441d645000 Bump MOZILLA_VERSION to 0.9.9+ 2002-03-05 08:34:10 +00:00
seawood%netscape.com 6110337216 Use -fPIC (or -KPIC) when using the compiler to link shared libraries.
Bug #128160 r=bryner a=asa
2002-03-05 08:08:41 +00:00
seawood%netscape.com 3d013dd4b3 Realigning ./configure --help output 2002-02-28 07:18:12 +00:00
leaf%mozilla.org 290490cfa2 Automated update 2002-02-28 07:11:50 +00:00
seawood%netscape.com 82d07fe081 Check for system version of freetype >= 2.0.8 for those of us building in objdirs.
Fix problem with sub-configures getting unnecessary additional options.
Bug #126919 r=bryner a=shaver
2002-02-28 07:00:59 +00:00
leaf%mozilla.org 7af27666f8 Automated update 2002-02-26 18:41:49 +00:00
seawood%netscape.com 785dd8c8b4 This patch:
* Changes MOZ_TRACE_MALLOC ifdefs to NS_TRACE_MALLOC ifdefs
* Links against the trace-malloc utils against libxpcom instead of just xpcomds
* Builds NSPR in debug mode on win32 if trace-malloc is enabled
* Adds a few "defined()" checks to diffbloatdump.pl so that it will work for
perl 5.6.1
* Adds a couple of checks for \r so that diffbloatdump.pl works on win32.

Bug #126915 r=bryner/dbaron a=asa
2002-02-26 09:58:45 +00:00
seawood%netscape.com 155a020299 Use -pthread as a linker flag instead of a compile flag for FreeBSD.
Thanks to Jeremy Lea <mailto:reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 09:57:01 +00:00
leaf%mozilla.org 6efcc09243 Automated update 2002-02-26 08:41:54 +00:00
seawood%netscape.com 9f2e1cfff4 So much for the auto-update 2002-02-26 08:41:24 +00:00
leaf%mozilla.org 4b8843f05e Automated update 2002-02-23 21:56:54 +00:00
leaf%mozilla.org 4bc2b5dc8c Automated update 2002-02-22 11:11:57 +00:00
seawood%netscape.com 30bc03422e Do platform checks for postscript printing support (MOZ_ENABLE_POSTSCRIPT) in configure instead of makefiles.
Bug #126102 r=bryner
2002-02-20 07:08:02 +00:00
leaf%mozilla.org f7512f8753 Automated update 2002-02-17 15:41:58 +00:00
leaf%mozilla.org 3a06a0183b Automated update 2002-02-17 10:41:58 +00:00
seawood%netscape.com 3810acbe53 Propagate MOZ_ENABLE_POSTSCRIPT so that unix printing works again.
bug #125800 a=antitux
2002-02-15 23:25:57 +00:00
leaf%mozilla.org 3a22ea012f Automated update 2002-02-14 22:57:02 +00:00
leaf%mozilla.org ed0cb045a6 Automated update 2002-02-14 04:42:00 +00:00
leaf%mozilla.org eda9f73ab7 Automated update 2002-02-08 23:57:06 +00:00
leaf%mozilla.org 0dff2f4be4 Automated update 2002-02-08 12:59:42 +00:00
leaf%mozilla.org 6f2b123f21 Automated update 2002-02-08 11:12:05 +00:00
leaf%mozilla.org 12cd6f7fcf Automated update 2002-02-06 17:42:07 +00:00
seawood%netscape.com 096dc04bb8 Comment change to force reconfigure due to broken toplevel Makefile 2002-02-06 17:39:04 +00:00
leaf%mozilla.org 2da0e8c666 Automated update 2002-02-05 06:12:07 +00:00
seawood%netscape.com 8114ce2d99 Since we build a program called nsinstall in the tree, make sure that uwe use the full path to the nsinstall.exe found in wintools.zip.
Bug #123294 r=bryner
2002-02-05 06:01:58 +00:00
leaf%mozilla.org db06a79aa7 Automated update 2002-02-04 09:12:11 +00:00
leaf%mozilla.org 16fa13b7ec Automated update 2002-02-03 04:42:15 +00:00
seawood%netscape.com 7e15063b7a Add check to see if 'cd $MOZ_TOOLS && pwd` failed. 2002-02-03 04:34:43 +00:00
leaf%mozilla.org 6c7c478e51 Automated update 2002-02-03 03:42:16 +00:00
leaf%mozilla.org b4f9721589 Automated update 2002-02-03 03:12:08 +00:00
leaf%mozilla.org f7c1859917 Automated update 2002-01-25 15:12:13 +00:00
leaf%mozilla.org f7b41a0736 Automated update 2002-01-24 15:12:13 +00:00
leaf%mozilla.org 00e8855b3f Automated update 2002-01-22 22:12:14 +00:00
leaf%mozilla.org bc0d0808df Automated update 2002-01-16 08:57:18 +00:00
leaf%mozilla.org 0ae775fad1 Automated update 2002-01-16 05:12:19 +00:00
seawood%netscape.com fa5df5e54c Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
leaf%mozilla.org bacdffd4d5 Automated update 2002-01-10 15:12:20 +00:00
leaf%mozilla.org b6f018e749 Automated update 2002-01-09 14:42:25 +00:00
leaf%mozilla.org 14e49a7bdd Automated update 2002-01-08 06:42:25 +00:00
leaf%mozilla.org 20205291d4 Automated update 2002-01-01 00:12:30 +00:00
seawood%netscape.com ef2b5eddef Older versions of glib do not come with the gmodule add-on which is needed to build ctl so move the glib/gmodule check until after we'd detected glib support 2001-12-31 22:58:11 +00:00
leaf%mozilla.org ff6c911f90 Automated update 2001-12-29 09:57:36 +00:00
seawood%netscape.com 93f6c6c4e2 Bumping MOZILLA_VERSION to 0.9.7+ 2001-12-29 09:44:43 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
bnesse%netscape.com ad2500ba29 Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh. r=bnesse/dmose. sr=alecf. 2001-12-21 22:30:53 +00:00
seawood%netscape.com e3d909b238 Disabling ctl extension for OS/2.
Fixing tinderbox bustage.
2001-12-21 19:31:57 +00:00
seawood%netscape.com 822af46b2c Automated checkin script takes too long 2001-12-21 09:41:33 +00:00
leaf%mozilla.org e10dcb50cc Automated update 2001-12-21 07:12:38 +00:00
leaf%mozilla.org a008208b78 Automated update 2001-12-18 09:14:36 +00:00
leaf%mozilla.org 2dc1655630 Automated update 2001-12-14 23:57:47 +00:00
leaf%mozilla.org e8e2637043 Automated update 2001-12-12 08:12:41 +00:00
bbaetz%cs.mcgill.ca 43806ea8b2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
leaf%mozilla.org 8c0636497c Automated update 2001-12-09 09:12:43 +00:00
leaf%mozilla.org 6707952539 Automated update 2001-12-09 07:12:45 +00:00
leaf%mozilla.org 24db7ed8fb Automated update 2001-12-07 05:57:46 +00:00
leaf%mozilla.org e253f76222 Automated update 2001-12-07 04:42:48 +00:00
leaf%mozilla.org bcb46ec2e0 Automated update 2001-12-07 01:27:45 +00:00
leaf%mozilla.org d9dd68c145 Automated update 2001-12-06 22:27:46 +00:00
leaf%mozilla.org 0f59a1f00d Automated update 2001-12-06 21:42:46 +00:00