[Pkg-mozext-commits] [firetray] 373/399: attempt to address the the compatibility warning "Some JS modules were moved from resource:/// and resource://gre/ to resource://app/"
David Prévot
taffit at alioth.debian.org
Tue Oct 29 18:24:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg-clean
in repository firetray.
commit 9b190f20bd116d800c3fff3815989a07258b4dfd
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Thu May 30 23:15:32 2013 +0200
attempt to address the the compatibility warning "Some JS modules were moved
from resource:/// and resource://gre/ to resource://app/"
https://blog.mozilla.org/addons/2013/04/26/compatibility-for-firefox-21/
---
src/modules/logging.jsm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/logging.jsm b/src/modules/logging.jsm
index 63b02ec..a967c6e 100644
--- a/src/modules/logging.jsm
+++ b/src/modules/logging.jsm
@@ -54,7 +54,7 @@ firetray.Logging = {
if (this.initialized) return;
["resource://services-common/log4moz.js", // FF
- "resource:///modules/gloda/log4moz.js", // TB
+ "resource:///app/modules/gloda/log4moz.js", // TB
"resource://firetray/log4moz.js"] // default
.forEach(function(file){
try {Cu.import(file);} catch(x) {}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list