refactor: rename Firefox related references to their relevant counterparts

This commit is contained in:
Alex Kontos
2022-09-16 15:41:24 +01:00
parent 8252e45d0f
commit e7824895ad
86 changed files with 785 additions and 783 deletions

View File

@@ -876,12 +876,12 @@ BrowserGlue.prototype = {
if (updateChannel) {
let uninstalledValue = lazy.WindowsRegistry.readRegKey(
Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
"Software\\Mozilla\\Firefox",
"Software\\BrowserWorks\\Waterfox",
`Uninstalled-${updateChannel}`
);
let removalSuccessful = lazy.WindowsRegistry.removeRegKey(
Ci.nsIWindowsRegKey.ROOT_KEY_CURRENT_USER,
"Software\\Mozilla\\Firefox",
"Software\\BrowserWorks\\Waterfox",
`Uninstalled-${updateChannel}`
);
if (removalSuccessful && uninstalledValue == "True") {