cmanske%netscape.com
661bf267b9
Fixed bug 16923. r=mjudge
...
git-svn-id: svn://10.0.0.236/trunk@51317 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:50:20 +00:00
cmanske%netscape.com
22bf05aebd
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?
...
git-svn-id: svn://10.0.0.236/trunk@51240 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 01:03:39 +00:00
law%netscape.com
c4ca3de4e5
Bug #14999 ; stop using toolkit app core; r=davidm@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@51025 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:33:29 +00:00
jevering%netscape.com
7a40245954
Forget continuation line - boehm collector work.
...
git-svn-id: svn://10.0.0.236/trunk@50873 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:56:51 +00:00
jevering%netscape.com
e8deb39b49
Adding boehm collector to windows.
...
(not part of the build yet)
git-svn-id: svn://10.0.0.236/trunk@50815 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:41:54 +00:00
davidm%netscape.com
4d52510e79
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@50726 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:45:20 +00:00
alecf%netscape.com
3185d0a81d
add boehm to apprunner
...
(flag not active in build yet)
git-svn-id: svn://10.0.0.236/trunk@50714 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:27:45 +00:00
sspitzer%netscape.com
7516584ad9
fix for #16262 , r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac.
...
git-svn-id: svn://10.0.0.236/trunk@50555 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:21:18 +00:00
rjc%netscape.com
7c82b0b5f1
[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
...
git-svn-id: svn://10.0.0.236/trunk@50482 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:20:28 +00:00
radha%netscape.com
270ce881b4
XPIDised session history. Corresponding changes to users of nsISessionHistory.
...
Bug # 15437. r=law
git-svn-id: svn://10.0.0.236/trunk@50419 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:37:43 +00:00
sspitzer%netscape.com
da4d6e495b
fix for #16098 , r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms
...
git-svn-id: svn://10.0.0.236/trunk@50386 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:16:31 +00:00
dveditz%netscape.com
30a83caa1d
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
...
git-svn-id: svn://10.0.0.236/trunk@50322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 01:32:59 +00:00
sspitzer%netscape.com
4d9fe202fe
fix my comment
...
git-svn-id: svn://10.0.0.236/trunk@50095 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:12:27 +00:00
sspitzer%netscape.com
7ef56b5288
minor tweak on the way to getting Cancel / Exit to behave properly in the
...
Profile Manager UI. they both set the current profile to "".
git-svn-id: svn://10.0.0.236/trunk@50093 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:01:23 +00:00
sspitzer%netscape.com
94a677a8af
fix for bug #15402 . exit if we get past the profile manager without a current profile. this can happen.
...
git-svn-id: svn://10.0.0.236/trunk@50082 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:10:18 +00:00
morse%netscape.com
1424e84e14
fix bug 15721, cookies not persistent, r=jar nsAppRunner.cpp
...
git-svn-id: svn://10.0.0.236/trunk@50080 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 02:48:27 +00:00
sspitzer%netscape.com
d6ec571916
make sure we save the prefs when we exit. will fix a bunch of problems, including #15705 . r=alecf, a=leaf
...
git-svn-id: svn://10.0.0.236/trunk@50014 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:52:50 +00:00
morse%netscape.com
e03ce189b4
fix bug 14889, lazy initialization of wallet, r=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@49872 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:11:22 +00:00
sspitzer%netscape.com
41337e7380
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)
git-svn-id: svn://10.0.0.236/trunk@49797 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:12:58 +00:00
beard%netscape.com
da4024048d
changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr
...
git-svn-id: svn://10.0.0.236/trunk@49684 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:11:44 +00:00
sspitzer%netscape.com
c35d818e4a
fix for #14999 . remove the profile appcore
...
git-svn-id: svn://10.0.0.236/trunk@49196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:29:25 +00:00
nisheeth%netscape.com
7aaf0a0f97
If DETECT_WEBSHELL_LEAKS is defined, check to see if webshells are leaked at shutdown. If so, dump a message to the console.
...
git-svn-id: svn://10.0.0.236/trunk@48719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:25:40 +00:00
briano%netscape.com
b491fc7097
Whoops, we don't want to change the name just yet.
...
git-svn-id: svn://10.0.0.236/trunk@48174 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:43:53 +00:00
briano%netscape.com
1f53a4dd3f
General cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@48168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:45:06 +00:00
ramiro%netscape.com
6e99478592
Add debugging code for myself.
...
git-svn-id: svn://10.0.0.236/trunk@48149 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:43:35 +00:00
dveditz%netscape.com
808acfa5e3
a little more debug output to show where startup time is going
...
git-svn-id: svn://10.0.0.236/trunk@47934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:38:05 +00:00
dp%netscape.com
103414ae51
Ability for XPCOM to use non-default component registry and component directory
...
git-svn-id: svn://10.0.0.236/trunk@47809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:28:57 +00:00
sspitzer%netscape.com
6d80b29c54
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.
...
git-svn-id: svn://10.0.0.236/trunk@47777 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:30:18 +00:00
sspitzer%netscape.com
f08493c4a3
fix warnings. fix #13886 . support the "general.startup.*" prefs.
...
use PL_strcmp instead of strcmp
git-svn-id: svn://10.0.0.236/trunk@47747 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:50:17 +00:00
sspitzer%netscape.com
7b9418c26f
add -P and -CreateProfile to the script. also add a comment explaining where all these command line options come from
...
git-svn-id: svn://10.0.0.236/trunk@47744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:42:51 +00:00
sfraser%netscape.com
87ab3d20cc
Remove security.o
...
git-svn-id: svn://10.0.0.236/trunk@47700 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:11:28 +00:00
dp%netscape.com
947781caca
Fixing XPCOM init being called again after shutdown.
...
git-svn-id: svn://10.0.0.236/trunk@47666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:01:05 +00:00
davidm%netscape.com
a711a88e66
12893 [DOGFOOD] File --> Exit causes ender to get loaded ???
...
git-svn-id: svn://10.0.0.236/trunk@47501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:17 +00:00
ramiro%netscape.com
e324fbd024
Cleanup the neckutil linking thing.
...
git-svn-id: svn://10.0.0.236/trunk@47500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:11 +00:00
sspitzer%netscape.com
7536fca4f4
the args should be -installer, not -prefs
...
git-svn-id: svn://10.0.0.236/trunk@47269 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:27:31 +00:00
sspitzer%netscape.com
364a6bc19e
create a "Mozilla Installer" thing for the mac.
...
now if only -installer would work on the mac.
but that's next.
git-svn-id: svn://10.0.0.236/trunk@47268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:25:58 +00:00
colin%theblakes.com
ed39ab3eae
Link against neckoutil_s to resolve NS_NewURI
...
git-svn-id: svn://10.0.0.236/trunk@47119 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:01:44 +00:00
briano%netscape.com
bab6f4ea25
Enable the use of Talkback, if available, as in viewer.
...
git-svn-id: svn://10.0.0.236/trunk@46733 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:00:09 +00:00
davidm%netscape.com
e290f0120b
fix nsAbout.h bustage.
...
git-svn-id: svn://10.0.0.236/trunk@46730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 06:09:57 +00:00
davidm%netscape.com
86a533b826
add nsAbout
...
git-svn-id: svn://10.0.0.236/trunk@46706 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:26:27 +00:00
jj%netscape.com
5aed0e4bb0
#9087 : updated internal version and Finder's get info string to "m11"
...
git-svn-id: svn://10.0.0.236/trunk@46684 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:16:14 +00:00
alecf%netscape.com
5185a43c1d
moved most of the profile startup code to nsIProfile
...
start using it, enough with these static initializers.
git-svn-id: svn://10.0.0.236/trunk@46683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:05:31 +00:00
briano%netscape.com
76ba4d41d7
Minor cleanup and removal of the obsolete non-NECKO stuff.
...
git-svn-id: svn://10.0.0.236/trunk@46483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:49:14 +00:00
bruce%cybersight.com
9fcd156930
Add linefeed to end of file for HPUX.
...
git-svn-id: svn://10.0.0.236/trunk@46129 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:29:15 +00:00
davidm%netscape.com
14923f353c
Move nsCommandLineServiceMac to apprunner to allow initialization before XPCOM registration
...
git-svn-id: svn://10.0.0.236/trunk@45973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:42:13 +00:00
davidm%netscape.com
f8f9d03e79
change from bool to PRBool. move mac commandline service before XPCom initialization
...
git-svn-id: svn://10.0.0.236/trunk@45972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:41:26 +00:00
sspitzer%netscape.com
d477f04e12
add newline to end of file to please certain UNIX compilers.
...
git-svn-id: svn://10.0.0.236/trunk@45876 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 10:43:00 +00:00
cyeh%netscape.com
cfce14ff56
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
...
git-svn-id: svn://10.0.0.236/trunk@45405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:13:14 +00:00
dp%netscape.com
59a9336c6c
Fixed formatting.
...
git-svn-id: svn://10.0.0.236/trunk@45320 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 07:36:02 +00:00
davidm%netscape.com
b67eb121c2
Add Splash.rsrc, nsNAtiveAppMac.cpp
...
git-svn-id: svn://10.0.0.236/trunk@45269 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:49:36 +00:00