mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Password Mananger has migration capabilities for only Basilisk
This commit is contained in:
parent
ac3c78c200
commit
5e8d7ac9ea
3 changed files with 4 additions and 2 deletions
|
|
@ -721,8 +721,10 @@ function escapeKeyHandler() {
|
|||
window.close();
|
||||
}
|
||||
|
||||
#if defined(MC_BASILISK) && defined(XP_WIN)
|
||||
function OpenMigrator() {
|
||||
const { MigrationUtils } = Cu.import("resource:///modules/MigrationUtils.jsm", {});
|
||||
// We pass in the type of source we're using for use in telemetry:
|
||||
MigrationUtils.showMigrationWizard(window, [MigrationUtils.MIGRATION_ENTRYPOINT_PASSWORDS]);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
label="&removeall.label;" accesskey="&removeall.accesskey;"
|
||||
oncommand="DeleteAllSignons();"/>
|
||||
<spacer flex="1"/>
|
||||
#if defined(MOZ_BUILD_APP_IS_BROWSER) && defined(XP_WIN)
|
||||
#if defined(MC_BASILISK) && defined(XP_WIN)
|
||||
<button accesskey="&import.accesskey;"
|
||||
label="&import.label;"
|
||||
oncommand="OpenMigrator();"/>
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
toolkit.jar:
|
||||
% content passwordmgr %content/passwordmgr/
|
||||
* content/passwordmgr/passwordManager.xul (content/passwordManager.xul)
|
||||
content/passwordmgr/passwordManager.js (content/passwordManager.js)
|
||||
* content/passwordmgr/passwordManager.js (content/passwordManager.js)
|
||||
content/passwordmgr/recipes.json (content/recipes.json)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue