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

264 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 0bcc6e83ad add a debugging printf 2000-02-08 01:29:22 +00:00
sspitzer%netscape.com 9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
sspitzer%netscape.com aab211f074 fix warnings, get force launching of tasks to work. 2000-02-06 13:15:25 +00:00
sspitzer%netscape.com be2168f9f5 -addressbook and -mail are no longer hard coded. 2000-02-06 13:01:14 +00:00
sspitzer%netscape.com efc7af144c fix my broken ass code. what you get back from the category manager is
and enumerator of nsISupportsStrings.  go from that, to a progid, and then
do a create instance, and then QI to a nsICmdLineHandler.

r=alecf
2000-02-06 11:08:00 +00:00
sspitzer%netscape.com ff5baab1d5 in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +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 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
mcafee%netscape.com 9b3148c7fa Adding help text for -P <profile> commandline option (23874). r=akkana 2000-02-04 01:24:04 +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 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
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
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
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
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
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
nisheeth%netscape.com 71b61781f6 r=harishd. Tell the refcounting code that the pref service is instantiated. 1999-11-19 03:57:30 +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
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
beard%netscape.com 32d8f4ef9c moved call to nsIThread::SetMainThread() to NS_InitXPCOM. r=warren 1999-10-30 01:53:03 +00:00
law%netscape.com 0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
morse%netscape.com 81dc856fe7 bug 17120, can't startup if cookie dll missing, r=valeski 1999-10-27 22:41:36 +00:00
ramiro%fateware.com 1f9fabe0ce Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:56:05 +00:00
waterson%netscape.com a6bff4a24e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
cmanske%netscape.com aa863e0267 Fixed bug 16923. r=mjudge 1999-10-20 23:50:20 +00:00
cmanske%netscape.com d63ebdf00e Adding menu item to start Composer from Browser debug menu as workaround for bug 16789 (can't start editor on command line). Also removed editor init page from code that's not even run? 1999-10-20 01:03:39 +00:00
law%netscape.com c9330bf665 Bug #14999; stop using toolkit app core; r=davidm@netscape.com 1999-10-18 21:33:29 +00:00
rjc%netscape.com a0d87839ca [performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer 1999-10-12 22:20:28 +00:00
sspitzer%netscape.com e8fb6b9150 fix my comment 1999-10-07 09:12:27 +00:00
sspitzer%netscape.com 5a95c13603 minor tweak on the way to getting Cancel / Exit to behave properly in the
Profile Manager UI.  they both set the current profile to "".
1999-10-07 09:01:23 +00:00
sspitzer%netscape.com f3885b19a5 fix for bug #15402. exit if we get past the profile manager without a current profile. this can happen. 1999-10-07 03:10:18 +00:00
morse%netscape.com 7308d7d024 fix bug 15721, cookies not persistent, r=jar nsAppRunner.cpp 1999-10-07 02:48:27 +00:00
sspitzer%netscape.com c837c78a4e make sure we save the prefs when we exit. will fix a bunch of problems, including #15705. r=alecf, a=leaf 1999-10-06 20:52:50 +00:00
morse%netscape.com 35eeaffa17 fix bug 14889, lazy initialization of wallet, r=sfraser 1999-10-05 22:11:22 +00:00
sspitzer%netscape.com e3cdd7da27 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
nisheeth%netscape.com 0572a3efca If DETECT_WEBSHELL_LEAKS is defined, check to see if webshells are leaked at shutdown. If so, dump a message to the console. 1999-09-22 01:25:40 +00:00
ramiro%netscape.com 7e00a6c053 Add debugging code for myself. 1999-09-18 01:43:35 +00:00
dveditz%netscape.com 7b70c6daf9 a little more debug output to show where startup time is going 1999-09-17 06:38:05 +00:00
dp%netscape.com d0ccf9a6eb Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
sspitzer%netscape.com 0804b138df add beginnings of support for -h, -help, --help, -v, -version, --version. note how the code for this happens way early in main(), before any COM or profile stuff. when running with -v and -h it should be quick. 1999-09-16 11:30:18 +00:00
sspitzer%netscape.com e1cfee40ea fix warnings. fix #13886. support the "general.startup.*" prefs.
use PL_strcmp instead of strcmp
1999-09-16 06:50:17 +00:00
dp%netscape.com 33be9c3ecb Fixing XPCOM init being called again after shutdown. 1999-09-15 22:01:05 +00:00
alecf%netscape.com 555677974c moved most of the profile startup code to nsIProfile
start using it, enough with these static initializers.
1999-09-10 01:05:31 +00:00
davidm%netscape.com d335f25869 change from bool to PRBool. move mac commandline service before XPCom initialization 1999-09-03 23:41:26 +00:00
dp%netscape.com cabd43268a Fixed formatting. 1999-08-31 07:36:02 +00:00
davidm%netscape.com 6ce99bc746 Major rearragment. Factored Command line handling and pref initialization off into seperate functions. Added CanRun and initial SplashScreen code 1999-08-31 02:49:12 +00:00
rods%netscape.com 63ba955ba3 changed ifdef 0 to if 0 1999-08-27 14:48:07 +00:00
rods%netscape.com 479bf4e60b change ifdef NS_DEBUG to ifdef 0 to fix build 1999-08-27 13:59:58 +00:00
scc%netscape.com 2f9548bba6 if any webshells still exist at app quit time, report them 1999-08-27 12:32:19 +00:00
jdunn%netscape.com 0dec3f0afa set wallet service to nsnull in case later on one of the other GetServices fail
in which case we 'goto done' and then try to release the wallet service... which
was never gotten  -doh!
1999-08-25 22:46:27 +00:00
brendan%mozilla.org defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
danm%netscape.com 0ce57055ba disable browser appcore's load of default page for new windows created by NewWebShell. fixes bug 11404. a:cyeh@netscape.com 1999-08-16 22:23:19 +00:00
morse%netscape.com 84f6fd65d1 fix bugs 11716 and 11766 1999-08-14 16:56:52 +00:00
racham%netscape.com 794cee16c3 Adding printfs for bug isolation purposes. Part of bug 11638, 11716 fixes. Rev by gayatri. Approved by Chris Yeh. 1999-08-12 20:25:09 +00:00
racham%netscape.com c710be661c Automatic migration for a single unmigrated profile 1999-08-11 05:21:59 +00:00
morse%netscape.com 004a53fc3d fix build bustage 1999-08-10 08:26:20 +00:00
morse%netscape.com c8841d8c34 download mapping tables when browser starts up 1999-08-10 07:54:33 +00:00
dp%netscape.com f1ed71677d Fixing calls to startup and shutdown xpcom 1999-07-31 06:26:24 +00:00
warren%netscape.com d3f12d9b9c Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:42:53 +00:00
racham%netscape.com c2e179762c Fixing no migration profiles case. bug 9783 1999-07-28 06:32:08 +00:00
danm%netscape.com 25c2d9c6ad hooking up window OS border control from JS/C++ 1999-07-27 06:34:25 +00:00
neeti%netscape.com 088bd4235e cookie prefs not being initialized bug 10444
walletService not being initialized bug 10474
cookie prefs off by one bug 9745
1999-07-27 01:44:15 +00:00
sdagley%netscape.com b9dceaf433 Necko change specific to Mac - don't bail if cookie manager component can't be found as it doesn't exist yet for Mac. 1999-07-25 01:50:02 +00:00
valeski%netscape.com d42020a1ef necko - rearranged cookie service init order so it's after the profile init 1999-07-19 22:49:24 +00:00
valeski%netscape.com d77bea2b79 necko only - initializing cookies 1999-07-19 21:19:13 +00:00
slamm%netscape.com e33e65a165 Fix build warnings. 1999-07-16 20:06:37 +00:00
sspitzer%netscape.com d1bb316633 support -news command line argument 1999-07-07 00:06:16 +00:00
gayatrib%netscape.com 2638b04a66 Modified to load the newpm.xul to invoke profile manager ui 1999-07-06 08:32:21 +00:00
racham%netscape.com f9d24c46cc Added login to support netcenter's product registration work 1999-07-05 01:27:39 +00:00
hyatt%netscape.com 73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
sfraser%netscape.com 817d9c0a4f Turn off unbuffering of stdout for Mac 1999-07-02 21:37:48 +00:00
law%netscape.com c4c32c49dc Cleaning up those annoying 'width/height not set' messages 1999-06-29 21:57:40 +00:00
law%netscape.com f84b85d932 Fix for bug #8605; turn off buffering of debug output 1999-06-29 21:40:56 +00:00
akkana%netscape.com b6d0d1fc5a Turn off obsolete -editor flag 1999-06-28 21:15:34 +00:00
warren%netscape.com fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com 582ad47b3f teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
alecf%netscape.com 9b4e5f1a43 expunge NS_DEFINE_IID from apprunner bootstrap 1999-06-23 00:24:02 +00:00
akkana%netscape.com 90810fe59f Use -edit instead of -editor as the editor flag 1999-06-22 21:41:31 +00:00
ducarroz%netscape.com d4de3e7674 changed -msgcompose for -compose 1999-06-22 20:01:37 +00:00
ducarroz%netscape.com 9b6acdb1a5 Remove unsused bootstrap for messenger. Add -msgcompose and -addressbook commands 1999-06-21 20:28:06 +00:00
sfraser%netscape.com 0e2aa5d823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
mcmullen%netscape.com 1acdf51083 Read the prefs file before bringing up the prefs window (-pref case). Part of a fix for bug #8237. r=slamm@netscape.com,a=chofmann@netscape.com 1999-06-18 22:09:07 +00:00
valeski%netscape.com e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
waterson%netscape.com 63ddb19b70 Add '-chrome' flag to load alternative chrome. 1999-06-16 06:14:28 +00:00
mcmullen%netscape.com db65fec7e6 Fix the profile logic now that a default profile is not created by pref->StartUp(). 1999-06-16 01:33:02 +00:00
mcmullen%netscape.com e6488c78c1 More nsIFileSpec/Locator changes (merge conflicts with profile stuff messed this up) 1999-06-15 05:51:29 +00:00
mcmullen%netscape.com b55f9af6c9 Call pref->ReadUserPrefs() 1999-06-15 05:17:56 +00:00
danm%netscape.com 9bf4058960 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
racham%netscape.com 38a1621060 Adding Profile Manager calls 1999-06-12 01:03:01 +00:00
mcmullen%netscape.com 549ff485cc Fixed the -pref code to (1) use the new lowerStartInterCaps method names (and use the combined init() and showWindow() method), and (2) to release the prefwindow object. 1999-06-10 19:57:02 +00:00
mscott%netscape.com 034418435a Fix memory leaks of messenger & msg composer bootstraps. Also removed 2 noisy printfs for bootstrapping
messenger code.
1999-06-10 02:46:06 +00:00
mcmullen%netscape.com 710a1b8e6b Support the -pref command-line option. 1999-06-09 20:44:04 +00:00
law%netscape.com 475e0fa63c "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
leaf%mozilla.org 9f14941dd0 adding error output for fullcircle initialization 1999-06-03 18:35:04 +00:00
tague%netscape.com 33d027efe8 Added TSM Input Method support for the Macintosh. (Added a call to CloseTSMAwareApplication). 1999-05-28 05:06:54 +00:00
slamm%netscape.com 53e1873b34 Use grippy/boxes/iframes for sidebar instead of frameset. Use 790x580 as default size to make room for sidebar. 1999-05-24 23:26:23 +00:00
gayatrib%netscape.com a82208aa66 Added code to invoke ProfileManager from command line and turned on the CreateProfileWizard 1999-05-19 05:20:06 +00:00
law%netscape.com e5ae22b570 "Turn on app shell component autoloading" 1999-05-14 22:02:23 +00:00
ducarroz%netscape.com 70f9ae98c5 change printf to say message compose instance of composer 1999-05-05 23:32:30 +00:00
mcmullen%netscape.com da2b4c3612 Turning off profile wizard till we iron out a few problems. 1999-05-05 20:04:18 +00:00
waterson%netscape.com 1d374a8555 Move profile stuff out of mailnews. 1999-05-05 05:59:04 +00:00
alecf%netscape.com e610e69446 make composer and messenger use the new nsIAppShellComponent to get bootstrapped 1999-05-05 05:14:16 +00:00
hyatt%netscape.com ac7590fa79 Committing changes to allow instantiation of nsIEventQueues. 1999-05-04 23:37:01 +00:00
mcmullen%netscape.com f39da6fd6d Checking in profile wizard on behalf of gayatrib and racham. 1999-05-04 19:37:51 +00:00
jj%netscape.com ae476dd0ce added FullCircle initialization. r=namachi 1999-04-27 00:11:44 +00:00
morse%netscape.com adf7e3f247 save prefs before leaving -- added on request of mcmullen 1999-04-26 18:14:48 +00:00
mcmullen%netscape.com e4661eacd6 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
cmanske%netscape.com 5f69d57271 Changed -editor command line switch to us use chrome URL specification 1999-04-21 20:51:28 +00:00
radha%netscape.com 06e34dba48 No need to obtain the url to be loaded here. BrowserAppcore does that
when loading the initial page
1999-04-20 23:36:07 +00:00
sspitzer%netscape.com 50a7c50455 this call to GetFileLocation() is not needed.
we were calling it so that as a side effect, it would set the global profile
and prefs dir, but we don't need to do this.  We are already calling it
directly before we get here.

other changes to move #ifdef to the first column (follow convention) and to
get rid of four warings,
1999-04-20 00:12:57 +00:00
putterman%netscape.com 366ef1e1b5 Use chrome url with Messenger. 1999-04-16 22:01:56 +00:00
mcmullen%netscape.com 72547f6145 Turned on profiles for macintosh 1999-04-15 22:45:43 +00:00
gayatrib%netscape.com d1b4a41cc7 removed BUILD_PROFILE ifdef 1999-04-11 05:13:58 +00:00
braddr%puremagic.com 1f3852a7e5 Add another condition to all the profile code until the cvs modules can be fixed 1999-04-10 10:13:20 +00:00
braddr%puremagic.com 1cbee2ae05 Oops.. there were two.. bad gayatrib@netscape.com, no biscuit. 1999-04-10 09:01:00 +00:00
braddr%puremagic.com e088145812 Move new include into the #if XP_PC section since the only code using it (and can find the header file) is wrapped with XP_PC also 1999-04-10 08:43:17 +00:00
gayatrib%netscape.com c85e108a5b Added ProfileManager services 1999-04-10 06:41:59 +00:00
hyatt%netscape.com c0f111d872 Decreasing the height of the window to provide a workaround for bug #3976.
Approved by Chris H.
1999-04-08 23:26:08 +00:00
waterson%netscape.com a375c521f5 Changed to use chrom: URL. 1999-04-07 00:09:03 +00:00
chuang%netscape.com 32f4f055de Update messenger start up url 1999-03-24 08:33:08 +00:00
danm%netscape.com d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
radha%netscape.com 29dacea5fd Remove unwanted printfs 1999-03-19 01:16:04 +00:00
jefft%netscape.com 6811d49530 fixed bug 3833 - Apprunner -mail needs the correct url; hard coded url string now set to resource:/res/samples/mailshell.xul; this is intended for M3; approved by choffmann 1999-03-18 17:32:57 +00:00
hshaw%netscape.com 92c6ee5277 Let libpref decide which file to load by default, M3 bug #2343 #3598 1999-03-16 22:07:50 +00:00
rpotts%netscape.com d100dc959e fix for bug #2343 - Preferences are not initialized in the apprunner... 1999-03-16 07:15:37 +00:00
ducarroz%netscape.com a522cbe947 Extend messenger patch to composer 1999-03-11 20:27:13 +00:00
kostello%netscape.com da5563c045 Changed comment on -editor and -mail command line code 1999-03-11 05:25:57 +00:00
kostello%netscape.com 80df909b0e Added -editor and -mail as command line extensions. When
passed into apprunner they load the corresponding editor and
mail url
1999-03-11 05:24:29 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
alecf%netscape.com f8d48ff41a use Messenger's CID rather than ProgID because I can't seem to create objects
by ProgID (looks like ProgID->CID mapping is broken)
1999-03-09 02:51:25 +00:00
rpotts%netscape.com 7ab618d75c fix for bug #3507. Also replaced raw comparse of nsresult == NS_OK with NS_FAILED(...) or NS_SUCCEEDED(...) macros... 1999-03-09 00:54:07 +00:00
scc%netscape.com 2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
alecf%netscape.com 6568ddd326 fix call to CreateInstance, now that you can create one with a ProgID 1999-02-26 18:17:41 +00:00
alecf%netscape.com b7140ce60a add temporary hack to instantiate Messenger in the JS namespace 1999-02-26 17:47:35 +00:00
danm%netscape.com 1adc0f7aaa adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
warren%netscape.com 3983744680 Added check for forgotten error that caused hang on failure. 1999-02-23 07:17:10 +00:00
rods%netscape.com 26becb7637 Completed work on -width and -height 1999-02-18 21:53:31 +00:00