[Pkg-mozext-commits] [firebug] 38/59: Removed incorrect change of Continue button tooltip

David Prévot taffit at moszumanska.debian.org
Thu Aug 14 14:52:56 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 3c0ed0c8c049d3da39090d748657e140ab47f798
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Thu Jul 31 13:27:02 2014 +0200

    Removed incorrect change of Continue button tooltip
---
 extension/content/firebug/cookies/cookiePanel.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/extension/content/firebug/cookies/cookiePanel.js b/extension/content/firebug/cookies/cookiePanel.js
index a5123c0..3bbe908 100644
--- a/extension/content/firebug/cookies/cookiePanel.js
+++ b/extension/content/firebug/cookies/cookiePanel.js
@@ -265,13 +265,6 @@ CookiePanel.prototype = Obj.extend(ActivablePanel,
         CookiePermissions.updatePermButton(this.context);
 
         this.showToolbarButtons("fbCookieButtons", true);
-
-        if (Firebug.chrome.setGlobalAttribute)
-        {
-            Firebug.chrome.setGlobalAttribute("cmd_firebug_resumeExecution", "breakable", "true");
-            Firebug.chrome.setGlobalAttribute("cmd_firebug_resumeExecution", "tooltiptext",
-                Locale.$STR("cookies.Break On Cookie"));
-        }
     },
 
     hide: function()

-- 
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