firefox-kde.patch
changeset 955 55662cbdb950
parent 953 6b282f295753
child 956 5353413a2411
equal deleted inserted replaced
954:0100ca6f6eed 955:55662cbdb950
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  9821fbf1130a9e53e258127655f6d011c7312cce
     2 # Parent  9488ac970162c2224614d544b9bab7b984b38c90
     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,1134 @@
     8 @@ -0,0 +1,1136 @@
     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
   184 +         work correctly on the menupopup. ContentSelectDropdown expects the
   184 +         work correctly on the menupopup. ContentSelectDropdown expects the
   185 +         popuponly menulist to be its immediate parent. -->
   185 +         popuponly menulist to be its immediate parent. -->
   186 +    <menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
   186 +    <menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
   187 +      <menupopup rolluponmousewheel="true"
   187 +      <menupopup rolluponmousewheel="true"
   188 +                 activateontab="true" position="after_start"
   188 +                 activateontab="true" position="after_start"
       
   189 +                 level="parent"
   189 +#ifdef XP_WIN
   190 +#ifdef XP_WIN
   190 +                 consumeoutsideclicks="false" ignorekeys="shortcuts"
   191 +                 consumeoutsideclicks="false" ignorekeys="shortcuts"
   191 +#endif
   192 +#endif
   192 +        />
   193 +        />
   193 +    </menulist>
   194 +    </menulist>
   481 +                id="syncedTabsBookmarkSelected"/>
   482 +                id="syncedTabsBookmarkSelected"/>
   482 +      <menuitem label="&syncedTabs.context.copy.label;"
   483 +      <menuitem label="&syncedTabs.context.copy.label;"
   483 +                accesskey="&syncedTabs.context.copy.accesskey;"
   484 +                accesskey="&syncedTabs.context.copy.accesskey;"
   484 +                id="syncedTabsCopySelected"/>
   485 +                id="syncedTabsCopySelected"/>
   485 +      <menuseparator/>
   486 +      <menuseparator/>
       
   487 +      <menuitem label="&syncedTabs.context.openAllInTabs.label;"
       
   488 +                accesskey="&syncedTabs.context.openAllInTabs.accesskey;"
       
   489 +                id="syncedTabsOpenAllInTabs"/>
   486 +      <menuitem label="&syncSyncNowItem.label;"
   490 +      <menuitem label="&syncSyncNowItem.label;"
   487 +                accesskey="&syncSyncNowItem.accesskey;"
   491 +                accesskey="&syncSyncNowItem.accesskey;"
   488 +                id="syncedTabsRefresh"/>
   492 +                id="syncedTabsRefresh"/>
   489 +    </menupopup>
   493 +    </menupopup>
   490 +    <menupopup id="SyncedTabsSidebarTabsFilterContext"
   494 +    <menupopup id="SyncedTabsSidebarTabsFilterContext"
   552 +    <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
   556 +    <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
   553 +             mode="icons" iconsize="small"
   557 +             mode="icons" iconsize="small"
   554 +#ifdef MENUBAR_CAN_AUTOHIDE
   558 +#ifdef MENUBAR_CAN_AUTOHIDE
   555 +             toolbarname="&menubarCmd.label;"
   559 +             toolbarname="&menubarCmd.label;"
   556 +             accesskey="&menubarCmd.accesskey;"
   560 +             accesskey="&menubarCmd.accesskey;"
   557 +#if defined(MOZ_WIDGET_GTK)
       
   558 +             autohide="true"
   561 +             autohide="true"
   559 +#endif
       
   560 +#endif
   562 +#endif
   561 +             context="toolbar-context-menu">
   563 +             context="toolbar-context-menu">
   562 +      <toolbaritem id="menubar-items" align="center">
   564 +      <toolbaritem id="menubar-items" align="center">
   563 +# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
   565 +# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
   564 +# hiddenWindow.xul.
   566 +# hiddenWindow.xul.