diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 14:29:05 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 14:29:05 +0200 |
commit | 1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68 (patch) | |
tree | 7180897e45561a9c1ee75a1b2d6811ce830d62dc /browser | |
parent | 54c479af3a81f09be57465185d56ab1217a8b47f (diff) | |
download | uxp-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.tar.gz |
moebius#84: Fix: The profile - resetting
https://github.com/MoonchildProductions/moebius/pull/184
Diffstat (limited to 'browser')
-rw-r--r-- | browser/components/migration/FirefoxProfileMigrator.js | 2 | ||||
-rw-r--r-- | browser/components/migration/MigrationUtils.jsm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/browser/components/migration/FirefoxProfileMigrator.js b/browser/components/migration/FirefoxProfileMigrator.js index 60ffcf627c..2714cdbcd5 100644 --- a/browser/components/migration/FirefoxProfileMigrator.js +++ b/browser/components/migration/FirefoxProfileMigrator.js @@ -7,7 +7,7 @@ "use strict"; /* - * Migrates from a Firefox profile in a lossy manner in order to clean up a + * Migrates from a Basilisk profile in a lossy manner in order to clean up a * user's profile. Data is only migrated where the benefits outweigh the * potential problems caused by importing undesired/invalid configurations * from the source profile. diff --git a/browser/components/migration/MigrationUtils.jsm b/browser/components/migration/MigrationUtils.jsm index 104efe005b..e133ec5203 100644 --- a/browser/components/migration/MigrationUtils.jsm +++ b/browser/components/migration/MigrationUtils.jsm @@ -726,6 +726,7 @@ this.MigrationUtils = Object.freeze({ "Internet Explorer": "ie", "Microsoft Edge": "edge", "Safari": "safari", + "Basilisk": "firefox", "Firefox": "firefox", "Nightly": "firefox", "Google Chrome": "chrome", // Windows, Linux |