[Pkg-privacy-commits] [xul-ext-monkeysphere] 146/296: remove unused favicon functions
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit 7c49d180949c3c4937dd6d319374b1344ff47de4
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Tue Mar 9 01:09:10 2010 -0500
remove unused favicon functions
---
chrome/content/monkeysphere.js | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 09ca503..6daf3ce 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -36,7 +36,7 @@ var monkeysphere = {
override: Components.classes["@mozilla.org/security/certoverride;1"].getService(Components.interfaces.nsICertOverrideService),
prefs: Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch("extensions.monkeysphere."),
-
+
////////////////////////////////////////////////////////////
// LOG FUNCTIONS
////////////////////////////////////////////////////////////
@@ -80,7 +80,7 @@ var monkeysphere = {
// get localization messages
monkeysphere.messages = document.getElementById("message_strings");
-
+
var envvar = "MONKEYSPHERE_VALIDATION_AGENT_SOCKET";;
try {
envvar = monkeysphere.prefs.getCharPref("validation_agent_socket_environment_variable");
@@ -618,20 +618,9 @@ var monkeysphere = {
},
////////////////////////////////////////////////////////////
-// FAVICON FUNCTIONS
+// CONTEXT MENU FUNCTIONS
////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////
- getFaviconText: function() {
- return document.getElementById("identity-box").tooltipText;
- },
-
- //////////////////////////////////////////////////////////
- //Sets the tooltip and the text of the favicon popup on https sites
- setFaviconText: function(str) {
- document.getElementById("identity-box").tooltipText = str;
- },
-
contextMenuFunctions: {
clearSite: function() {
monkeysphere.log("--- clear site ---");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list