firefox-kde.patch
branchfirefox17
changeset 574 3f9d8370653d
parent 564 9852e10fdf9b
child 599 95b8784f9466
equal deleted inserted replaced
564:9852e10fdf9b 574:3f9d8370653d
     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,1268 @@
     5 @@ -0,0 +1,1272 @@
     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
   698 +                      type="checkbox"
   698 +                      type="checkbox"
   699 +                      autocheck="false"
   699 +                      autocheck="false"
   700 +                      command="Social:ToggleNotifications"
   700 +                      command="Social:ToggleNotifications"
   701 +                      label="&social.toggleNotifications.label;"
   701 +                      label="&social.toggleNotifications.label;"
   702 +                      accesskey="&social.toggleNotifications.accesskey;"/>
   702 +                      accesskey="&social.toggleNotifications.accesskey;"/>
       
   703 +            <menuseparator/>
       
   704 +            <menuitem id="social-remove-menuitem"
       
   705 +                      oncommand="SocialUI.disableWithConfirmation();"/>
   703 +          </menupopup>
   706 +          </menupopup>
   704 +        </toolbarbutton>
   707 +        </toolbarbutton>
   705 +      </toolbaritem>
   708 +      </toolbaritem>
   706 +
   709 +
   707 +      <toolbaritem id="bookmarks-menu-button-container"
   710 +      <toolbaritem id="bookmarks-menu-button-container"
  1080 +    <splitter id="social-sidebar-splitter"
  1083 +    <splitter id="social-sidebar-splitter"
  1081 +              class="chromeclass-extrachrome sidebar-splitter"
  1084 +              class="chromeclass-extrachrome sidebar-splitter"
  1082 +              observes="socialSidebarBroadcaster"/>
  1085 +              observes="socialSidebarBroadcaster"/>
  1083 +    <vbox id="social-sidebar-box"
  1086 +    <vbox id="social-sidebar-box"
  1084 +          class="chromeclass-extrachrome"
  1087 +          class="chromeclass-extrachrome"
  1085 +          observes="socialSidebarBroadcaster">
  1088 +          observes="socialSidebarBroadcaster"
       
  1089 +          persist="width">
  1086 +      <browser id="social-sidebar-browser"
  1090 +      <browser id="social-sidebar-browser"
  1087 +               type="content"
  1091 +               type="content"
  1088 +               disableglobalhistory="true"
  1092 +               disableglobalhistory="true"
  1089 +               flex="1"
  1093 +               flex="1"
  1090 +               style="min-width: 14em; width: 18em; max-width: 36em;"/>
  1094 +               style="min-width: 14em; width: 18em; max-width: 36em;"/>