[Pkg-mozext-commits] [firebug] 12/24: Issue 5908 (Link to open the complete xhr response in a new Firefox tab does not work) http://code.google.com/p/fbug/issues/detail?id=5908

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.4
in repository firebug.

commit 2a1c68d662ce081c3d0bea10fb0b4b6506c2ad07
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Wed Sep 12 12:17:41 2012 +0200

    Issue 5908 (Link to open the complete xhr response in a new Firefox tab
    does not work)
    http://code.google.com/p/fbug/issues/detail?id=5908
---
 extension/content/firebug/net/netReps.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/extension/content/firebug/net/netReps.js b/extension/content/firebug/net/netReps.js
index 2659bc4..568002a 100644
--- a/extension/content/firebug/net/netReps.js
+++ b/extension/content/firebug/net/netReps.js
@@ -1217,8 +1217,7 @@ Firebug.NetMonitor.NetInfoBody = domplate(Firebug.Rep, new Firebug.Listener(),
             var object = {
                 text: Locale.$STR("net.responseSizeLimitMessage"),
                 onClickLink: function() {
-                    var panel = context.getPanel("net", true);
-                    panel.openResponseInTab(file);
+                    NetUtils.openResponseInTab(file);
                 }
             };
             Firebug.NetMonitor.ResponseSizeLimit.append(object, responseTextBox);

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