[Pkg-mozext-commits] [firebug] 13/24: Issue 5869 (Parts of headers wrapped in arrow brackets are treated as HTML) http://code.google.com/p/fbug/issues/detail?id=5869

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 77a3d3a8ec299880d8af1d87d3fc224903e9df12
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Sun Aug 26 02:13:51 2012 +0200

    Issue 5869 (Parts of headers wrapped in arrow brackets are treated as HTML)
    http://code.google.com/p/fbug/issues/detail?id=5869
---
 extension/content/firebug/net/netReps.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extension/content/firebug/net/netReps.js b/extension/content/firebug/net/netReps.js
index 568002a..eab7c3e 100644
--- a/extension/content/firebug/net/netReps.js
+++ b/extension/content/firebug/net/netReps.js
@@ -1622,6 +1622,7 @@ Firebug.NetMonitor.NetInfoHeaders = domplate(Firebug.Rep, new Firebug.Listener()
         else
         {
             var source = requestHeaders ? file.requestHeadersText : file.responseHeadersText;
+            source = source.replace("<", "<", "g").replace(">", ">", "g");
             this.insertSource(netInfoBox, source, target.rowName);
             target.innerHTML = Locale.$STR("net.headers.pretty print");
         }

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