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

1012 Коммитов

Автор SHA1 Сообщение Дата
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