From ddea4710991d889a1c049835442a15fed026de9e Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 28 Jun 2018 13:20:53 -0400 Subject: Use MOZ_AUSTRALIS to define common shared Australis features --- toolkit/themes/linux/global/global.css | 2 +- toolkit/themes/windows/global/global.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/themes/linux/global/global.css b/toolkit/themes/linux/global/global.css index 9553725d6..9328f7a66 100644 --- a/toolkit/themes/linux/global/global.css +++ b/toolkit/themes/linux/global/global.css @@ -316,7 +316,7 @@ popupnotificationcontent { /* :::::: Close button icons ::::: */ -%ifdef MC_BASILISK +%ifdef MOZ_AUSTRALIS .close-icon { -moz-appearance: none; height: 16px; diff --git a/toolkit/themes/windows/global/global.css b/toolkit/themes/windows/global/global.css index 416321041..6b6a21ca3 100644 --- a/toolkit/themes/windows/global/global.css +++ b/toolkit/themes/windows/global/global.css @@ -331,7 +331,7 @@ popupnotificationcontent { /* :::::: Close button icons ::::: */ -%ifdef MC_BASILISK +%ifdef MOZ_AUSTRALIS .close-icon { list-style-image: url("chrome://global/skin/icons/close.png"); -moz-image-region: rect(0, 20px, 20px, 0); -- cgit v1.2.3 From 7664308ab16560fc25622ef68810300233d39fa9 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 28 Jun 2018 15:50:23 -0400 Subject: Add HYPE_ICEWEASEL where appropriate --- toolkit/components/passwordmgr/content/passwordManager.js | 4 +++- toolkit/components/passwordmgr/content/passwordManager.xul | 4 +++- toolkit/modules/NewTabUtils.jsm | 2 +- toolkit/mozapps/installer/package-name.mk | 12 ++++++++++-- 4 files changed, 17 insertions(+), 5 deletions(-) (limited to 'toolkit') diff --git a/toolkit/components/passwordmgr/content/passwordManager.js b/toolkit/components/passwordmgr/content/passwordManager.js index bd5cebfc4..327ebbdf8 100644 --- a/toolkit/components/passwordmgr/content/passwordManager.js +++ b/toolkit/components/passwordmgr/content/passwordManager.js @@ -727,10 +727,12 @@ function escapeKeyHandler() { window.close(); } -#if defined(MC_BASILISK) && defined(XP_WIN) +#ifdef XP_WIN +#if defined(MC_BASILISK) || defined(HYPE_ICEWEASEL) 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 +#endif diff --git a/toolkit/components/passwordmgr/content/passwordManager.xul b/toolkit/components/passwordmgr/content/passwordManager.xul index c0a10bf8e..8590d96ac 100644 --- a/toolkit/components/passwordmgr/content/passwordManager.xul +++ b/toolkit/components/passwordmgr/content/passwordManager.xul @@ -112,10 +112,12 @@