[Pkg-mozext-commits] [firebug] 26/56: Issue 7686 - Couple of TODO comments
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 2ba7e760e5d8f874594dae73659a8c7e309597fe
Author: Jan Odvarko <odvarko at gmail.com>
Date: Tue Oct 21 13:56:35 2014 +0200
Issue 7686 - Couple of TODO comments
---
extension/content/firebug/firefox/browserOverlay.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/extension/content/firebug/firefox/browserOverlay.js b/extension/content/firebug/firefox/browserOverlay.js
index e56cf62..8e066aa 100644
--- a/extension/content/firebug/firefox/browserOverlay.js
+++ b/extension/content/firebug/firefox/browserOverlay.js
@@ -36,6 +36,7 @@ Locale.registerStringBundle("chrome://firebug/locale/multiprocess-notification.p
Cu.import("resource://firebug/loader.js");
Cu.import("resource://firebug/fbtrace.js");
+Cu.import("resource://gre/modules/AddonManager.jsm");
var servicesScope = {};
Cu.import("resource://gre/modules/Services.jsm", servicesScope);
@@ -652,7 +653,10 @@ BrowserOverlay.prototype =
{
Events.cancelEvent(event);
- FBTrace.sysout("onUpgradeFirebug");
+ // xxxHonza: TODO:
+ // - Install Firebug 3 (alpha) from getfirebug.com
+ // - Setup a page for "Learn more..." link in the notification
+ // AddonManager.installAddonsFromWebpage
},
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list