125181 - add pref to filter chrome:// errors in javascript console. r=ben sr=hewitt a=asa

This commit is contained in:
blakeross%telocity.com 2006-05-17 02:33:05 +00:00
Родитель a8510093ee
Коммит 4e8f4497ae
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -32,8 +32,8 @@
<![CDATA[
var _elementIDs = ["nglayoutDebugWindow", "nglayoutUseNativePrintDialog", "printUseGlobalPrintSettings",
"debugXULBoxes", "browserDOMWindowDumpEnabled",
"javascriptOptionsStrict", "nglayoutDebugUseXBLForms",
"nglayoutDebugEnableXPCOMRefcntLog",
"javascriptOptionsStrict", "javascriptOptionsShowInConsole",
"nglayoutDebugUseXBLForms", "nglayoutDebugEnableXPCOMRefcntLog",
"acceleratorKeyValue", "menuAccessKeyValue"];
]]>
</script>
@ -71,6 +71,8 @@
prefstring="browser.dom.window.dump.enabled"/>
<checkbox id="javascriptOptionsStrict" label="&debugStrictJavascript.label;"
prefstring="javascript.options.strict"/>
<checkbox id="javascriptOptionsShowInConsole" label="&debugConsoleJavascript.label;"
prefstring="javascript.options.showInConsole"/>
<checkbox id="nglayoutDebugUseXBLForms" label="&debugUseXBLForms.label;"
prefstring="nglayout.debug.enable_xbl_forms"/>
<checkbox id="nglayoutDebugEnableXPCOMRefcntLog" label="&debugEnableXPCOMRefcntLog.label;"

Просмотреть файл

@ -9,6 +9,7 @@
<!ENTITY debugMiscellaneous.label "Miscellaneous">
<!ENTITY debugEnableDump.label "Enable JavaScript dump() output">
<!ENTITY debugStrictJavascript.label "Show strict JavaScript warnings">
<!ENTITY debugConsoleJavascript.label "Show Javascript errors and warnings in Mozilla chrome in the js console">
<!ENTITY debugUseXBLForms.label "Use XBL-based form controls (takes effect after restart). These are still under construction.">
<!ENTITY debugEnableXPCOMRefcntLog.label "Enable XPCOM Refcount Log">