Commit Graph

425 Commits

Author SHA1 Message Date
pierre%netscape.com
d531fc630f Bumped up the memory partition to 12Mb from 10Mb. r=sfraser, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@35893 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 02:38:19 +00:00
mcmullen%netscape.com
9a6ff322f8 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
git-svn-id: svn://10.0.0.236/trunk@35879 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-18 22:09:07 +00:00
valeski%netscape.com
4fa4e2e84d 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.
git-svn-id: svn://10.0.0.236/trunk@35863 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-18 17:34:08 +00:00
mcmullen%netscape.com
24a7606254 #8326: Get rid of "Default" profile creation. Change nsFileLocations to return an error (or a null pointer) when there are no profiles. Fix wallet/singsign.cpp to check for the error.
Code by racham: Fix nsFileLocations with new enum selectors for the profile root (code by racham) Fix nsProfile.cpp to use profileroot instead of profile when making profiles.

r=racham@netscape.com, a=don@netscape.com


git-svn-id: svn://10.0.0.236/trunk@35824 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-17 23:02:39 +00:00
waterson%netscape.com
cf8d4effe1 Add '-chrome' flag to load alternative chrome.
git-svn-id: svn://10.0.0.236/trunk@35701 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-16 06:14:28 +00:00
mcmullen%netscape.com
6433e00bb3 Fix the profile logic now that a default profile is not created by pref->StartUp().
git-svn-id: svn://10.0.0.236/trunk@35604 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-16 01:33:02 +00:00
mcmullen%netscape.com
802236a201 Fix up registration of nsIFileLocator to use ProgIDs
git-svn-id: svn://10.0.0.236/trunk@35420 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 08:52:23 +00:00
mcmullen%netscape.com
be46092e74 Fix up registration of nsIFileLocator to use ProgIDs
git-svn-id: svn://10.0.0.236/trunk@35417 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 08:07:58 +00:00
mcmullen%netscape.com
9bd79920cc More nsIFileSpec/Locator changes (merge conflicts with profile stuff messed this up)
git-svn-id: svn://10.0.0.236/trunk@35382 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 05:51:29 +00:00
mcmullen%netscape.com
f2e6c8d4de nsIFileLocator's API has changed.
git-svn-id: svn://10.0.0.236/trunk@35374 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 05:25:03 +00:00
mcmullen%netscape.com
548a10029e Call pref->ReadUserPrefs()
git-svn-id: svn://10.0.0.236/trunk@35362 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 05:17:56 +00:00
radha%netscape.com
54b85a6eeb Add session History to the factory list
git-svn-id: svn://10.0.0.236/trunk@35213 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 22:08:21 +00:00
danm%netscape.com
fb18842156 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren
git-svn-id: svn://10.0.0.236/trunk@35060 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-13 03:30:38 +00:00
racham%netscape.com
ae5d2ae35e Adding Profile Manager calls
git-svn-id: svn://10.0.0.236/trunk@34942 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 01:03:01 +00:00
mcmullen%netscape.com
a1a83a4ea7 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.
git-svn-id: svn://10.0.0.236/trunk@34620 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 19:57:02 +00:00
mscott%netscape.com
a583b6d8e4 Fix memory leaks of messenger & msg composer bootstraps. Also removed 2 noisy printfs for bootstrapping
messenger code.


git-svn-id: svn://10.0.0.236/trunk@34547 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 02:46:06 +00:00
mcmullen%netscape.com
a406af3879 Removed PrefsCore and all its remaining stuff.
git-svn-id: svn://10.0.0.236/trunk@34486 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 20:44:31 +00:00
mcmullen%netscape.com
7ec609c4ed Support the -pref command-line option.
git-svn-id: svn://10.0.0.236/trunk@34485 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 20:44:04 +00:00
law%netscape.com
48188d5670 "First step towards exorcism of nsIXULWindowCallbacks"
git-svn-id: svn://10.0.0.236/trunk@34022 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-07 19:21:33 +00:00
morse%netscape.com
593cf1bf61 reimplement cookie viewer
git-svn-id: svn://10.0.0.236/trunk@33813 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 22:30:11 +00:00
briano%netscape.com
fd434f45f9 Got it right this time. Handle the (Unix) platform-specific DLL naming conventions properly.
git-svn-id: svn://10.0.0.236/trunk@33779 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-04 21:48:45 +00:00
leaf%mozilla.org
49754e3084 adding error output for fullcircle initialization
git-svn-id: svn://10.0.0.236/trunk@33541 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 18:35:04 +00:00
briano%netscape.com
047adc85c2 Backed out my change. NSPR provides the perfect fix, but wraps it in macro defs that mozilla doesn't have.
git-svn-id: svn://10.0.0.236/trunk@33498 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 03:31:56 +00:00
briano%netscape.com
ac911ab6e8 Handle the (Unix) platform-specific DLL naming conventions properly.
git-svn-id: svn://10.0.0.236/trunk@33479 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 02:10:17 +00:00
blizzard%redhat.com
0c19e74a19 make sure the right dll name is hardcoded. patch from Jeremy Lea <reg@shale.csir.co.za>
git-svn-id: svn://10.0.0.236/trunk@33133 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 19:32:40 +00:00
tague%netscape.com
db7ff131bb Added TSM Input Method support for the Macintosh. (Added a call to CloseTSMAwareApplication).
git-svn-id: svn://10.0.0.236/trunk@33106 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-28 05:06:54 +00:00
jj%netscape.com
fe61ced7bb updated version to M7 in Finder's get info string (tip)
git-svn-id: svn://10.0.0.236/trunk@32835 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-27 01:17:55 +00:00
morse%netscape.com
4b29935cdf added modal dialogs for wallet
git-svn-id: svn://10.0.0.236/trunk@32762 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 22:42:49 +00:00
dp%netscape.com
befa259a88 Landing xpcom20/21 branch.
git-svn-id: svn://10.0.0.236/trunk@32644 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 01:38:36 +00:00
slamm%netscape.com
13e98335f2 Use grippy/boxes/iframes for sidebar instead of frameset. Use 790x580 as default size to make room for sidebar.
git-svn-id: svn://10.0.0.236/trunk@32550 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-24 23:26:23 +00:00
gayatrib%netscape.com
9051554538 Added code to invoke ProfileManager from command line and turned on the CreateProfileWizard
git-svn-id: svn://10.0.0.236/trunk@32293 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 05:20:06 +00:00
briano%netscape.com
210fb8660e Fix for bug 6650 to handle toolkits other than GTK. Thanks to Jerry.Kirk@Nexwarecorp.com.
git-svn-id: svn://10.0.0.236/trunk@32214 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 01:08:52 +00:00
waterson%netscape.com
48d327130b Move global history implementation out of appshell and into xpfe/components.
git-svn-id: svn://10.0.0.236/trunk@32032 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 04:11:43 +00:00
mcmullen%netscape.com
60881e5421 Cleaned up the dictionaries. Added partial support for GetURL, OpenURL, quit, and dojavascript apple events.
git-svn-id: svn://10.0.0.236/trunk@31891 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-17 07:56:44 +00:00
law%netscape.com
b253b3940c "Turn on app shell component autoloading"
git-svn-id: svn://10.0.0.236/trunk@31670 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-14 22:02:23 +00:00
mcmullen%netscape.com
1872deb959 We don't need to link with libpref, so I removed it.
git-svn-id: svn://10.0.0.236/trunk@31176 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-11 23:46:42 +00:00
mcafee%netscape.com
06560d83f0 Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok.
git-svn-id: svn://10.0.0.236/trunk@30910 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 05:34:26 +00:00
sfraser%netscape.com
a8426a9a9b Added the cfmAlias resource files, and set the Library Folder ID in the PEF settings accordingly (alias ID 128 for debug, 129 for opt).
git-svn-id: svn://10.0.0.236/trunk@30762 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-07 21:23:08 +00:00
sfraser%netscape.com
1d13b431ff First Checked In.
git-svn-id: svn://10.0.0.236/trunk@30755 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-07 21:20:23 +00:00
dp%netscape.com
6f43263bc7 jsdom.dll doesn't like the reordering of registrations. Revering the order of registrations back to what it was except for letting nsIFileLocator go before autoregistraion, since it depends on IFileLocator.
git-svn-id: svn://10.0.0.236/trunk@30593 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 23:09:57 +00:00
kipp%netscape.com
433635f230 Removed html items from the link line
git-svn-id: svn://10.0.0.236/trunk@30576 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 19:37:52 +00:00
dp%netscape.com
1d1b752269 Using nsIFileLocator instead of nsSpecialFileSpec for Autoregistration
git-svn-id: svn://10.0.0.236/trunk@30543 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 15:19:22 +00:00
dp%netscape.com
51d89b5c5d Moving Autoregitration out of SetupRegistry()
git-svn-id: svn://10.0.0.236/trunk@30530 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 13:35:25 +00:00
ducarroz%netscape.com
1221761a82 change printf to say message compose instance of composer
git-svn-id: svn://10.0.0.236/trunk@30439 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 23:32:30 +00:00
mcmullen%netscape.com
d5b8dd866e Turning off profile wizard till we iron out a few problems.
git-svn-id: svn://10.0.0.236/trunk@30408 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 20:04:18 +00:00
waterson%netscape.com
72de9099b6 Move profile stuff out of mailnews.
git-svn-id: svn://10.0.0.236/trunk@30386 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 05:59:04 +00:00
alecf%netscape.com
78b4167e74 make composer and messenger use the new nsIAppShellComponent to get bootstrapped
git-svn-id: svn://10.0.0.236/trunk@30374 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-05 05:14:16 +00:00
hyatt%netscape.com
efdf23946a Committing changes to allow instantiation of nsIEventQueues.
git-svn-id: svn://10.0.0.236/trunk@30293 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 23:37:01 +00:00
slamm%netscape.com
9b45189475 Fix shift error on Solaris.
git-svn-id: svn://10.0.0.236/trunk@30210 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 20:57:47 +00:00
mcmullen%netscape.com
7c346f9935 Checking in profile wizard on behalf of gayatrib and racham.
git-svn-id: svn://10.0.0.236/trunk@30162 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-04 19:37:51 +00:00