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

334 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 32d8f4ef9c moved call to nsIThread::SetMainThread() to NS_InitXPCOM. r=warren 1999-10-30 01:53:03 +00:00
sspitzer%netscape.com 76eb2695a4 adding -SelectProfile for the mac. 1999-10-28 23:17:44 +00:00
sspitzer%netscape.com 3998dfc4bb add support for SelectProfile 1999-10-28 22:56:00 +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
nisheeth%netscape.com 81e41efa63 Added --enable-detec-webshell-leaks autoconf flag. 1999-10-27 07:14:42 +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
jevering%netscape.com 002f28c343 Forget continuation line - boehm collector work. 1999-10-15 21:56:51 +00:00
jevering%netscape.com e6573be100 Adding boehm collector to windows.
(not part of the build yet)
1999-10-15 07:41:54 +00:00
davidm%netscape.com 8acd8f991e First Checked In. 1999-10-14 23:45:20 +00:00
alecf%netscape.com 009c27ba7d add boehm to apprunner
(flag not active in build yet)
1999-10-14 23:27:45 +00:00
sspitzer%netscape.com 298b3b506a fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac. 1999-10-13 04:21:18 +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
radha%netscape.com c1ee066eb7 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
sspitzer%netscape.com 66239ff2bf fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms 1999-10-12 00:16:31 +00:00
dveditz%netscape.com ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +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
beard%netscape.com b86fa86c81 changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:11:44 +00:00
sspitzer%netscape.com e96fe99b53 fix for #14999. remove the profile appcore 1999-09-28 07:29:25 +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
briano%netscape.com 08b197c931 Whoops, we don't want to change the name just yet. 1999-09-18 04:43:53 +00:00
briano%netscape.com cd3098a8ae General cleanup. 1999-09-18 03:45:06 +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
sspitzer%netscape.com d4b1939be9 add -P and -CreateProfile to the script. also add a comment explaining where all these command line options come from 1999-09-16 06:42:51 +00:00
sfraser%netscape.com f9ea614f40 Remove security.o 1999-09-16 01:11:28 +00:00
dp%netscape.com 33be9c3ecb Fixing XPCOM init being called again after shutdown. 1999-09-15 22:01:05 +00:00
davidm%netscape.com 71c8856e8f 12893 [DOGFOOD] File --> Exit causes ender to get loaded ??? 1999-09-15 02:15:17 +00:00
ramiro%netscape.com e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
sspitzer%netscape.com 159fdb4b39 the args should be -installer, not -prefs 1999-09-14 03:27:31 +00:00
sspitzer%netscape.com 3bd189c33f create a "Mozilla Installer" thing for the mac.
now if only -installer would work on the mac.
but that's next.
1999-09-14 03:25:58 +00:00
colin%theblakes.com 11d00fa624 Link against neckoutil_s to resolve NS_NewURI 1999-09-13 13:01:44 +00:00
briano%netscape.com 200c0ee761 Enable the use of Talkback, if available, as in viewer. 1999-09-10 08:00:09 +00:00
davidm%netscape.com ca1a7f8568 fix nsAbout.h bustage. 1999-09-10 06:09:57 +00:00
davidm%netscape.com f2af156439 add nsAbout 1999-09-10 05:26:27 +00:00
jj%netscape.com 1814e1bf1d #9087: updated internal version and Finder's get info string to "m11" 1999-09-10 01:16:14 +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