firefox-kde.patch
changeset 310 1126a0138bd4
parent 294 5330447b83a3
child 329 a93d6492e93a
equal deleted inserted replaced
306:e6df4625c730 310:1126a0138bd4
    21  
    21  
    22 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
    22 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
    23 new file mode 100644
    23 new file mode 100644
    24 --- /dev/null
    24 --- /dev/null
    25 +++ b/browser/base/content/browser-kde.xul
    25 +++ b/browser/base/content/browser-kde.xul
    26 @@ -0,0 +1,1076 @@
    26 @@ -0,0 +1,1038 @@
    27 +#filter substitution
    27 +#filter substitution
    28 +<?xml version="1.0"?>
    28 +<?xml version="1.0"?>
    29 +# -*- Mode: HTML -*-
    29 +# -*- Mode: HTML -*-
    30 +#
    30 +#
    31 +# ***** BEGIN LICENSE BLOCK *****
    31 +# ***** BEGIN LICENSE BLOCK *****
   248 +                oncommand="StarUI.panel.hidePopup();"/>
   248 +                oncommand="StarUI.panel.hidePopup();"/>
   249 +#endif
   249 +#endif
   250 +      </hbox>
   250 +      </hbox>
   251 +    </panel>
   251 +    </panel>
   252 +
   252 +
   253 +    <panel id="highlighter-panel"
       
   254 +           hidden="true"
       
   255 +           ignorekeys="true"
       
   256 +           noautofocus="true"
       
   257 +           noautohide="true"
       
   258 +           onclick="InspectorUI.stopInspecting();"
       
   259 +           onmousemove="InspectorUI.highlighter.handleMouseMove(event);"
       
   260 +           onMozMousePixelScroll="InspectorUI.highlighter.handlePixelScroll(event);"/>
       
   261 +
       
   262 +    <panel id="inspector-tree-panel"
   253 +    <panel id="inspector-tree-panel"
   263 +           orient="vertical"
   254 +           orient="vertical"
   264 +           hidden="true"
   255 +           hidden="true"
   265 +           ignorekeys="true"
   256 +           ignorekeys="true"
   266 +           noautofocus="true"
   257 +           noautofocus="true"
   274 +        <toolbarbutton id="inspector-inspect-toolbutton"
   265 +        <toolbarbutton id="inspector-inspect-toolbutton"
   275 +                       label="&inspectButton.label;"
   266 +                       label="&inspectButton.label;"
   276 +                       accesskey="&inspectButton.accesskey;"
   267 +                       accesskey="&inspectButton.accesskey;"
   277 +                       class="toolbarbutton-text"
   268 +                       class="toolbarbutton-text"
   278 +                       command="Inspector:Inspect"/>
   269 +                       command="Inspector:Inspect"/>
   279 +        <toolbarbutton id="inspector-previous-toolbutton"
       
   280 +                       label="&inspectPreviousButton.label;"
       
   281 +                       accesskey="&inspectPreviousButton.accesskey;"
       
   282 +                       class="toolbarbutton-text"
       
   283 +                       command="Inspector:Previous"/>
       
   284 +        <toolbarbutton id="inspector-next-toolbutton"
       
   285 +                       label="&inspectNextButton.label;"
       
   286 +                       accesskey="&inspectNextButton.accesskey;"
       
   287 +                       class="toolbarbutton-text"
       
   288 +                       command="Inspector:Next"/>
       
   289 +        <toolbarbutton id="inspector-style-toolbutton"
       
   290 +                       label="&inspectStyleButton.label;"
       
   291 +                       accesskey="&inspectStyleButton.accesskey;"
       
   292 +                       class="toolbarbutton-text"
       
   293 +                       oncommand="InspectorUI.toggleStylePanel();"/>
       
   294 +        <toolbarbutton id="inspector-dom-toolbutton"
       
   295 +                       label="&inspectObjectButton.label;"
       
   296 +                       accesskey="&inspectObjectButton.accesskey;"
       
   297 +                       class="toolbarbutton-text"
       
   298 +                       oncommand="InspectorUI.toggleDOMPanel();"/>
       
   299 +      </toolbar>
   270 +      </toolbar>
   300 +      <hbox id="tree-panel-resizer-box" align="end">
   271 +      <hbox id="tree-panel-resizer-box" align="end">
   301 +        <spacer flex="1" />
   272 +        <spacer flex="1" />
   302 +        <resizer dir="bottomend" />
   273 +        <resizer dir="bottomend" />
   303 +      </hbox>
   274 +      </hbox>
   304 +    </panel>
       
   305 +
       
   306 +    <panel id="inspector-style-panel"
       
   307 +           hidden="true"
       
   308 +           orient="vertical"
       
   309 +           ignorekeys="true"
       
   310 +           noautofocus="true"
       
   311 +           noautohide="true"
       
   312 +           titlebar="normal"
       
   313 +           label="&inspectStylePanelTitle.label;">
       
   314 +        <listbox id="inspector-style-listbox" flex="1"/>
       
   315 +        <hbox align="end">
       
   316 +          <spacer flex="1" />
       
   317 +          <resizer dir="bottomend"/>
       
   318 +        </hbox>
       
   319 +    </panel>
   275 +    </panel>
   320 +
   276 +
   321 +    <menupopup id="toolbar-context-menu"
   277 +    <menupopup id="toolbar-context-menu"
   322 +               onpopupshowing="onViewToolbarsPopupShowing(event);">
   278 +               onpopupshowing="onViewToolbarsPopupShowing(event);">
   323 +      <menuseparator/>
   279 +      <menuseparator/>
  1092 +    </svg:mask>
  1048 +    </svg:mask>
  1093 +  </svg:svg>
  1049 +  </svg:svg>
  1094 +#endif
  1050 +#endif
  1095 +
  1051 +
  1096 +</vbox>
  1052 +</vbox>
       
  1053 +# <iframe id="highlighter-frame"
       
  1054 +#   transparent="true"
       
  1055 +#   type="content"
       
  1056 +#   src="chrome://content/base/highlighter.html"/> is dynamically appended as
       
  1057 +#     the last child of #tab-view-deck, only when it is needed, for minimal
       
  1058 +#     performance impact.
  1097 +# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
  1059 +# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
  1098 +#     Introducing the iframe dynamically, as needed, was found to be better than
  1060 +#     Introducing the iframe dynamically, as needed, was found to be better than
  1099 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
  1061 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
  1100 +</deck>
  1062 +</deck>
  1101 +
  1063 +