Commit Graph

45 Commits

Author SHA1 Message Date
sspitzer%netscape.com
10682414a8 workaround fix for #26885. changes for ben to the nsIProfile interface
r=ben@netscape.com


git-svn-id: svn://10.0.0.236/trunk@60012 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:04:41 +00:00
sspitzer%netscape.com
77b53b5dc7 add newlines to the end of some files, and add the defaultProfileDir interface
and for ben.  r=alecf


git-svn-id: svn://10.0.0.236/trunk@59895 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 21:48:09 +00:00
racham%netscape.com
9467028245 Fixing bugs 16791, 23339. Added interfaces to check the current profile availability and a check for preg info. r=gayatrib
git-svn-id: svn://10.0.0.236/trunk@59644 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 11:20:25 +00:00
racham%netscape.com
54eb1a57bc Fixing bug 14358. changed the name of a preg pref. a=McAfee
git-svn-id: svn://10.0.0.236/trunk@57804 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 08:29:14 +00:00
sspitzer%netscape.com
ffdbbeae7e fix for #23744. r=alecf
the problem here is that when you use -CreateProfile, prefs don't get
initialized correctly, and you don't get a prefs.js file!  this causes
all sorts of problems, as you might imagine.

addition code cleanup, too.


git-svn-id: svn://10.0.0.236/trunk@57593 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 00:04:30 +00:00
sspitzer%netscape.com
edb5300ab5 fix for #18118. if the pref "profile.confirm_automigration" is true,
we put up a dialog before we auto migrate.  (the mozilla build does this.)
if that pref is false, we just automigrate.  (the ns build does this.)
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@56497 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-23 20:05:59 +00:00
dmose%mozilla.org
92d791b7b0 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
sspitzer%netscape.com
fc22d0aa61 remove the GetCurrentProfileDirFromJS() method from the nsIProfile interface. the only one using it was the sidebar js, but now that uses the fileLocator. r=mscott.
git-svn-id: svn://10.0.0.236/trunk@52183 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:01:22 +00:00
sspitzer%netscape.com
0d6acc8491 fix for #14892, automatically migrate if we only have one 4.x profile and no 5.0 profiles.
r=mscott.


git-svn-id: svn://10.0.0.236/trunk@50757 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:38:54 +00:00
sspitzer%netscape.com
3ba1fc9867 more clean up of the profile code. #15402, r=davidm
make profileExists() part of the nsIProfile interface, so I can
get at it from JS.  startCommunicator is now startApprunner.
get RenameProfile() and DeleteProfile() to work better.
make the delete profile dialog size to content.
change the 2nd arg of DeleteProfile() to be a bool, and not a string.
use MakeUnique() to prevent undesired collisions of profiles on disk.


git-svn-id: svn://10.0.0.236/trunk@50205 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com
13d46b9f86 more fixes for #15402, general cleanup of the profile code. Close button is now Exit. remove GetSingleProfile(), use GetFirstProfile() instead. Add ForgetCurrentProfile() for use in getting cancel to work properly.
git-svn-id: svn://10.0.0.236/trunk@50089 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 06:57:38 +00:00
sspitzer%netscape.com
9c68bc61cc fix the create profile wizard ui.
this work was done by the almighty Ben Goodger <rgoodger@ihug.co.nz>
r=sspitzer
I did a little clean up, and made it so show the native file path


git-svn-id: svn://10.0.0.236/trunk@50025 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:36:59 +00:00
sspitzer%netscape.com
8c517b89c5 fix for #15262, r=mscott
break apart the profile factory from nsProfile.cpp and put it into nsProfileFactory.cpp
also, apply dp's patch to use nsIModule.  r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49809 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:20:45 +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
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
sspitzer%netscape.com
17201cb709 add a scriptable version of GetCurrentProfileDir to the nsIProfle interface called GetCurrentProfileDirFromJS
eventually, the non-scriptable interface will go away, but I don't have time do that yet.  slamm is using this in his sidebarOverlay.js


git-svn-id: svn://10.0.0.236/trunk@47828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:36:27 +00:00
briano%netscape.com
c38c8b4426 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 03:00:30 +00:00
alecf%netscape.com
9096c4def4 profile changes on windows
git-svn-id: svn://10.0.0.236/trunk@46672 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:51:22 +00:00
alecf%netscape.com
c2e571004d land new profiles stuff
- move command line processing into nsIProfile
- fix up leaks
- use SERVICE macros
- general cleanup


git-svn-id: svn://10.0.0.236/trunk@46671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:51:02 +00:00
alecf%netscape.com
26caf21f67 add new files to prepare for profile landing
git-svn-id: svn://10.0.0.236/trunk@46666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:29:08 +00:00
briano%netscape.com
fc4ee09d97 Cleaned it up and eliminated the pointless #!gmake.
git-svn-id: svn://10.0.0.236/trunk@45578 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:06:06 +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
varada%netscape.com
5e51a2ddfb Added new functions in nsAccount.cpp
git-svn-id: svn://10.0.0.236/trunk@43943 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-21 01:41:18 +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
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
varada%netscape.com
c0886618c6 Adding account header files
git-svn-id: svn://10.0.0.236/trunk@40878 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 11:58:22 +00:00
varada%netscape.com
dfd97df512 removing account header from makefile
git-svn-id: svn://10.0.0.236/trunk@40847 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 06:35:50 +00:00
varada%netscape.com
cbb3af464b makefile
git-svn-id: svn://10.0.0.236/trunk@40821 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 05:16:28 +00:00
racham%netscape.com
b995e06247 Adding a new interface to enable JS reflection for Netcenter work
git-svn-id: svn://10.0.0.236/trunk@40713 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 22:09:46 +00:00
varada%netscape.com
fdd30211ed account header
git-svn-id: svn://10.0.0.236/trunk@40405 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 04:16:05 +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
racham%netscape.com
e572ff0c73 Added new interfaces
git-svn-id: svn://10.0.0.236/trunk@34919 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 00:21:23 +00:00
gayatrib%netscape.com
801221dd1a added profileSwitch file to the makefile
git-svn-id: svn://10.0.0.236/trunk@32282 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 04:48:44 +00:00
gayatrib%netscape.com
b8d08203e2 new header file to serve as a profile code compilation switch
git-svn-id: svn://10.0.0.236/trunk@32280 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 04:46:35 +00:00
gayatrib%netscape.com
01c85ce31c Added method interfaces to support the new profile manager services
git-svn-id: svn://10.0.0.236/trunk@32278 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-19 04:40:39 +00:00
waterson%netscape.com
11d52f0cf0 Remove unnecessary #include of jsapi.h
git-svn-id: svn://10.0.0.236/trunk@32158 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 23:19:28 +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
144cf49a09 don't need xp_core.h, and it's causing problems anyway
git-svn-id: svn://10.0.0.236/trunk@27906 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-16 21:03:19 +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
d72c0d8397 Fixed up the API to use filespec properly.
git-svn-id: svn://10.0.0.236/trunk@27728 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-15 22:45:45 +00:00
mcmullen%netscape.com
85e63bee20 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@27657 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-15 20:19:20 +00:00
mcmullen%netscape.com
0e39043ab4 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@27419 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-14 00:27:02 +00:00
braddr%puremagic.com
3ef26959b8 Add $(NULL) to the list of exports since all the othe working public/makefile.win's seem to include this.
git-svn-id: svn://10.0.0.236/trunk@27094 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-11 08:52:32 +00:00
gayatrib%netscape.com
103ff7e70b headers makefile
git-svn-id: svn://10.0.0.236/trunk@26976 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-10 06:30:55 +00:00
gayatrib%netscape.com
3538d42c37 ProfileManager interface header file
git-svn-id: svn://10.0.0.236/trunk@26975 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-10 06:30:17 +00:00