diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
commit | 4e7e4c2cbed8209974691f18180fa7ea8f00e785 (patch) | |
tree | e819b05bad4189d06a0ab87626a010e93849e0a0 /application/palemoon/components/migration/BrowserProfileMigrators.manifest | |
parent | 8b960b23ac31d4dd0763f91ab5f494251467eeb1 (diff) | |
download | UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.gz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.lz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.xz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.zip |
[PALEMOON] Fix: The profile resseting - partially
https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f
- Revert migration
- Partially
- no manual migration from Places
- no migration from other browsers
- no the cmd `-migration`
- Fix migration files (`// Tycho:`)
- Something in the last commit (a typo)
Diffstat (limited to 'application/palemoon/components/migration/BrowserProfileMigrators.manifest')
-rw-r--r-- | application/palemoon/components/migration/BrowserProfileMigrators.manifest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/palemoon/components/migration/BrowserProfileMigrators.manifest b/application/palemoon/components/migration/BrowserProfileMigrators.manifest new file mode 100644 index 000000000..d2bf0901d --- /dev/null +++ b/application/palemoon/components/migration/BrowserProfileMigrators.manifest @@ -0,0 +1,4 @@ +component {6F8BB968-C14F-4D6F-9733-6C6737B35DCE} ProfileMigrator.js +contract @mozilla.org/toolkit/profile-migrator;1 {6F8BB968-C14F-4D6F-9733-6C6737B35DCE} +component {91185366-ba97-4438-acba-48deaca63386} FirefoxProfileMigrator.js +contract @mozilla.org/profile/migrator;1?app=browser&type=firefox {91185366-ba97-4438-acba-48deaca63386} |