From bda4499bfbc5eed9fab262b4eecac8bc8a9e428f Mon Sep 17 00:00:00 2001 From: "rginda%netscape.com" Date: Wed, 16 Jan 2008 19:32:28 +0000 Subject: [PATCH] - venkman only - remove debug dumps in variious getContext functions warning cleanup in outliner-utils.js add chrome-filter command to set the state of console.enableChromeFilter if on, chrome files will not be displayed in the scripts view, and they will be filtered by the debugger service. If off, chrome files will be treated the same as others. chrome files are identified by a leading "chrome:" in the url. add "Display Browser Files" checkitem to View menu. add |feedback| function, which calls |display| only if the event began at the console. fix async loading issue in SourceText.loadSource fix boolean pref getter in venkman-prefs.js git-svn-id: svn://10.0.0.236/trunk@243246 18797224-902f-48f8-a5cc-f745e15eee43 --- .../venkman/locales/en-US/chrome/venkman.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/extensions/venkman/locales/en-US/chrome/venkman.properties b/mozilla/extensions/venkman/locales/en-US/chrome/venkman.properties index 7f41bb67643..fa98b0d012b 100644 --- a/mozilla/extensions/venkman/locales/en-US/chrome/venkman.properties +++ b/mozilla/extensions/venkman/locales/en-US/chrome/venkman.properties @@ -145,6 +145,7 @@ msg.tmode.ignore = Exceptions will now be ignored. msg.tmode.trace = Exceptions will now be traced. msg.tmode.break = Exceptions will now stop the debug target. msg.iasmode = Initialize at Startup is now %1$S. +msg.chrome.filter = Chrome filtering is now %1$S. # 1 value, 2 frame msg.exception.trace = Exception %1$S thrown from %2$S. # 1 message, 2 flags, 3 file, 4 line, 5 pos @@ -234,6 +235,10 @@ cmd.bp-props.label = Breakpoint &Properties cmd.bp-props.params = cmd.bp-props.help = Displays a properties dialog for the selected breakpoint . +cmd.chrome-filter.params = [] +cmd.chrome-filter.help = Enables or disabled the filtering of chrome: urls. With chrome: filtering on, the JavaScript files which make up the browser will not be displayed in the Script View, and the debugger will not step through them while debugging. +cmd.toggle-chrome.label = &Hide Browser Files + cmd.clear.label = &Clear Breakpoint cmd.clear.params = cmd.clear.help = Clears breakpoint at index . See also: break.