- 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
This commit is contained in:
rginda%netscape.com
2008-01-16 19:32:28 +00:00
parent 9dfcbb790b
commit bda4499bfb

View File

@@ -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 = <breakpoint-rec>
cmd.bp-props.help = Displays a properties dialog for the selected breakpoint <brekpoint-rec>.
cmd.chrome-filter.params = [<toggle>]
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 = <breakpoint-index>
cmd.clear.help = Clears breakpoint at index <breakpoint-index>. See also: break.