1999-09-10 04:29:08 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
*
|
1999-11-06 06:40:37 +03:00
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
1999-09-10 04:29:08 +04:00
|
|
|
*
|
1999-11-06 06:40:37 +03:00
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
1999-09-10 04:29:08 +04:00
|
|
|
*
|
1999-11-06 06:40:37 +03:00
|
|
|
* The Original Code is mozilla.org code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape
|
1999-09-10 04:29:08 +04:00
|
|
|
* Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
* Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
1999-09-10 04:29:08 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "nsISupports.idl"
|
|
|
|
|
|
|
|
interface nsICmdLineService;
|
1999-09-17 00:36:27 +04:00
|
|
|
interface nsIFileSpec;
|
1999-09-10 04:29:08 +04:00
|
|
|
|
|
|
|
%{C++
|
|
|
|
#include "nsFileSpec.h"
|
|
|
|
#include "nsICmdLineService.h"
|
|
|
|
|
|
|
|
#define NS_PROFILE_CID \
|
|
|
|
{ /* {02b0625b-e7f3-11d2-9f5a-006008a6efe9} */ \
|
|
|
|
0x02b0625b, \
|
|
|
|
0xe7f3, \
|
|
|
|
0x11d2, \
|
|
|
|
{ 0x9f, 0x5a, 0x00, 0x60, 0x08, 0xa6, 0xef, 0xe9 } \
|
|
|
|
}
|
|
|
|
|
|
|
|
#define NS_PROFILE_PROGID \
|
|
|
|
"component://netscape/profile/manager"
|
|
|
|
|
2000-01-14 11:29:14 +03:00
|
|
|
#define PREG_PREF "browser.registration.enable"
|
1999-09-10 04:29:08 +04:00
|
|
|
%}
|
|
|
|
|
|
|
|
[ptr] native nsFileSpec(nsFileSpec);
|
|
|
|
[ref] native nsFileSpecRef(nsFileSpec);
|
|
|
|
[scriptable, uuid(02b0625a-e7f3-11d2-9f5a-006008a6efe9)]
|
|
|
|
interface nsIProfile : nsISupports {
|
|
|
|
[noscript] void startupWithArgs(in nsICmdLineService cmdLine);
|
|
|
|
void startup(in string filename);
|
|
|
|
|
|
|
|
[noscript] void getProfileDir(in string profileName,
|
|
|
|
in nsFileSpec profileDir);
|
|
|
|
readonly attribute long profileCount;
|
|
|
|
readonly attribute string currentProfile;
|
|
|
|
readonly attribute string firstProfile;
|
|
|
|
|
1999-09-17 00:36:27 +04:00
|
|
|
// eventually we need to depricate getCurrentProfileDir
|
1999-09-10 04:29:08 +04:00
|
|
|
[noscript] void getCurrentProfileDir(in nsFileSpec profileDir);
|
|
|
|
|
|
|
|
[noscript] void setProfileDir(in string profileName,
|
|
|
|
in nsFileSpecRef profileDir);
|
|
|
|
|
1999-10-08 08:58:32 +04:00
|
|
|
boolean profileExists(in string profileName);
|
|
|
|
|
1999-09-10 04:29:08 +04:00
|
|
|
void migrateProfileInfo();
|
|
|
|
|
1999-10-07 01:36:59 +04:00
|
|
|
void createNewProfile(in string profileName, in string nativeProfileDir);
|
1999-09-10 04:29:08 +04:00
|
|
|
void renameProfile(in string oldName, in string newName);
|
|
|
|
|
1999-10-08 08:58:32 +04:00
|
|
|
void deleteProfile(in string name, in boolean canDeleteFiles);
|
1999-09-10 04:29:08 +04:00
|
|
|
|
1999-09-28 11:29:25 +04:00
|
|
|
string getProfileList();
|
1999-09-10 04:29:08 +04:00
|
|
|
|
1999-10-08 08:58:32 +04:00
|
|
|
void startApprunner(in string profileName);
|
1999-09-10 04:29:08 +04:00
|
|
|
|
1999-10-15 05:38:54 +04:00
|
|
|
void migrateProfile(in string profileName, in boolean showProgressAsModalWindow);
|
1999-09-10 04:29:08 +04:00
|
|
|
|
1999-09-28 11:29:25 +04:00
|
|
|
string getCookie();
|
1999-09-10 04:29:08 +04:00
|
|
|
|
|
|
|
void ProcessPRegCookie();
|
|
|
|
|
2000-02-03 14:20:25 +03:00
|
|
|
string isPregCookieSet(in string profileName);
|
1999-09-10 04:29:08 +04:00
|
|
|
|
|
|
|
void processPREGInfo(in string data);
|
|
|
|
|
|
|
|
long get4xProfileCount();
|
|
|
|
|
|
|
|
void migrateAllProfiles();
|
1999-10-07 10:57:38 +04:00
|
|
|
void cloneProfile(in string profileName);
|
|
|
|
void forgetCurrentProfile();
|
2000-02-03 14:20:25 +03:00
|
|
|
void loadNewProfilePrefs();
|
|
|
|
boolean isCurrentProfileAvailable();
|
1999-12-23 23:05:59 +03:00
|
|
|
|
|
|
|
attribute boolean automigrate;
|
1999-09-10 04:29:08 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* nsIProfile_h__ */
|