[Pkg-mozext-commits] [firebug] 24/48: Remove not implemented Run to This Line action from the UI (related to issue 6785)

David Prévot taffit at moszumanska.debian.org
Tue Jun 3 01:47:44 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 34f998a5749116254687da91b7a30df26d93444f
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Thu May 29 10:30:32 2014 +0200

    Remove not implemented Run to This Line action from the UI (related to issue 6785)
---
 extension/content/firebug/debugger/script/scriptPanel.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/content/firebug/debugger/script/scriptPanel.js b/extension/content/firebug/debugger/script/scriptPanel.js
index 7c34327..5eb1d32 100644
--- a/extension/content/firebug/debugger/script/scriptPanel.js
+++ b/extension/content/firebug/debugger/script/scriptPanel.js
@@ -1354,14 +1354,14 @@ ScriptPanel.prototype = Obj.extend(BasePanel,
                     id: "contextMenuStepOut",
                     command: Obj.bindFixed(debuggr.stepOut, debuggr, this.context),
                     acceltext: "Shift+F11"
-                },
+                }/*,
                 {
                     label: "firebug.RunUntil",
                     tooltiptext: "script.tip.Run_Until",
                     id: "contextMenuRunUntil",
                     command: Obj.bindFixed(debuggr.runUntil, debuggr, this.context,
                         compilationUnit, lineNo)
-                }
+                }*/
             )
         }
 

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