Commit Graph

116 Commits

Author SHA1 Message Date
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