[Pkg-mozext-commits] [firebug] 04/28: scroll console to the bottom after running user code

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


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

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

commit 755351dbf345dc7ecbdb447f7081d3c417a1e34a
Author: nightwing <amirjanyan at gmail.com>
Date:   Fri Aug 3 00:33:05 2012 +0400

    scroll console to the bottom after running user code
---
 extension/content/firebug/console/commandLine.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/extension/content/firebug/console/commandLine.js b/extension/content/firebug/console/commandLine.js
index 0c25aa8..5e6c630 100644
--- a/extension/content/firebug/console/commandLine.js
+++ b/extension/content/firebug/console/commandLine.js
@@ -450,6 +450,10 @@ Firebug.CommandLine = Obj.extend(Firebug.Module,
 
         if (noscript && noScriptURI)
             noscript.setJSEnabled(noScriptURI, false);
+
+        var consolePanel = Firebug.currentContext.panelMap.console;
+        if (consolePanel)
+            Dom.scrollToBottom(consolePanel.panelNode);
     },
 
     enterInspect: function(context)

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