firefox-kde.patch
changeset 575 d28dbaf20075
parent 571 cd2592a5c15d
child 588 dcdf243fea81
equal deleted inserted replaced
573:71cf05d3ee57 575:d28dbaf20075
     1 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     1 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     2 new file mode 100644
     2 new file mode 100644
     3 --- /dev/null
     3 --- /dev/null
     4 +++ b/browser/base/content/browser-kde.xul
     4 +++ b/browser/base/content/browser-kde.xul
     5 @@ -0,0 +1,1269 @@
     5 @@ -0,0 +1,1273 @@
     6 +#filter substitution
     6 +#filter substitution
     7 +<?xml version="1.0"?>
     7 +<?xml version="1.0"?>
     8 +# -*- Mode: HTML -*-
     8 +# -*- Mode: HTML -*-
     9 +#
     9 +#
    10 +# This Source Code Form is subject to the terms of the Mozilla Public
    10 +# This Source Code Form is subject to the terms of the Mozilla Public
   694 +                      type="checkbox"
   694 +                      type="checkbox"
   695 +                      autocheck="false"
   695 +                      autocheck="false"
   696 +                      command="Social:ToggleNotifications"
   696 +                      command="Social:ToggleNotifications"
   697 +                      label="&social.toggleNotifications.label;"
   697 +                      label="&social.toggleNotifications.label;"
   698 +                      accesskey="&social.toggleNotifications.accesskey;"/>
   698 +                      accesskey="&social.toggleNotifications.accesskey;"/>
       
   699 +            <menuseparator/>
       
   700 +            <menuitem id="social-remove-menuitem"
       
   701 +                      oncommand="SocialUI.disableWithConfirmation();"/>
   699 +          </menupopup>
   702 +          </menupopup>
   700 +        </toolbarbutton>
   703 +        </toolbarbutton>
   701 +      </toolbaritem>
   704 +      </toolbaritem>
   702 +
   705 +
   703 +      <toolbaritem id="bookmarks-menu-button-container"
   706 +      <toolbaritem id="bookmarks-menu-button-container"
  1081 +    <splitter id="social-sidebar-splitter"
  1084 +    <splitter id="social-sidebar-splitter"
  1082 +              class="chromeclass-extrachrome sidebar-splitter"
  1085 +              class="chromeclass-extrachrome sidebar-splitter"
  1083 +              observes="socialSidebarBroadcaster"/>
  1086 +              observes="socialSidebarBroadcaster"/>
  1084 +    <vbox id="social-sidebar-box"
  1087 +    <vbox id="social-sidebar-box"
  1085 +          class="chromeclass-extrachrome"
  1088 +          class="chromeclass-extrachrome"
  1086 +          observes="socialSidebarBroadcaster">
  1089 +          observes="socialSidebarBroadcaster"
       
  1090 +          persist="width">
  1087 +      <browser id="social-sidebar-browser"
  1091 +      <browser id="social-sidebar-browser"
  1088 +               type="content"
  1092 +               type="content"
  1089 +               disableglobalhistory="true"
  1093 +               disableglobalhistory="true"
  1090 +               flex="1"
  1094 +               flex="1"
  1091 +               style="min-width: 14em; width: 18em; max-width: 36em;"/>
  1095 +               style="min-width: 14em; width: 18em; max-width: 36em;"/>