Commit Graph

384 Commits

Author SHA1 Message Date
alecf%netscape.com
41452a722d remove appshell components from NS_SetupRegistry because all these things live in the appshell dll now 2000-02-05 05:42:46 +00:00
sspitzer%netscape.com
53bd4b89b6 work on making -news handled arbitrarily. not working yet, as I can't
call the category manager from C++ yet. r=alecf
2000-02-04 23:11:19 +00:00
sfraser%netscape.com
33002f8d99 Remove obsolete Talkback init stuff, which now happens in a component. r=cyeh 2000-02-04 22:57:49 +00:00
law%netscape.com
08c75c6d1a Fix build error 2000-02-04 15:14:19 +00:00
law%netscape.com
7d5448b5dd New splash screen stuff for windows version (plus removal of console from windows release builds); b=6391/22542, r=davidm@netscape.com (travis@netscape.com for the console stuff) 2000-02-04 14:40:08 +00:00
law%netscape.com
807bee749f Removing some debugging crud from new file 2000-02-04 08:51:23 +00:00
law%netscape.com
7384e01bca New files for windows splash screen (not built yet); b=6391, r=jevering@netscape.com 2000-02-04 03:34:44 +00:00
law%netscape.com
0126b6d9e7 Windows program icon (ugly as sin; please contribute a better one!); b=6391, r=jevering@netscape.com 2000-02-04 03:29:27 +00:00
law%netscape.com
7de17f0478 Windows splash screen bitmap (from Mozilla classic, same as Mac); b=6391, r=jevering@netscape.com 2000-02-04 03:28:09 +00:00
mcafee%netscape.com
9b3148c7fa Adding help text for -P <profile> commandline option (23874). r=akkana 2000-02-04 01:24:04 +00:00
scc%netscape.com
6366d6d779 Fixed access paths for upcoming switch to Pro5, see bug #25949. r=pinkerton 2000-02-01 00:49:16 +00:00
sfraser%netscape.com
cfef057383 Fix for 25366 -- check for color grafport before getting the GrafVars. r=pinkerton 2000-01-28 23:39:24 +00:00
sspitzer%netscape.com
7a566e754c add new line to the end of the file. that is a CID, not an IID, so use the right macro. 2000-01-28 23:12:24 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
dp%netscape.com
051a273750 Using progid instead of cid for creation of cookie service. r=morse 2000-01-22 22:53:21 +00:00
alecf%netscape.com
a6256f4bc3 oops, missed one file from jlnance's patches
r=alecf
2000-01-18 03:05:10 +00:00
alecf%netscape.com
538dcaef63 Check in jlnance's jprof patches. r=alecf. Thanks! 2000-01-18 02:45:07 +00:00
alecf%netscape.com
5bcc04a514 remove prefwindow from build r=sspitzer 2000-01-15 02:48:45 +00:00
jj%netscape.com
568ddd211c #23776: bumped up version number to M13 (Finder's Get Info strings) 2000-01-12 22:51:02 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
mccabe%netscape.com
f1521991f9 Fix to 9967.
Explicitly disable floating-point exceptions on FreeBSD, to force conformance with IEEE-specified behavior that the JS engine depends on.

Thanks to saska@acc.umu.se for the patch, and especially to all the experts who contributed to the discussion of this issue on the 9967 report.

r=mccabe.
2000-01-11 02:30:12 +00:00
edburns%acm.org
13be6d7ebf I know it's unorthodox to do a top level checkin like this, but I've got so many files
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got

r=dp

on this checkin.

Here are the touched files:

M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp

The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.

The new signature is

extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);

I filed a bug for this problem:

b=23157

The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.

I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
mcafee%netscape.com
e46a0832eb Adding -installer, squishing output to fit in less space (23081) r=syd 2000-01-05 02:30:06 +00:00
mcafee%netscape.com
d1f3ae17dd Adding profile manager startup flag descriptions to -h: -CreateProfile -ProfileWizard -ProfileManager -SelectProfile. r=matt. 2000-01-04 03:06:25 +00:00
mcafee%netscape.com
caf725ed86 Adding -h help info (14003) 1999-12-28 07:41:05 +00:00
sspitzer%netscape.com
113b954887 NOT PART OF THE BUILD. ignore the generated binary "gmake pure" creates 1999-12-16 03:42:04 +00:00
sspitzer%netscape.com
22b6b14e23 purify related fixes. first, prevent a crash that was prevent me
from running purify in nsGenericFactory.cpp.  Second, add support
for "mozilla -pure".  Only works if you've build mozilla.bin.pure, of course.
1999-12-15 06:23:50 +00:00
racham%netscape.com
b13b6be8a2 error value returned from profile manager to exit the app. removing check on rv. r=sspitzer 1999-12-08 00:25:52 +00:00
Jerry.Kirk%Nexwarecorp.com
1d6986a54c Added an include to silence some warnings and added a call to munlockall().
r=kedl
1999-12-07 13:12:26 +00:00
sspitzer%netscape.com
db48fdc782 remove the check on rv. we are already doing the right thing.
fix by=racham, r=sspitzer
1999-12-07 01:58:26 +00:00
mcafee%netscape.com
d779ca924b Adding support for -f startup flag, print out execution line. r=leaf 1999-12-06 23:20:26 +00:00
sgehani%netscape.com
e3bc44db15 Turn on XPInstall cleanup before start on the Mac. (Checkin for dveditz.) 1999-12-05 20:33:51 +00:00
dveditz%netscape.com
4b48b79408 bug 12816 init XPInstall before any components are loaded so they can be replaced 1999-12-03 13:39:18 +00:00
mccabe%netscape.com
bdab219701 Reinstating backed-out fix to 18636; move FileLocator registration call from xpfe/bootstrap/nsSetupRegistry to webshell/tests/viewer/nsSetupRegistry, to make sure that the FileLocator service is available to the viewer. This fixes prefs for the viewer, broken before because they couldn't get at FileLocator.
FileLocator is still registered in xpfe, as the first nsSetupRegistry #includes the second.  Hence the previous bustage.

r=neeti.
1999-11-30 07:54:18 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
ramiro%fateware.com
4267847081 Take myself out of the debug code, since it has broken since I last looked
at it.
1999-11-22 05:03:48 +00:00
jj%netscape.com
7b598ec648 #13663: output names now have a capital M: "Mozilla" and "MozillaDebug" 1999-11-20 22:50:21 +00:00
duncan%be.com
727d390659 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
cls%seawood.org
3e56cce2a8 Missing include was causing strncpy to be undefined and we should be using PL_strncpy anyways. Added newline at end of file to get rid of a warning. 1999-11-20 10:05:44 +00:00
nisheeth%netscape.com
71b61781f6 r=harishd. Tell the refcounting code that the pref service is instantiated. 1999-11-19 03:57:30 +00:00
jj%netscape.com
13dd074be1 updated version number to M12. 1999-11-19 02:56:00 +00:00
jj%netscape.com
6b881dc6f5 renamed output binary from 'apprunner'/'apprunnerDebug' to 'mozilla' and 'mozillaDebug'. 1999-11-19 02:55:46 +00:00
Jerry.Kirk%Nexwarecorp.com
113be4aaab Adding nsSigHandlers file to pull out unix signal handlers into a
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00
sspitzer%netscape.com
795862a046 ignore the created executables 1999-11-16 00:42:06 +00:00
sfraser%netscape.com
882c2e466e Part of fix for 18903 -- remove uneeded DLLs from the project. r=sdagley 1999-11-15 22:42:27 +00:00
mcafee%netscape.com
9b550725f7 Ignore new name of binary. r=pavlov 1999-11-10 08:03:06 +00:00
leaf%mozilla.org
72a56bb476 changing binary name to mozilla-bin, runscript to mozilla, modifying
mozilla-apprunner.sh to invoke new binary name. Updating packages file.
bug 17219, a=chofmann r=alecf
1999-11-09 02:03:38 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
pinkerton%netscape.com
f187d9fd82 Fix bug 15276 by flushing the data to the clipboard right before app shuts down. (r=davidm). 1999-11-04 00:08:59 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00