Skip to content
Snippets Groups Projects
Verified Commit 085cb603 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40925: Implemented the Security Level component

Bug 40781 (build): Move l10n files to browser/locales
parent 1dace7f6
Branches
Tags
1 merge request!547Bug 41351: Move cryptosafety l10n files with other Firefox files
......@@ -46,7 +46,7 @@ XPCOMUtils.defineLazyGetter(this, "SecurityLevelStrings", () => {
let bundle = null;
try {
bundle = Services.strings.createBundle(
"chrome://securitylevel/locale/securityLevel.properties"
"chrome://browser/locale/securityLevel.properties"
);
} catch (e) {
console.warn("Could not load the Security Level strings");
......
......@@ -4,8 +4,3 @@ browser.jar:
content/browser/securitylevel/securityLevelButton.css (content/securityLevelButton.css)
content/browser/securitylevel/securityLevelPreferences.css (content/securityLevelPreferences.css)
content/browser/securitylevel/securityLevelIcon.svg (content/securityLevelIcon.svg)
securitylevel.jar:
# See New Identity for further information on how this works
% locale securitylevel en-US %locale/en-US/
locale/en-US/securityLevel.properties (locale/en-US/securityLevel.properties)
......@@ -253,8 +253,6 @@
; Base Browser
@RESPATH@/browser/chrome/newidentity.manifest
@RESPATH@/browser/chrome/newidentity/
@RESPATH@/browser/chrome/securitylevel.manifest
@RESPATH@/browser/chrome/securitylevel/
@RESPATH@/components/SecurityLevel.manifest
; [DevTools Startup Files]
......
......@@ -42,6 +42,7 @@
locale/browser/safebrowsing/safebrowsing.properties (%chrome/browser/safebrowsing/safebrowsing.properties)
locale/browser/feeds/subscribe.properties (%chrome/browser/feeds/subscribe.properties)
locale/browser/syncSetup.properties (%chrome/browser/syncSetup.properties)
locale/browser/securityLevel.properties (%chrome/browser/securityLevel.properties)
% locale browser-region @AB_CD@ %locale/browser-region/
# the following files are browser-specific overrides
locale/browser/netError.dtd (%chrome/overrides/netError.dtd)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment