firefox-kde.patch
changeset 1046 75893a3d8fbe
parent 1045 f645c886d36b
child 1055 526f445635f3
child 1090 554cd9503f75
equal deleted inserted replaced
1045:f645c886d36b 1046:75893a3d8fbe
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  101316aee59978888744775edbde2ea8d7a2f189
     2 # Parent  1b44c077e473c5a7d02fab26e2a220ebf219e0ab
     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,1282 @@
     8 @@ -0,0 +1,1280 @@
     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
   783 +        <toolbaritem id="urlbar-container" flex="400" persist="width"
   783 +        <toolbaritem id="urlbar-container" flex="400" persist="width"
   784 +                     removable="false"
   784 +                     removable="false"
   785 +                     class="chromeclass-location" overflows="false">
   785 +                     class="chromeclass-location" overflows="false">
   786 +            <textbox id="urlbar" flex="1"
   786 +            <textbox id="urlbar" flex="1"
   787 +                     placeholder="&urlbar.placeholder2;"
   787 +                     placeholder="&urlbar.placeholder2;"
       
   788 +                     defaultPlaceholder="&urlbar.placeholder2;"
   788 +                     focused="true"
   789 +                     focused="true"
   789 +                     type="autocomplete"
   790 +                     type="autocomplete"
   790 +                     autocompletesearch="unifiedcomplete"
   791 +                     autocompletesearch="unifiedcomplete"
   791 +                     autocompletesearchparam="enable-actions"
   792 +                     autocompletesearchparam="enable-actions"
   792 +                     autocompletepopup="PopupAutoCompleteRichResult"
   793 +                     autocompletepopup="PopupAutoCompleteRichResult"
  1115 +                   onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
  1116 +                   onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
  1116 +                   onpopupshowing="BookmarkingUI.onPopupShowing(event);
  1117 +                   onpopupshowing="BookmarkingUI.onPopupShowing(event);
  1117 +                                   BookmarkingUI.attachPlacesView(event, this);"
  1118 +                                   BookmarkingUI.attachPlacesView(event, this);"
  1118 +                   tooltip="bhTooltip" popupsinherittooltip="true">
  1119 +                   tooltip="bhTooltip" popupsinherittooltip="true">
  1119 +          <menuitem id="BMB_viewBookmarksSidebar"
  1120 +          <menuitem id="BMB_viewBookmarksSidebar"
  1120 +                    class="subviewbutton"
  1121 +                    class="menuitem-iconic subviewbutton"
  1121 +                    label="&viewBookmarksSidebar2.label;"
  1122 +                    label-show="&viewBookmarksSidebar2.label;"
  1122 +                    type="checkbox"
  1123 +                    label-hide="&hideBookmarksSidebar.label;"
  1123 +                    oncommand="SidebarUI.toggle('viewBookmarksSidebar');">
  1124 +                    oncommand="SidebarUI.toggle('viewBookmarksSidebar');"/>
  1124 +            <observes element="viewBookmarksSidebar" attribute="checked"/>
       
  1125 +          </menuitem>
       
  1126 +          <!-- NB: temporary solution for bug 985024, this should go away soon. -->
  1125 +          <!-- NB: temporary solution for bug 985024, this should go away soon. -->
  1127 +          <menuitem id="BMB_bookmarksShowAllTop"
  1126 +          <menuitem id="BMB_bookmarksShowAllTop"
  1128 +                    class="menuitem-iconic subviewbutton"
  1127 +                    class="menuitem-iconic subviewbutton"
  1129 +                    label="&showAllBookmarks2.label;"
  1128 +                    label="&showAllBookmarks2.label;"
  1130 +                    command="Browser:ShowAllBookmarks"
  1129 +                    command="Browser:ShowAllBookmarks"
  1139 +                       context="placesContext"
  1138 +                       context="placesContext"
  1140 +                       onpopupshowing="if (!this.parentNode._placesView)
  1139 +                       onpopupshowing="if (!this.parentNode._placesView)
  1141 +                                         new PlacesMenu(event, 'place:folder=TOOLBAR',
  1140 +                                         new PlacesMenu(event, 'place:folder=TOOLBAR',
  1142 +                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
  1141 +                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
  1143 +              <menuitem id="BMB_viewBookmarksToolbar"
  1142 +              <menuitem id="BMB_viewBookmarksToolbar"
  1144 +                        placesanonid="view-toolbar"
  1143 +                        class="menuitem-iconic subviewbutton"
  1145 +                        toolbarId="PersonalToolbar"
  1144 +                        label-show="&viewBookmarksToolbar.label;"
  1146 +                        type="checkbox"
  1145 +                        label-hide="&hideBookmarksToolbar.label;"
  1147 +                        oncommand="onViewToolbarCommand(event)"
  1146 +                        oncommand="BookmarkingUI.toggleBookmarksToolbar();"/>
  1148 +                        label="&viewBookmarksToolbar.label;"/>
       
  1149 +              <menuseparator/>
  1147 +              <menuseparator/>
  1150 +              <!-- Bookmarks toolbar items -->
  1148 +              <!-- Bookmarks toolbar items -->
  1151 +            </menupopup>
  1149 +            </menupopup>
  1152 +          </menu>
  1150 +          </menu>
  1153 +          <menu id="BMB_unsortedBookmarks"
  1151 +          <menu id="BMB_unsortedBookmarks"