firefox-kde.patch
changeset 1046 75893a3d8fbe
parent 1045 f645c886d36b
child 1055 526f445635f3
child 1090 554cd9503f75
--- a/firefox-kde.patch	Mon Apr 02 11:26:04 2018 +0200
+++ b/firefox-kde.patch	Wed May 02 09:28:53 2018 +0200
@@ -1,11 +1,11 @@
 # HG changeset patch
-# Parent  101316aee59978888744775edbde2ea8d7a2f189
+# Parent  1b44c077e473c5a7d02fab26e2a220ebf219e0ab
 
 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
 new file mode 100644
 --- /dev/null
 +++ b/browser/base/content/browser-kde.xul
-@@ -0,0 +1,1282 @@
+@@ -0,0 +1,1280 @@
 +#filter substitution
 +<?xml version="1.0"?>
 +# -*- Mode: HTML -*-
@@ -785,6 +785,7 @@
 +                     class="chromeclass-location" overflows="false">
 +            <textbox id="urlbar" flex="1"
 +                     placeholder="&urlbar.placeholder2;"
++                     defaultPlaceholder="&urlbar.placeholder2;"
 +                     focused="true"
 +                     type="autocomplete"
 +                     autocompletesearch="unifiedcomplete"
@@ -1117,12 +1118,10 @@
 +                                   BookmarkingUI.attachPlacesView(event, this);"
 +                   tooltip="bhTooltip" popupsinherittooltip="true">
 +          <menuitem id="BMB_viewBookmarksSidebar"
-+                    class="subviewbutton"
-+                    label="&viewBookmarksSidebar2.label;"
-+                    type="checkbox"
-+                    oncommand="SidebarUI.toggle('viewBookmarksSidebar');">
-+            <observes element="viewBookmarksSidebar" attribute="checked"/>
-+          </menuitem>
++                    class="menuitem-iconic subviewbutton"
++                    label-show="&viewBookmarksSidebar2.label;"
++                    label-hide="&hideBookmarksSidebar.label;"
++                    oncommand="SidebarUI.toggle('viewBookmarksSidebar');"/>
 +          <!-- NB: temporary solution for bug 985024, this should go away soon. -->
 +          <menuitem id="BMB_bookmarksShowAllTop"
 +                    class="menuitem-iconic subviewbutton"
@@ -1141,11 +1140,10 @@
 +                                         new PlacesMenu(event, 'place:folder=TOOLBAR',
 +                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
 +              <menuitem id="BMB_viewBookmarksToolbar"
-+                        placesanonid="view-toolbar"
-+                        toolbarId="PersonalToolbar"
-+                        type="checkbox"
-+                        oncommand="onViewToolbarCommand(event)"
-+                        label="&viewBookmarksToolbar.label;"/>
++                        class="menuitem-iconic subviewbutton"
++                        label-show="&viewBookmarksToolbar.label;"
++                        label-hide="&hideBookmarksToolbar.label;"
++                        oncommand="BookmarkingUI.toggleBookmarksToolbar();"/>
 +              <menuseparator/>
 +              <!-- Bookmarks toolbar items -->
 +            </menupopup>