[Pkg-mozext-commits] [firebug] 03/35: Fix compatibility with FireDiff 1.2.1 (related to issue 7445)

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:26 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 e141cd18c5bc7af1ceab504db1c7e7099be885fb
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue May 20 15:11:22 2014 +0200

    Fix compatibility with FireDiff 1.2.1 (related to issue 7445)
---
 extension/content/firebug/chrome/chrome.js | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/extension/content/firebug/chrome/chrome.js b/extension/content/firebug/chrome/chrome.js
index 2c24b2d..fdad759 100644
--- a/extension/content/firebug/chrome/chrome.js
+++ b/extension/content/firebug/chrome/chrome.js
@@ -953,6 +953,9 @@ var FirebugChrome =
         }
     },
 
+    // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
+    // Status Path
+
     clearStatusPath: function()
     {
         StatusPath.clear();
@@ -963,6 +966,14 @@ var FirebugChrome =
         StatusPath.update();
     },
 
+    // xxxHonza: used by FireDiff 1.2.1
+    getPanelStatusElements: function()
+    {
+        return this.getElementById("fbPanelStatus");
+    },
+
+    // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
+
     toggleOrient: function(preferredValue)
     {
         var value = Options.get("viewPanelOrient");

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