Commit Graph

206 Commits

Author SHA1 Message Date
sfraser%netscape.com
6939ab2765 Code cleanup of main() and friends 2000-05-16 22:14:55 +00:00
davidm%netscape.com
0699f18516 38260 necko file cache depends on xpfe! 2000-05-16 21:57:23 +00:00
danm%netscape.com
239f9df89e load newly installed chrome at startup 2000-05-13 21:43:39 +00:00
law%netscape.com
a97ea28d00 New native app support to enable Win32 dde 2000-05-12 22:37:20 +00:00
brendan%mozilla.org
36499eb772 Add TraceMalloc* native methods; allow multiple log files per site file. 2000-04-27 04:02:22 +00:00
cls%seawood.org
5203eb31c3 Added --long-argument support for BeOS. Thanks to justin@68k.org for the patch. 2000-04-25 02:15:55 +00:00
scc%netscape.com
4fc9172ea9 makings string conversions explicit 2000-04-24 05:19:20 +00:00
brendan%mozilla.org
7f8e4445fe Added NS_TraceMalloc support (ifdef'd off -- not part of build by default). 2000-04-20 04:35:07 +00:00
pinkerton%netscape.com
7990ffae73 new clipboard interfaces for unix selection clipboard. 2000-04-14 02:52:38 +00:00
gayatrib%netscape.com
b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +00:00
sspitzer%netscape.com
c940dd4c79 fix from dunna001@bama.ua.edu for bug #33555. r=sspitzer
check all the args for -h and -v, and handle them immediately.
2000-03-28 08:20:38 +00:00
dp%netscape.com
072abbe36f Removing using prefs to control xpcom logging. 2000-03-25 08:28:13 +00:00
nisheeth%netscape.com
54727a6ab9 r=pollmann. Bug 10847. Moved the webshell leak detection code to the end of the main() function. 2000-03-21 03:31:20 +00:00
dbaron%fas.harvard.edu
bc8524a534 Prevent non-leak from showing up as a leak by scoping in a block. r=pinkerton@netscape.com 2000-03-16 01:27:12 +00:00
sspitzer%netscape.com
cb1347cfe8 add debugging printfs. fix warning. 2000-03-12 08:10:23 +00:00
pavlov%netscape.com
e2c86d150c argh.. fix mac 2000-03-11 05:18:48 +00:00
pavlov%netscape.com
ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
tbogard%aol.net
225c10c319 Remove dependency on nsIBrowserWindow. 2000-03-11 00:21:27 +00:00
dougt%netscape.com
a7dfe9b9ae moving the timebomb code from the nsAppRunner to the Browser. This
allows us to modify that user's first start page.

28060.  r= mccabe, a= jevering.
2000-03-07 21:02:50 +00:00
warren%netscape.com
c0497e31be Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
tbogard%aol.net
d2a51867ff Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering 2000-02-29 22:03:49 +00:00
tbogard%aol.net
cf5a3f3925 Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
blizzard%redhat.com
a6d97b2321 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +00:00
sspitzer%netscape.com
8b3fd1a173 fix the mac startup bustage. 2000-02-26 08:29:40 +00:00
sspitzer%netscape.com
7cb570ad1b fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
Jerry.Kirk%Nexwarecorp.com
377349eb38 Enable the Splash screen for Neutrino builds. 2000-02-25 13:33:57 +00:00
sspitzer%netscape.com
ff10232470 I broke -f, which would mean I broke bloaty, except I fixed it.
a=alecf who is the sheriff
2000-02-16 09:14:40 +00:00
sspitzer%netscape.com
56fb0c4bb2 clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott
2000-02-16 06:22:03 +00:00
tor%cs.brown.edu
7dce0b491d SUNWspro doesn't like declaring a variable inside an "if" statement. r=alecf 2000-02-16 05:16:29 +00:00
sspitzer%netscape.com
6dadb806de gracefully handle bad progids (when registered as command line handlers)
getservice instead of createinstance (vishy@netscape.com needs this)
r=mscott@netscape.com
2000-02-16 02:45:22 +00:00
dveditz%netscape.com
9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dougt%netscape.com
c81120fb92 Adding Timebomb code the apprunner. It is current turned off on the
mac.  r=dveditz@netscape.com
2000-02-14 01:28:11 +00:00
pavlov%netscape.com
bc7320450a fix build bustage on windows 2000-02-13 22:59:00 +00:00
pavlov%netscape.com
30b31e81a5 disable building of unix splashscreen. rewrite the unix splashscreen code. r=blizzard 2000-02-13 22:24:14 +00:00
tor%cs.brown.edu
7c01ec0c1f Add a "-nosplash" command line option to disable splash screen. r=syd 2000-02-13 16:49:41 +00:00
syd%netscape.com
c5e2dcbc14 Added splash screen for Gtk/Linux. r=ben, scc. Tested on TrueColor and
PsuedoColor devices.
2000-02-13 15:23:28 +00:00
sfraser%netscape.com
862c03f913 Fix for bug 27287 -- get Apple Events working again on Mac. r=scc 2000-02-11 22:10:43 +00:00
Jerry.Kirk%Nexwarecorp.com
b3949394ec Adding the Splash Screen for Neutrino/Photon platform. 2000-02-11 14:37:43 +00:00
sspitzer%netscape.com
6ca7fcdb40 handle /v /help /? on windows.
handle --help --version on linux.

#23501  r=alecf
2000-02-08 12:10:22 +00:00
dp%netscape.com
a3e9d698ad Eliminate all trace of cookies from apprunner. It gets lazily created
when the first http connection is opened. r=gagan
2000-02-08 06:12:37 +00:00
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com
d3ff9276a9 fix -mail (and others). r=mscott 2000-02-08 01:41:24 +00:00
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