Commit Graph

18566 Commits

Author SHA1 Message Date
beard%netscape.com
31c80c539a added IID() accessor. 1999-02-28 22:14:30 +00:00
beard%netscape.com
2565741c5f Added NS_PLUGIN_CID, and IID() accessor. 1999-02-28 22:12:50 +00:00
beard%netscape.com
f88ff18dcf CPluginManager now implements nsIServiceManager and nsIAllocator interfaces, for better Gecko compatibility. 1999-02-28 22:10:26 +00:00
beard%netscape.com
b5d34d0fa4 updated NSGetFactory signature. 1999-02-28 22:08:26 +00:00
bienvenu%netscape.com
af016000d9 use registerComponent instead of registerfactory to fix build bustage 1999-02-28 22:03:19 +00:00
bienvenu%netscape.com
6680a42541 set recipients and cc list as an array of addresses 1999-02-28 22:02:20 +00:00
bienvenu%netscape.com
3df9913012 add ability to import msf files 1999-02-28 22:00:50 +00:00
beard%netscape.com
f8887c33ae SetDestructor 1999-02-28 19:04:47 +00:00
toshok%hungry.com
4300354ee1 implement sm_InitPages/sm_FiniPages for unix. someone with more of an eye for this sort of code should tell me if what i've done here makes sense. it seems to make the tests go.... 1999-02-28 15:20:34 +00:00
toshok%hungry.com
9456e00772 include config.mk before rules.mk 1999-02-28 15:17:15 +00:00
toshok%hungry.com
17a9992599 convert C++ to C comment 1999-02-28 14:03:43 +00:00
toshok%hungry.com
0c5ea81afa convert C++ to C comment 1999-02-28 14:03:21 +00:00
toshok%hungry.com
7ce539f75a include config.mk before rules.mk so that we pick up the definition for NSINSTALL. 1999-02-28 13:51:07 +00:00
toshok%hungry.com
8e5b8f739e quiet gmake 1999-02-28 13:44:06 +00:00
saari%netscape.com
9bbd0df7f7 make LoadMenus() less nsWebShellWindow specific 1999-02-28 11:14:34 +00:00
leaf%mozilla.org
308cc9296a fixed smoketest to invoke grendel with 'java grendel.Main' and also
exit the child process after running the binary (can't write to the same
logfile twice, now can we?)
1999-02-28 08:46:34 +00:00
leaf%mozilla.org
f998e4520d moving the client build into client.mak and toplevel makefile.win
leaving nglayout.mak for cleanup by anyone who wants to do it.
1999-02-28 07:51:10 +00:00
grail%cafebabe.org
bba30f2009 Labels and such for signature file in preference dialog UI. 1999-02-28 05:09:58 +00:00
jband%netscape.com
f2535a39f4 catch JS exceptions when calling a wrapped JSObject and reflect as an nsresult error code to the calling xpcom object - with test 1999-02-28 04:57:13 +00:00
grail%cafebabe.org
4a6919de17 Added signature file selection. 1999-02-28 04:53:24 +00:00
jband%netscape.com
6c79271828 using JS exception thrower (with tests) 1999-02-28 04:16:20 +00:00
mcmullen%netscape.com
27844bd641 Fix Windows build errors 1999-02-28 02:51:53 +00:00
mcmullen%netscape.com
290b78c91a Fix unix build errors 1999-02-28 02:17:55 +00:00
mcmullen%netscape.com
bb050ec460 Fix const problem. 1999-02-28 01:55:23 +00:00
jband%netscape.com
88cc0c3a6e adding code to throw exceptions into JS with customizable messages 1999-02-28 01:41:20 +00:00
mcmullen%netscape.com
f672d26a46 Fix seek again so it resets eof. Allow ns*FileStream stack-based classes to be closed explicitly. Fix refcounting. Remove "close on destroy" kludge. 1999-02-28 01:36:48 +00:00
mcmullen%netscape.com
ba3f139ef6 Make the FilesTest project build again. 1999-02-28 01:30:41 +00:00
fur%netscape.com
68cedf682f Changed many cpp conditionals that used ifdef LINUX or FREEBSD,
but which guarded gcc-specific code, not OS-specific code.  These
were changed to be ifdef __GNUC__.
1999-02-28 01:10:00 +00:00
fur%netscape.com
348173ff90 Reduced gratuitous file duplication between FreeBSD and Linux. 1999-02-28 00:29:39 +00:00
fur%netscape.com
37f8dc5be9 Eliminated gratuitous file duplication between FreeBSD and Linux 1999-02-28 00:28:26 +00:00
mcmullen%netscape.com
8a3b31e6e7 REALLY add libreg and nsRegistry to the Macintosh build. 1999-02-28 00:26:24 +00:00
mcmullen%netscape.com
ad100ee7aa REALLY add nsRegistry and libreg to the Mac build. 1999-02-28 00:24:53 +00:00
fur%netscape.com
689e832fa5 Eliminate warning 1999-02-28 00:24:21 +00:00
fur%netscape.com
d14d5e4ff8 Ignore generated files 1999-02-28 00:22:25 +00:00
fur%netscape.com
224fa283d3 Renamed to x86Stub_gas.s 1999-02-28 00:20:52 +00:00
fur%netscape.com
c833c56242 A bunch of grunge work to reduce the amount of OS-dependent code in
ElectricalFire sources.  The end result eliminated nearly all of the
differences between FreeBSD and Linux in the source code.  It also
increased the amount of sharing between Win32 and unix code.

+   Renamed files and classes that were inappropriately named, i.e. the
    names started with 'x86Win32', but the code was for generic x86, not
    specific to Win32.

+   Eliminated several gratuitous duplicated files, e.g. x86Linux.s and
    x86FreeBSD.s were essentially identical.

+   Shared code that had been duplicated in x86Win32_Support.cpp,
    x86Linux_Support.cpp and x86FreeBSD_Support.cpp.  Created
    x86GenStub.cpp, which contains only XP code, to replace them all.
1999-02-28 00:18:23 +00:00
dp%netscape.com
ab0c11dd65 Adding nsRegistry to unix. 1999-02-27 21:49:34 +00:00
mcmullen%netscape.com
d13c4f0d46 Call delete [] when new [] was used for allocation. 1999-02-27 20:39:07 +00:00
wtc%netscape.com
d5d9540067 file vercheck.c was initially added on branch 3.1. 1999-02-27 20:03:22 +00:00
wtc%netscape.com
6824ce9f97 On SUNOS4, include "md/sunos4.h" to get the macro definition of strtoul.
(contributed by Brian Ostrom <briano@netscape.com>)
1999-02-27 19:47:35 +00:00
wtc%netscape.com
9006c54a3b On SUNOS4, include "md/sunos4.h" to get the macro definition of strerror.
(contributed by Brian Ostrom <briano@netscape.com>)
1999-02-27 19:46:10 +00:00
wtc%netscape.com
9b2c30b253 Check NO_MDUPDATE. (contributed by Brian Ostrom <briano@netscape.com>) 1999-02-27 19:36:57 +00:00
karnaze%netscape.com
f641f7af45 fixed assert when <col> is placed inside of <table> 1999-02-27 19:02:48 +00:00
mcafee%netscape.com
6721bbea56 Adding expat. a=nisheeth 1999-02-27 10:40:40 +00:00
mcafee%netscape.com
1fbe7fbeba Ignore generated files. 1999-02-27 10:16:19 +00:00
dp%netscape.com
def5708745 Code cleanup. Added comments. PR_LOG() cleanup. I think I will do my haircut too... 1999-02-27 09:50:19 +00:00
saari%netscape.com
e9e27015ec First Checked In. 1999-02-27 09:44:28 +00:00
saari%netscape.com
308eb9de7d add mozilla/expat/xmlparse/MANIFEST to export xmlparse.h 1999-02-27 09:42:52 +00:00
mcafee%netscape.com
c3faa9f9ba export nsIExpatTokenizer.h, a=nisheeth 1999-02-27 09:26:27 +00:00
mcafee%netscape.com
49091cc6ee Adding expat to Mozilla. a=nisheeth@netscape.com 1999-02-27 09:16:17 +00:00