Commit Graph

37 Commits

Author SHA1 Message Date
beard%netscape.com
7146388dfe plugged a memory leak in GetProfileCount()
git-svn-id: svn://10.0.0.236/trunk@44718 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:48:24 +00:00
dp%netscape.com
e071a6b869 Using nsIRegistry::OpenDefault() instead of Open() with default parameter.
git-svn-id: svn://10.0.0.236/trunk@44474 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 08:13:24 +00:00
racham%netscape.com
8b82f76f34 Fixing crashers 11638, 11716. Rev by gayatri. Approved by Chris Yeh.
git-svn-id: svn://10.0.0.236/trunk@43248 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 20:22:52 +00:00
racham%netscape.com
4b8e44cf15 Adding XP_MAC for mac migration
git-svn-id: svn://10.0.0.236/trunk@43157 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-11 04:44:53 +00:00
racham%netscape.com
4e331ae987 Checking filespec existence
git-svn-id: svn://10.0.0.236/trunk@42956 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 08:25:57 +00:00
racham%netscape.com
67540ebc63 Fixed bugs 6684, 10171 and added profile cloning feature
git-svn-id: svn://10.0.0.236/trunk@42953 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 08:00:19 +00:00
racham%netscape.com
a83264b65b Fixing the case of missing profile directory on the disk, bug 7456
git-svn-id: svn://10.0.0.236/trunk@42905 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 03:27:48 +00:00
racham%netscape.com
f260133523 interface to count 4x profiles
git-svn-id: svn://10.0.0.236/trunk@41442 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-28 06:25:34 +00:00
racham%netscape.com
d89fa1e8d8 Fixed bugs 6701, 9275
git-svn-id: svn://10.0.0.236/trunk@41267 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 07:42:12 +00:00
racham%netscape.com
d2eb86862f Adding a new interface to enable JS reflection for Netcenter work and fixed some memory problems
git-svn-id: svn://10.0.0.236/trunk@40712 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 22:06:18 +00:00
sspitzer%netscape.com
cc4d653cf0 fix warning on linux. these are unused because we only migrate accounts on windows right now.
git-svn-id: svn://10.0.0.236/trunk@39665 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-16 07:12:42 +00:00
racham%netscape.com
f3fcc69071 Added a check for defaults dir. Rev by gayatri. Approved by chofmann
git-svn-id: svn://10.0.0.236/trunk@38882 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-09 04:29:44 +00:00
sspitzer%netscape.com
d575962c0a check return value. it's correct and it fixes a warning too.
git-svn-id: svn://10.0.0.236/trunk@38644 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:26:26 +00:00
gayatrib%netscape.com
7e288fd97a Added code that copies content from defaults folder
git-svn-id: svn://10.0.0.236/trunk@38529 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:08:17 +00:00
racham%netscape.com
5d9a71afe9 Added usage of GetIIDs and did some clean up
git-svn-id: svn://10.0.0.236/trunk@38378 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 23:09:06 +00:00
racham%netscape.com
67fa2146bd Adding interfaces to support Netcenter Preg work
git-svn-id: svn://10.0.0.236/trunk@38344 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 01:18:59 +00:00
warren%netscape.com
8b1231e0ae Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
git-svn-id: svn://10.0.0.236/trunk@37754 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 19:30:20 +00:00
racham%netscape.com
24de630311 Made DefaultUserProfileRoot as home for migrated profiles
git-svn-id: svn://10.0.0.236/trunk@36176 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 01:02:11 +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
mcmullen%netscape.com
2f50472c00 conflict with profile checkin
git-svn-id: svn://10.0.0.236/trunk@35407 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 06:42:23 +00:00
mcmullen%netscape.com
b2485f0c47 Changed API to nsIFileLocator
git-svn-id: svn://10.0.0.236/trunk@35364 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 05:17:58 +00:00
mcafee%netscape.com
91b047854d Fixing Solaris memory problem, patch supplied by bruce@cybersight.com. a=mcmullen (6098)
git-svn-id: svn://10.0.0.236/trunk@35225 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 22:18:29 +00:00
dp%netscape.com
b077529bb9 Removing unused prototype NS_RegistryGetFactory()
git-svn-id: svn://10.0.0.236/trunk@35013 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 15:55:54 +00:00
racham%netscape.com
5a6f8cbfab Adding more features to the ProfileManager Service. Cleaned up the comments.
git-svn-id: svn://10.0.0.236/trunk@34917 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 00:19:35 +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
bruce%cybersight.com
40889bdd16 Approved by chofmann. This fixes a large leak over time. This allocation is not necessary (nor are many others in this file), as the code being called to fill the value is also allocating the memory, so the memory is/was getting allocated twice. This fixes bug #6926.
git-svn-id: svn://10.0.0.236/trunk@32500 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-22 19:50:26 +00:00
waterson%netscape.com
34cd29be6b Don't PR_DELETE() an uninitialized pointer.
git-svn-id: svn://10.0.0.236/trunk@32313 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 07:08:38 +00:00
waterson%netscape.com
dfd13a3ca2 Fix crash bugs: failure to initialize m_reg member.
git-svn-id: svn://10.0.0.236/trunk@32312 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 07:02:07 +00:00
gayatrib%netscape.com
efb54792ef Added code to support the new profile manager services
git-svn-id: svn://10.0.0.236/trunk@32277 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 04:38:44 +00:00
alecf%netscape.com
7b7be659db hide much of the profile noise
git-svn-id: svn://10.0.0.236/trunk@31243 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-12 05:01:33 +00:00
alecf%netscape.com
cd70f35a17 fix a whole bunch of profile problems -remove global variables, static variables in functions, use NSPR routines instead of libc routines, etc.
git-svn-id: svn://10.0.0.236/trunk@30602 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-07 00:06:31 +00:00
dp%netscape.com
f015deb427 Converting stray UnregisterFactory calls to UnregisterComponent
git-svn-id: svn://10.0.0.236/trunk@30485 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-06 01:37:04 +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
alecf%netscape.com
485701b925 change AddRef() to NS_ADDREF() so that ref-count debugging works right
git-svn-id: svn://10.0.0.236/trunk@27909 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-16 21:06:17 +00:00
sspitzer%netscape.com
6197498d00 changes to port profiles to UNIX
git-svn-id: svn://10.0.0.236/trunk@27816 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-16 04:20:15 +00:00
mcmullen%netscape.com
b963993c1b Fixed up use of filespec, various small fixes.
git-svn-id: svn://10.0.0.236/trunk@27729 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-15 22:45:46 +00:00
gayatrib%netscape.com
7be22c06df ProfileManager implementation
git-svn-id: svn://10.0.0.236/trunk@26977 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-10 06:32:26 +00:00