235380 - firefox should set itself as default browser only for the current user. Change Windows Shell Service to add an additional option - whether to set default browser for all users or just the current user. Also make the code read out of HKCU instead of HKLM.

This commit is contained in:
ben@bengoodger.com
2004-06-30 20:27:30 +00:00
parent 6d574f320a
commit e4f0d3b5d8
9 changed files with 92 additions and 48 deletions

View File

@@ -58,7 +58,7 @@ protected:
PRBool GetMailAccountKey(HKEY* aResult);
void SetRegKey(const char* aKeyName, const char* aValueName,
const char* aValue, PRBool aBackup, HKEY aBackupKey,
PRBool aReplaceExisting);
PRBool aReplaceExisting, PRBool aForAllUsers);
private:
PRBool mCheckedThisSession;