Mitchell Field
d0f35f6883
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
...
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
cbiesinger%web.de
50c9dd3919
Bug 257948 remove #endif w/o matching #ifdef from idl files
...
r=dveditz sr=neil
2004-09-05 13:29:58 +00:00
gerv%gerv.net
dfb29e9236
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
ccarlen%netscape.com
7fb3cceec5
Bug 35559 - dynamic profile switching support
r=racham, sr=alecf
2000-12-18 07:33:08 +00:00
ccarlen%netscape.com
29477fb5b3
Bug 46866.
Splitting profile API into public and internal parts.
r=racham@netscape.com, sr=alecf@netscape.com
2000-11-04 16:27:30 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
ccarlen%netscape.com
a7e68bcf73
Fix for #36968 and #38626
r=racham
2000-09-09 15:30:09 +00:00
racham%netscape.com
04181ea9b4
Fixing bug 46320. Reducing the number of global files by moving profile regitry to the product sub-directory under HOME. r=dougt
2000-08-16 22:40:36 +00:00
tao%netscape.com
a4ade66319
40799 : [CountryPicker] Add language/country selector to ProfileCreation UI.
...
r=sspitzer,racham,a=msanz.
2000-06-05 22:13:06 +00:00
racham%netscape.com
83b0c94d02
Fixing bug 10953. Modifying SetRegString interface to store all required values in the registry. r=gayatrib
2000-05-13 01:02:29 +00:00
racham%netscape.com
337cd064ce
Fixing bugs 31688, 17457. Modifying createprofile option to create profile and exit and allow the profile creation to use the existing dir. r=gayatrib
2000-05-02 22:32:11 +00:00
racham%netscape.com
80f2cdeabf
Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf
2000-04-21 22:27:58 +00:00
racham%netscape.com
f4d1966800
Adding interface to remove activation cookie after it is processed. Bug 32506.r=gayatrib
2000-03-31 06:34:27 +00:00
gayatrib%netscape.com
a869a34db1
changing interface to be i18n friendly r=dveditzle.idl
2000-03-30 01:30:03 +00:00
sspitzer%netscape.com
ff4cb04602
workaround fix for #26885 . changes for ben to the nsIProfile interface
...
r=ben@netscape.com
2000-02-08 01:04:41 +00:00
sspitzer%netscape.com
f343b861a0
add newlines to the end of some files, and add the defaultProfileDir interface
...
and for ben. r=alecf
2000-02-05 21:48:09 +00:00
racham%netscape.com
9a2a575f7c
Fixing bugs 16791, 23339. Added interfaces to check the current profile availability and a check for preg info. r=gayatrib
2000-02-03 11:20:25 +00:00
racham%netscape.com
d87929591c
Fixing bug 14358. changed the name of a preg pref. a=McAfee
2000-01-14 08:29:14 +00:00
sspitzer%netscape.com
53ac0203b9
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.
2000-01-13 00:04:30 +00:00
sspitzer%netscape.com
f16a570ecd
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
1999-12-23 20:05:59 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
sspitzer%netscape.com
7a72b30bde
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.
1999-10-29 04:01:22 +00:00
sspitzer%netscape.com
cb3b669f7b
fix for #14892 , automatically migrate if we only have one 4.x profile and no 5.0 profiles.
...
r=mscott.
1999-10-15 01:38:54 +00:00
sspitzer%netscape.com
e6fa7cbcf2
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.
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com
ed4d98a30f
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.
1999-10-07 06:57:38 +00:00
sspitzer%netscape.com
5123dfc1be
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
1999-10-06 21:36:59 +00:00
sspitzer%netscape.com
e3cdd7da27
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)
1999-10-05 04:12:58 +00:00
sspitzer%netscape.com
e96fe99b53
fix for #14999 . remove the profile appcore
1999-09-28 07:29:25 +00:00
sspitzer%netscape.com
998bcad2f7
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
1999-09-16 20:36:27 +00:00
alecf%netscape.com
af15ee55f9
add new files to prepare for profile landing
1999-09-10 00:29:08 +00:00