xpfe/components/prefwindow/resources/content/pref-debug.xul - Revision 1.50

There were 2 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

xpfe/components/prefwindow/resources/content/pref-debug.xul,1.50
.
Disk File
Skipping to line 28. 
      onload="parent.initPanel('chrome://communicator/content/pref/pref-debug.
xul');"
.
      onload="parent.initPanel('chrome://communicator/content/pref/pref-debug.
xul');"
      headertitle="&lHeader;">
.
      headertitle="&lHeader;">
 
.
 
  <script type="application/x-javascript">
.
  <script type="application/x-javascript">
  <![CDATA[
.
  <![CDATA[
    var _elementIDs = ["nglayoutDebugWindow",
.
    var _elementIDs = ["nglayoutDebugWindow", "nglayoutUseNativePrintDialog",
                       "debugXULBoxes", "browserDOMWindowDumpEnabled", 
.
                       "debugXULBoxes", "browserDOMWindowDumpEnabled", 
                       "javascriptOptionsStrict", "nglayoutDebugUseXBLForms", 
.
                       "javascriptOptionsStrict", "nglayoutDebugUseXBLForms", 
                       "nglayoutDebugEnableXPCOMRefcntLog", "showAboutAsStupid
ModalWindow",
.
                       "nglayoutDebugEnableXPCOMRefcntLog", "showAboutAsStupid
ModalWindow",
                       "acceleratorKeyValue", "menuAccessKeyValue"];
.
                       "acceleratorKeyValue", "menuAccessKeyValue"];
  ]]>
.
  ]]>
Skipping to line 40. 
        
.
        
  <groupbox align="start">
.
  <groupbox align="start">
    <caption label="&widgetRendering.label;"/>
.
    <caption label="&widgetRendering.label;"/>
    <checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
.
    <grid flex="1">
              prefstring="nglayout.widget.debugWindow"/>
.
      <columns>
    <checkbox id="debugXULBoxes" label="&debugXULBox.label;"
.
        <column/>
              prefstring="xul.debug.box"/>
.
        <column/>
 
.
      </columns>
 
.
 
 
.
      <rows>
 
.
        <row align="center">
 
.
          <checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
 
.
                    prefstring="nglayout.widget.debugWindow"/>
 
 
.
          <checkbox id="nglayoutUseNativePrintDialog" label="&useNativePrintDi
alog.label;"
 
.
                    prefstring="print.use_native_print_dialog"/>
 
.
        </row>
 
.
        <row align="center">
 
.
          <checkbox id="debugXULBoxes" label="&debugXULBox.label;"
 
.
                    prefstring="xul.debug.box"/>
 
.
        </row>
 
.
      </rows>
 
.
    </grid>
  </groupbox>
.
  </groupbox>
 
.
 
  <!-- nothing on this page has accesskeys because this is a temporary debug
.
  <!-- nothing on this page has accesskeys because this is a temporary debug
       panel and you can damn well click the widgets! -->
.
       panel and you can damn well click the widgets! -->
  <groupbox align="start">
.
  <groupbox align="start">