From b97168107e5157deafa5e71b5cadfe550ee7cf39 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 11 Oct 2013 20:30:58 -0300 Subject: add extension logos Signed-off-by: drebs --- chrome/content/logo-small.png | Bin 0 -> 3050 bytes chrome/content/logo.png | Bin 0 -> 13810 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 chrome/content/logo-small.png create mode 100644 chrome/content/logo.png (limited to 'chrome') diff --git a/chrome/content/logo-small.png b/chrome/content/logo-small.png new file mode 100644 index 0000000..0f29cd1 Binary files /dev/null and b/chrome/content/logo-small.png differ diff --git a/chrome/content/logo.png b/chrome/content/logo.png new file mode 100644 index 0000000..fdb2be0 Binary files /dev/null and b/chrome/content/logo.png differ -- cgit v1.2.3 From b5f91e386b337afb674f583d7f31afd9a065052d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 31 Oct 2013 13:15:45 -0200 Subject: Fix makefile and install.rdf template. --- chrome/content/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 chrome/content/.gitignore (limited to 'chrome') diff --git a/chrome/content/.gitignore b/chrome/content/.gitignore deleted file mode 100644 index 3fec32c..0000000 --- a/chrome/content/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tmp/ -- cgit v1.2.3 From 18578e925108d6af5c5de320fbe1fcec8a3748c6 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 4 Nov 2013 15:33:54 -0200 Subject: Fix items from mozilla review. Closes #4374. --- chrome/content/accountWizard/accountWizard.js | 4 +--- chrome/content/accountWizard/accountWizard.xul | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'chrome') diff --git a/chrome/content/accountWizard/accountWizard.js b/chrome/content/accountWizard/accountWizard.js index b2b533f..da49536 100644 --- a/chrome/content/accountWizard/accountWizard.js +++ b/chrome/content/accountWizard/accountWizard.js @@ -28,7 +28,6 @@ Cu.import("resource:///modules/gloda/log4moz.js"); let gEmailWizardLogger = Log4Moz.getConfiguredLogger("mail.wizard"); var gStringsBundle; -var gMessengerBundle; var gBrandShortName; function e(elementID) @@ -125,8 +124,7 @@ BitmaskAccountWizard.prototype = gEmailWizardLogger.info("Email account setup dialog loaded."); - gStringsBundle = e("strings"); - gMessengerBundle = e("bundle_messenger"); + gStringsBundle = e("accountCreationStrings"); gBrandShortName = e("bundle_brand").getString("brandShortName"); // admin-locked prefs hurray diff --git a/chrome/content/accountWizard/accountWizard.xul b/chrome/content/accountWizard/accountWizard.xul index 0d42c0d..f9ff6f4 100644 --- a/chrome/content/accountWizard/accountWizard.xul +++ b/chrome/content/accountWizard/accountWizard.xul @@ -31,12 +31,8 @@ - - -