Commit Graph

43 Commits

Author SHA1 Message Date
mscott%netscape.com
cd28fa26cc fix the build breakage...make sure necko is defined. 1999-07-29 02:44:21 +00:00
mscott%netscape.com
82c9027d21 include config.mak to fix windows build breakage. 1999-07-29 02:15:24 +00:00
racham%netscape.com
6e5d50b6b6 interface to count 4x profiles 1999-07-28 06:25:34 +00:00
racham%netscape.com
6bec2d3da2 changing the dll name from xpprofile32 to profile 1999-07-28 05:16:51 +00:00
racham%netscape.com
8526f7756e Fixed bugs 6701, 9275 1999-07-27 07:42:12 +00:00
racham%netscape.com
fe074d1114 Adding a new interface to enable JS reflection for Netcenter work and fixed some memory problems 1999-07-22 22:06:18 +00:00
sspitzer%netscape.com
473a548028 fix warning on linux. these are unused because we only migrate accounts on windows right now. 1999-07-16 07:12:42 +00:00
racham%netscape.com
c1fa2d6e2d Added a check for defaults dir. Rev by gayatri. Approved by chofmann 1999-07-09 04:29:44 +00:00
sspitzer%netscape.com
268c0e11b6 check return value. it's correct and it fixes a warning too. 1999-07-07 07:26:26 +00:00
gayatrib%netscape.com
204edaf7cd Added code that copies content from defaults folder 1999-07-07 01:08:17 +00:00
valeski%netscape.com
645d2806fb removed netlib.lib from necko build 1999-07-06 15:46:29 +00:00
racham%netscape.com
f413d317d1 Added usage of GetIIDs and did some clean up 1999-07-05 23:09:06 +00:00
racham%netscape.com
0f11400bc0 Adding interfaces to support Netcenter Preg work 1999-07-05 01:18:59 +00:00
racham%netscape.com
95877e2e85 added netlib library 1999-07-05 01:07:21 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
racham%netscape.com
5a837ec122 Made DefaultUserProfileRoot as home for migrated profiles 1999-06-22 01:02:11 +00:00
mcmullen%netscape.com
f331296542 #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 1999-06-17 23:02:39 +00:00
mcmullen%netscape.com
df08452770 conflict with profile checkin 1999-06-15 06:42:23 +00:00
mcmullen%netscape.com
0fbaf895d9 Changed API to nsIFileLocator 1999-06-15 05:17:58 +00:00
mcafee%netscape.com
e3575da7c5 Fixing Solaris memory problem, patch supplied by bruce@cybersight.com. a=mcmullen (6098) 1999-06-14 22:18:29 +00:00
dp%netscape.com
d52e003662 Removing unused prototype NS_RegistryGetFactory() 1999-06-12 15:55:54 +00:00
racham%netscape.com
86df9dfa5e Added references to required modules (pref, prefm) 1999-06-12 00:20:24 +00:00
racham%netscape.com
f950a0611a Adding more features to the ProfileManager Service. Cleaned up the comments. 1999-06-12 00:19:35 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
bruce%cybersight.com
a8e8390df9 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. 1999-05-22 19:50:26 +00:00
waterson%netscape.com
aa389269be Don't PR_DELETE() an uninitialized pointer. 1999-05-19 07:08:38 +00:00
waterson%netscape.com
765ce49b40 Fix crash bugs: failure to initialize m_reg member. 1999-05-19 07:02:07 +00:00
gayatrib%netscape.com
bc875808af Added code to support the new profile manager services 1999-05-19 04:38:44 +00:00
alecf%netscape.com
e692319a92 hide much of the profile noise 1999-05-12 05:01:33 +00:00
alecf%netscape.com
1c00fdca4d fix a whole bunch of profile problems -remove global variables, static variables in functions, use NSPR routines instead of libc routines, etc. 1999-05-07 00:06:31 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
mcmullen%netscape.com
f39da6fd6d Checking in profile wizard on behalf of gayatrib and racham. 1999-05-04 19:37:51 +00:00
mscott%netscape.com
0ac3d4e056 Install the profile library into the components directory instead of into bin. This will
enable auto registration.
1999-04-23 06:28:15 +00:00
mscott%netscape.com
9ed645b2bc profile is a component and as such should be installed in the components directory instead of
in bin. This will allow the auto-registration code to be brought into effect.
1999-04-23 06:26:42 +00:00
alecf%netscape.com
5b20797749 change AddRef() to NS_ADDREF() so that ref-count debugging works right 1999-04-16 21:06:17 +00:00
alecf%netscape.com
a9b3c8c5b9 don't need this extra DSO line 1999-04-16 21:02:48 +00:00
sspitzer%netscape.com
e4b0d4b25a changes to port profiles to UNIX 1999-04-16 04:20:15 +00:00
sspitzer%netscape.com
ec7603cc66 workf for porting profiles to UNIX 1999-04-16 04:18:07 +00:00
mcmullen%netscape.com
c700e78a5c Fixed up use of filespec, various small fixes. 1999-04-15 22:45:46 +00:00
gayatrib%netscape.com
c522478542 Removed references to HASHLIBS as it is not required 1999-04-11 05:20:24 +00:00
gayatrib%netscape.com
63e3aeb6df sources makefile 1999-04-10 06:33:09 +00:00
gayatrib%netscape.com
64de9de9e7 ProfileManager implementation 1999-04-10 06:32:26 +00:00