Commit Graph

1386 Commits

Author SHA1 Message Date
alecf%netscape.com
51134e0622 bug 66759 - finally remove XPCOM_STANDALONE completely
r=dougt, rs=brendan, a=asa
2002-07-12 19:14:35 +00:00
seawood%netscape.com
a4d057a5b8 Use empty exception handler for mac builds. 2002-07-03 17:19:04 +00:00
seawood%netscape.com
03ace271f0 Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
seawood%netscape.com
c0054a7dfa Remove intermediate SIMPLE_PROGRAMS object files during a clean. 2002-07-01 02:34:57 +00:00
dbaron%fas.harvard.edu
a44ddf4882 Build changes to build mach-o on gcc3: use -install_name option only when linking using -dynamiclib option, since with gcc3 it causes an error when used with -bundle or -execute. r=bryner sr=beard b=153525 2002-06-26 03:09:32 +00:00
dbaron%fas.harvard.edu
bcce436d14 Build changes to build mach-o on gcc3: link asdecode with $(CXX) instead of $(CC). r=bryner sr=beard b=153525 2002-06-26 03:07:16 +00:00
blakeross%telocity.com
7bc8fc6afb 132027 - no menus work when download manager window has focus. patches by bryner and I. r=bryner/blake sr=ben/dveditz 2002-06-24 21:48:24 +00:00
dougt%netscape.com
a77335669a Removing extra XPCOM_GLUE_LIBS define. Thanks dbaron for point this out r=me 2002-06-22 19:05:08 +00:00
seawood%netscape.com
28297fece1 Use the proper file paths when generating dependencies on win32.
Fallout from bug #141834.
2002-06-21 05:06:47 +00:00
timeless%mac.com
db4fde8ced Bug 153146 makecopy.exe's error output is foobared
r=cls
2002-06-20 22:38:40 +00:00
peterv%netscape.com
d5b273bc97 Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst. 2002-06-20 12:04:22 +00:00
seawood%netscape.com
66a87e5efb 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
mcafee%netscape.com
34da398ca5 Adding xpcomsample to module map (152312). r=hwaara, sr=alecf. does not affect main seamonkey build. 2002-06-18 01:24:26 +00:00
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
mcafee%netscape.com
92b8ae43e0 Fix REQUIRES-built TestGtkEmbed, missing directories for webbrwsr module. Adding some missing dirs to embedcomponents map as well. (149624) r=blythe, sr=alecf 2002-06-14 21:51:37 +00:00
dougt%netscape.com
a5fb0edafa missed this file when I checked fixes in for bugs 149745 148918 149715 149730 149754 129959. embedding via xcom glue r=various, sr=shaver@mozilla.org 2002-06-13 21:20:18 +00:00
seawood%netscape.com
6e097851cb Make sure that all of the headers are installed during a 'make install'.
Thanks to Chris Blizzard <blizzard@mozilla.org> for the patch.
Bug #149483 r=cls
2002-06-13 09:07:40 +00:00
bryner%netscape.com
88cd513c90 Add an option to enable prebinding for mach-o builds (bug 151087). r=cls. 2002-06-13 08:52:55 +00:00
mcafee%netscape.com
945e691fda Adding export-idl rule for REQUIRES-based embed build (150088). r=blythe, sr=alecf, a=asa 2002-06-11 22:26:27 +00:00
dougt%netscape.com
913bbb6f6c 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
darin%netscape.com
7420d70bf9 fixes bug 147333 "Cannot load local files whose names contain
Japanese/Chinese characters" r=bstell sr=brendan a=asa
2002-06-10 18:50:11 +00:00
bryner%netscape.com
1cf10f8ec3 Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes. 2002-06-09 00:05:37 +00:00
mcafee%netscape.com
76a4589d6e Splitting liveconnect off from the java module, new module is called liveconnect, similar to what was done for xpconnect (145347). r=blythe, sr=alecf, a=asa 2002-06-08 06:59:53 +00:00
mcafee%netscape.com
507cd1f27f Add js/src/fdlibm dir to js module map (150077). r=cls, sr=alecf, a=asa 2002-06-08 06:51:14 +00:00
mcafee%netscape.com
5b462b6aaf Fixing one more typo, last one I promise. Does not affect normal SeaMonkey build. (143399) r=blythe, sr=alecf, a=asa 2002-06-07 21:37:12 +00:00
mcafee%netscape.com
41957b5830 Fixing typo from my last checkin. Does not affect normal SeaMonkey build. (143399) r=blythe, sr=alecf, a=asa 2002-06-07 21:29:58 +00:00
mcafee%netscape.com
82112378cd Adding new modules, modules that live in mozilla/extensions, and modules buried a few levels deep that I missed before. Cleaned up js module. (143399) r=blythe, sr=alecf, a=asa 2002-06-07 20:56:43 +00:00
cltbld%netscape.com
4ec4c0b443 updating milestone.pl to allow for 1.1a, changes to 1.1a installer.
bug 149142, r=jj, sr/a=leaf, asasaki checking in as cltbld.
2002-06-07 01:06:28 +00:00
mcafee%netscape.com
94a3ed2546 Further-specify imglib2 module directories. Properly add png to the build using imgpng, not the raw png module. r=blythe, sr=alecf (149123) 2002-06-05 03:49:30 +00:00
seawood%netscape.com
e116353653 Add --disable-installer configure option for embedding purposes.
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
mcafee%netscape.com
08a56d1b42 Fixing necko directory list (143399). r=blythe, sr=alecf 2002-05-21 00:37:49 +00:00
seawood%netscape.com
6fb0d98d67 Override compile flags instead of appending them for profile, coverage & trace-malloc builds. This should fix the talkback line number issue.
Bug #141834 r=leaf sr=jdunn
2002-05-16 19:02:45 +00:00
seawood%netscape.com
7abea1092f Conditionally check for -lSM & -lICE if -lXt test fails.
Use XT_LIBS variable for -lXt and its dependencies.
Link XT_LIBS in static xlib builds.
Use same modulename for xlib module in Makefile as the code uses.
Bug #126163 & Bug #144182 r=bryner
2002-05-14 04:04:23 +00:00
seawood%netscape.com
d5f00c4c67 Check for non-whitespace instead of alphanumerics when grabbing module names from the REQUIRES list.
Bug #141999 sr=alecf
2002-05-13 03:55:52 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
leaf%mozilla.org
6ed30e36ce destination directory should be allowed to have "+" characters, fixes part
of bug 56601, r=cls
2002-04-24 18:08:47 +00:00
mcafee%netscape.com
cf43b60647 Future modular build mechanism, not part of main seamonkey build. Adding gtk/tests for TestGtkEmbed. Added jpeg, mng modules from modules/libimg. 2002-04-21 19:39:34 +00:00
mcafee%netscape.com
91a1d3b074 Part of future embed modular build mechanism, not part of seamonkey build. Adding gtkembedmoz module to map. 2002-04-21 05:50:12 +00:00
blythe%netscape.com
2172908e1b Fix bug 132903, Not part of normal build.
Improve win32 linkage ordering.
2002-04-19 23:16:20 +00:00
seawood%netscape.com
97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
mcafee%netscape.com
eaa97e5f8a Part of future embedding build mechanism, not part of main mozilla build yet. Adding img* modules, r=blythe 2002-04-19 00:09:50 +00:00
mcafee%netscape.com
d59f444ec8 Future embedding build mechanism, not part of main mozilla build. Adding png module. 2002-04-17 05:15:28 +00:00
mcafee%netscape.com
8a26c68e73 Future embedding build mechanism, not part of main mozilla build. Adding commandhandler and embedding/find modules. 2002-04-17 05:01:24 +00:00
mcafee%netscape.com
94ee4b573d New embedding build mechanism, not part of main mozilla build. Adding some new module mappings; support for multiple directories for a given module. 2002-04-17 04:15:58 +00:00
mcafee%netscape.com
187b23f9b5 File for future embedding build mechanism, not part of main seamonkey build. Mork moved to top-level, timer is obsolete. r=alecf 2002-04-17 00:32:27 +00:00
mkaply%us.ibm.com
6a55e869ef #135795
r=cls, a=asa
Disable mkdepend on OS/2 for now.
2002-04-15 22:54:51 +00:00
cltbld%netscape.com
5bdc2bfdfd Bug# 134225 - Updated milestone string from 0.9.9+ to 1.0.0+ r=asaki,sr/a=leaf. ycalonje checking in as cltbld 2002-04-13 00:58:08 +00:00
seawood%netscape.com
c5d2b7efb5 Since linux lets you turn off atime updating in some filesystems, check to see if stat()->atime returns an invalid value and use mtime instead.
Bug #136123 r=bryner
2002-04-12 06:01:39 +00:00
bryner%netscape.com
9ad697d61e adding doxygen.cfg to config/.cvsignore; add missing .cvsignore files. a=asa. 2002-04-07 06:01:22 +00:00
cls%seawood.org
0e2f95e7d5 Fix mkdepend so that it compiles on OS/2.
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #135795 r=cls a=rjesup
2002-04-06 07:17:40 +00:00