[Pkg-mozext-commits] [firebug] 03/12: #7906 Pretty print doesn't work

David Prévot taffit at moszumanska.debian.org
Tue Jun 16 14:30:51 UTC 2015


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

taffit pushed a commit to branch master
in repository firebug.

commit 2b453606bfaf9be16fc4ace3be237b5fc87fe212
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Wed Jun 3 13:38:42 2015 +0200

    #7906 Pretty print doesn't work
---
 extension/content/firebug/remoting/tabClient.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/content/firebug/remoting/tabClient.js b/extension/content/firebug/remoting/tabClient.js
index 44c3959..c9a7ca1 100644
--- a/extension/content/firebug/remoting/tabClient.js
+++ b/extension/content/firebug/remoting/tabClient.js
@@ -305,9 +305,9 @@ TabClient.prototype = Obj.extend(new EventSource(),
         var threadActorObj = DebuggerLib.getThreadActor(this.browser);
         threadActorObj.global = this.window.wrappedJSObject;
 
-        // xxxHonza: The useSourceMaps options might be used by issue 5765 
+        // Enable pretty printing. See also: https://github.com/firebug/firebug/issues/7906
         var options = {
-            //useSourceMaps: true
+            useSourceMaps: true
         };
 
         this.tabClient.attachThread(options, this.onThreadAttached.bind(this));

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