зеркало из https://github.com/mozilla/pjs.git
Fixing bugs 16791, 23339. Added interfaces to check the current profile availability and a check for preg info. r=gayatrib
This commit is contained in:
Родитель
ec7c4582cb
Коммит
672ebbefd2
|
@ -81,7 +81,7 @@ interface nsIProfile : nsISupports {
|
||||||
|
|
||||||
void ProcessPRegCookie();
|
void ProcessPRegCookie();
|
||||||
|
|
||||||
string isPregCookieSet();
|
string isPregCookieSet(in string profileName);
|
||||||
|
|
||||||
void processPREGInfo(in string data);
|
void processPREGInfo(in string data);
|
||||||
|
|
||||||
|
@ -90,7 +90,8 @@ interface nsIProfile : nsISupports {
|
||||||
void migrateAllProfiles();
|
void migrateAllProfiles();
|
||||||
void cloneProfile(in string profileName);
|
void cloneProfile(in string profileName);
|
||||||
void forgetCurrentProfile();
|
void forgetCurrentProfile();
|
||||||
void loadNewProfilePrefs();
|
void loadNewProfilePrefs();
|
||||||
|
boolean isCurrentProfileAvailable();
|
||||||
|
|
||||||
attribute boolean automigrate;
|
attribute boolean automigrate;
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче