Commit Graph

19 Commits

Author SHA1 Message Date
ben%netscape.com
55bef027aa make profile manager i18n friendly, PDT+ b=15264, r=gayatrib@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60774 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:33:48 +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
sfraser%netscape.com
62026a1b22 Workaround for bug 26265, to handle failure to load string bundle at startup. r=ben, a=leaf
git-svn-id: svn://10.0.0.236/trunk@59662 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 23:04:50 +00:00
ben%netscape.com
b96641062b fix bug 24752 (back button on profile mgr page) r=syd@netscape.com; and partial for 23121 (jumpy text in titledbuttons that are disabled).
git-svn-id: svn://10.0.0.236/trunk@58442 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-23 20:06:02 +00:00
rgoodger%ihug.co.nz
f7236312cf use proper newlines in alerts/prompts for profile manager
git-svn-id: svn://10.0.0.236/trunk@57795 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 08:05:51 +00:00
rgoodger%ihug.co.nz
d76fd3b5d9 23872, fixing double click behaviour in profile manager
git-svn-id: svn://10.0.0.236/trunk@57753 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 00:17:48 +00:00
rgoodger%ihug.co.nz
df18fe326b profilemanager II, r=gayatrib@netscape.com, sspitzer@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57628 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 04:21:25 +00:00
hyatt%netscape.com
644ab39a24 Fixing the invisible tree problem #18577.
git-svn-id: svn://10.0.0.236/trunk@54923 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 20:11:01 +00:00
brendan%mozilla.org
b27b31a03e Clean up whitespace/returns/braces, plus Ben's update to GetFields.
git-svn-id: svn://10.0.0.236/trunk@54530 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 06:37:13 +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
4b800ef247 more clean up. #15402.
git-svn-id: svn://10.0.0.236/trunk@50215 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 07:58: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
834be86386 more clean up for #15402. disable the rename, delete and start buttons
if no profile is selected, and enable them when a profile is selected.
turn dumps into alerts to tell the user why something failed.


git-svn-id: svn://10.0.0.236/trunk@50097 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:41:33 +00:00
sspitzer%netscape.com
bde00ceef7 add documentation and fixes from Ben Goodger <rgoodger@ihug.co.nz>
also add the mozilla license.  r=sspitzer.


git-svn-id: svn://10.0.0.236/trunk@50092 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 08:47:16 +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
185c444bad fix for #15610, alert on failure to rename or delete a profile. r=mscott
git-svn-id: svn://10.0.0.236/trunk@49854 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:49:09 +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
f6436d9b1a finish renaming and moving all the profile xul, js and dtd files.
fix regression with Rename and Delete.  (they work again.)


git-svn-id: svn://10.0.0.236/trunk@49254 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:50:50 +00:00
gayatrib%netscape.com
2c2d15418f profileManager javascript
git-svn-id: svn://10.0.0.236/trunk@49227 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:14:35 +00:00