firefox-kde.patch
branchfirefox39
changeset 863 d5a1c8dec7ed
parent 854 74b775d6b911
child 868 284da266ec46
equal deleted inserted replaced
862:390088186660 863:d5a1c8dec7ed
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  14be97741eabce611c291418a4c1774cae8b29ff
     2 # Parent  cd94ee18bd0cdda7f5eb5503d8d072efe02a8033
     3 
     3 
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     5 new file mode 100644
     5 new file mode 100644
     6 --- /dev/null
     6 --- /dev/null
     7 +++ b/browser/base/content/browser-kde.xul
     7 +++ b/browser/base/content/browser-kde.xul
     8 @@ -0,0 +1,1311 @@
     8 @@ -0,0 +1,1308 @@
     9 +#filter substitution
     9 +#filter substitution
    10 +<?xml version="1.0"?>
    10 +<?xml version="1.0"?>
    11 +# -*- Mode: HTML -*-
    11 +# -*- Mode: HTML -*-
    12 +#
    12 +#
    13 +# This Source Code Form is subject to the terms of the Mozilla Public
    13 +# This Source Code Form is subject to the terms of the Mozilla Public
   667 +            tabbrowser="content"
   667 +            tabbrowser="content"
   668 +            flex="1"
   668 +            flex="1"
   669 +            setfocus="false"
   669 +            setfocus="false"
   670 +            tooltip="tabbrowser-tab-tooltip"
   670 +            tooltip="tabbrowser-tab-tooltip"
   671 +            stopwatchid="FX_TAB_CLICK_MS">
   671 +            stopwatchid="FX_TAB_CLICK_MS">
   672 +        <tab class="tabbrowser-tab" selected="true" fadein="true"/>
   672 +        <tab class="tabbrowser-tab" selected="true" visuallyselected="true" fadein="true"/>
   673 +      </tabs>
   673 +      </tabs>
   674 +
   674 +
   675 +      <toolbarbutton id="new-tab-button"
   675 +      <toolbarbutton id="new-tab-button"
   676 +                     class="toolbarbutton-1 chromeclass-toolbar-additional"
   676 +                     class="toolbarbutton-1 chromeclass-toolbar-additional"
   677 +                     label="&tabCmd.label;"
   677 +                     label="&tabCmd.label;"
  1310 +</vbox>
  1310 +</vbox>
  1311 +# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
  1311 +# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
  1312 +#     Introducing the iframe dynamically, as needed, was found to be better than
  1312 +#     Introducing the iframe dynamically, as needed, was found to be better than
  1313 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
  1313 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
  1314 +</deck>
  1314 +</deck>
  1315 +
       
  1316 +<script type="application/javascript" src="chrome://browser/content/pocket/pktApi.js"/>
       
  1317 +<script type="application/javascript" src="chrome://browser/content/pocket/main.js"/>
       
  1318 +
  1315 +
  1319 +</window>
  1316 +</window>
  1320 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
  1317 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
  1321 --- a/browser/base/content/browser.xul
  1318 --- a/browser/base/content/browser.xul
  1322 +++ b/browser/base/content/browser.xul
  1319 +++ b/browser/base/content/browser.xul