Browse Source

unbreak mar creation and places update

Frank-Rainer Grahl 1 week ago
parent
commit
4f6869741f

+ 31 - 0
comm-release/patches/1913633-mar-addendum-ids-25320.patch

@@ -0,0 +1,31 @@
+# HG changeset patch
+# User Frank-Rainer Grahl <frgrahl@gmx.net>
+# Date 1728561523 -7200
+# Parent  93db87609b26673ee7b2ccb341c3ccb53f398045
+Bug 1913633 - Add new channel ids. r=IanN a=IanN
+
+diff --git a/suite/moz.configure b/suite/moz.configure
+--- a/suite/moz.configure
++++ b/suite/moz.configure
+@@ -35,16 +35,21 @@ def comm_paths(build_env, _):
+                      commtopobjdir=commtopobjdir)
+ 
+ @template
+ def set_defconf(k,v):
+     set_config(k,v)
+     set_define(k,v)
+     add_old_configure_assignment(k,v)
+ 
++set_defconf("MAR_CHANNEL_ID", "seamonkey-comm-release")
++
++set_defconf("ACCEPTED_MAR_CHANNEL_IDS",
++            "seamonkey-comm-release,seamonkey-comm-central")
++
+ set_defconf('moztopsrcdir', comm_paths.moztopsrcdir)
+ set_defconf('commtopsrcdir', comm_paths.commtopsrcdir)
+ set_defconf('mozreltopsrcdir', comm_paths.mozreltopsrcdir)
+ set_defconf('commreltopsrcdir', comm_paths.commreltopsrcdir)
+ set_defconf('commtopobjdir', comm_paths.commtopobjdir)
+ 
+ @depends(check_build_environment, application)
+ @imports(_from='os.path', _import='exists')

+ 75 - 0
comm-release/patches/9999999-specificsearch-25320.patch

@@ -0,0 +1,75 @@
+# HG changeset patch
+# User Frank-Rainer Grahl <frgrahl@gmx.net>
+# Date 1728560456 -7200
+# Parent  4b0fef9da7c68d81e40434dd28956e6282f3d12b
+Bug 9999999 - Show specfic placeholders for bookmarks and history in sidebar search. r=IanN a=IanN
+
+See Bug 1400975 "Add specific placeholders for the sidebar search boxes".
+
+diff --git a/suite/components/places/content/bookmarksPanel.xul b/suite/components/places/content/bookmarksPanel.xul
+--- a/suite/components/places/content/bookmarksPanel.xul
++++ b/suite/components/places/content/bookmarksPanel.xul
+@@ -27,17 +27,17 @@
+   <commandset id="editMenuCommands"/>
+   <menupopup id="placesContext"/>
+ 
+   <!-- Bookmarks and history tooltip -->
+   <tooltip id="bhTooltip"/>
+ 
+   <hbox id="sidebar-search-container" align="center">
+     <textbox id="search-box" flex="1" type="search"
+-             placeholder="&search.placeholder;"
++             placeholder="&bookmarksSearch.placeholder;"
+              aria-controls="bookmarks-view"
+              oncommand="searchBookmarks(this.value);"/>
+   </hbox>
+ 
+   <tree id="bookmarks-view" class="sidebar-placesTree" type="places"
+         flex="1"
+         hidecolumnpicker="true"
+         treelines="true"
+diff --git a/suite/components/places/content/history-panel.xul b/suite/components/places/content/history-panel.xul
+--- a/suite/components/places/content/history-panel.xul
++++ b/suite/components/places/content/history-panel.xul
+@@ -40,17 +40,17 @@
+   <!-- required to overlay the context menu -->
+   <menupopup id="placesContext"/>
+ 
+   <!-- Bookmarks and history tooltip -->
+   <tooltip id="bhTooltip"/>
+ 
+   <hbox id="sidebar-search-container" align="center">
+     <textbox id="search-box" flex="1" type="search"
+-             placeholder="&search.placeholder;"
++             placeholder="&historySearch.placeholder;"
+              aria-controls="historyTree"
+              oncommand="searchHistory(this.value);"/>
+     <button id="viewButton" style="min-width:0px !important;" type="menu"
+             label="&view.label;" accesskey="&view.accesskey;" selectedsort="day"
+             persist="selectedsort">
+       <menupopup>
+         <menuitem id="bydayandsite" label="&byDayAndSite.label;"
+                   accesskey="&byDayAndSite.accesskey;" type="radio"
+diff --git a/suite/locales/en-US/chrome/common/places/places.dtd b/suite/locales/en-US/chrome/common/places/places.dtd
+--- a/suite/locales/en-US/chrome/common/places/places.dtd
++++ b/suite/locales/en-US/chrome/common/places/places.dtd
+@@ -77,17 +77,18 @@
+ <!ENTITY col.tags.label          "Tags">
+ <!ENTITY col.url.label           "Location">
+ <!ENTITY col.mostrecentvisit.label "Most Recent Visit">
+ <!ENTITY col.visitcount.label    "Visit Count">
+ <!ENTITY col.description.label   "Description">
+ <!ENTITY col.dateadded.label     "Added">
+ <!ENTITY col.lastmodified.label  "Last Modified">
+ 
+-<!ENTITY search.placeholder  "Search">
++<!ENTITY bookmarksSearch.placeholder  "Search bookmarks">
++<!ENTITY historySearch.placeholder  "Search history">
+ 
+ <!ENTITY cmd.find.key  "f">
+ 
+ <!ENTITY detailsPane.more.label "More">
+ <!ENTITY detailsPane.more.accesskey "e">
+ <!ENTITY detailsPane.less.label "Less">
+ <!ENTITY detailsPane.less.accesskey "e">
+ <!ENTITY detailsPane.selectAnItemText.description "Select an item to view and edit its properties">

+ 1 - 1
comm-release/patches/TOP-1378089-4-WIP-bookmarks-25320.patch

@@ -3,7 +3,7 @@
 # Date 1525689689 -7200
 # Parent  4eb7f5758f2f19577c6ad1fed4aa27b8f704b508
 Bug 1378089 - Part 4. Replace the Bookmarks Manager and the History viewer with the Firefox library. r=IanN a=IanN
-From Fx 56 up to Bug 1383138 in m-c to Fx 60 up to tbd.
+From Fx 56 up to Bug 1383138 in m-c to Fx 60 up to Bug 1423896 "Make the new All Bookmarks folder query only..."
 
 diff --git a/suite/app/profile/suite-prefs.js b/suite/app/profile/suite-prefs.js
 --- a/suite/app/profile/suite-prefs.js

+ 2 - 0
comm-release/patches/series

@@ -2206,3 +2206,5 @@ TOP-1906540-mozdevice-removal-comm-25320.patch
 1923232-irc-remove-keys-25320.patch
 TOP-1378089-4-WIP-bookmarks-25320.patch
 TOP-1872623-cancelbookmark-25319.patch
+9999999-specificsearch-25320.patch
+1913633-mar-addendum-ids-25320.patch

+ 123 - 0
mozilla-release/patches/1400975-57a1.patch

@@ -0,0 +1,123 @@
+# HG changeset patch
+# User Jared Wein <jwein@mozilla.com>
+# Date 1505854927 14400
+# Node ID 4c93bc2592827f23e1acdef73216f24c68d3a522
+# Parent  c21a648327d2ec27b7ee574c2cc2f1b29a3432ff
+Bug 1400975 - Add specific placeholders for the sidebar search boxes. r=adw
+
+MozReview-Commit-ID: KtIFalMLw0B
+
+diff --git a/browser/components/places/content/bookmarksPanel.xul b/browser/components/places/content/bookmarksPanel.xul
+--- a/browser/components/places/content/bookmarksPanel.xul
++++ b/browser/components/places/content/bookmarksPanel.xul
+@@ -26,17 +26,17 @@
+   <commandset id="editMenuCommands"/>
+   <menupopup id="placesContext"/>
+ 
+   <!-- Bookmarks and history tooltip -->
+   <tooltip id="bhTooltip"/>
+ 
+   <hbox id="sidebar-search-container" align="center">
+     <textbox id="search-box" flex="1" type="search"
+-             placeholder="&search.placeholder;"
++             placeholder="&bookmarksSearch.placeholder;"
+              aria-controls="bookmarks-view"
+              oncommand="searchBookmarks(this.value);"/>
+   </hbox>
+ 
+   <tree id="bookmarks-view" class="sidebar-placesTree" type="places"
+         flex="1"
+         hidecolumnpicker="true"
+         context="placesContext"
+diff --git a/browser/components/places/content/history-panel.xul b/browser/components/places/content/history-panel.xul
+--- a/browser/components/places/content/history-panel.xul
++++ b/browser/components/places/content/history-panel.xul
+@@ -41,17 +41,17 @@
+   <!-- required to overlay the context menu -->
+   <menupopup id="placesContext"/>
+ 
+   <!-- Bookmarks and history tooltip -->
+   <tooltip id="bhTooltip"/>
+ 
+   <hbox id="sidebar-search-container">
+     <textbox id="search-box" flex="1" type="search"
+-             placeholder="&search.placeholder;"
++             placeholder="&historySearch.placeholder;"
+              aria-controls="historyTree"
+              oncommand="searchHistory(this.value);"/>
+     <button id="viewButton" style="min-width:0px !important;" type="menu"
+             label="&view.label;" accesskey="&view.accesskey;" selectedsort="day"
+             persist="selectedsort">
+       <menupopup>
+         <menuitem id="bydayandsite" label="&byDayAndSite.label;"
+                   accesskey="&byDayAndSite.accesskey;" type="radio"
+diff --git a/browser/components/syncedtabs/sidebar.xhtml b/browser/components/syncedtabs/sidebar.xhtml
+--- a/browser/components/syncedtabs/sidebar.xhtml
++++ b/browser/components/syncedtabs/sidebar.xhtml
+@@ -92,17 +92,20 @@
+     </template>
+ 
+     <div class="content-container">
+       <!-- the non-scrollable header -->
+       <div class="content-header">
+         <div class="sidebar-search-container tabs-container sync-state">
+           <div class="search-box">
+             <div class="textbox-input-box">
+-              <input type="text" class="tabsFilter textbox-input" tabindex="1"/>
++              <input type="text"
++                     class="tabsFilter textbox-input"
++                     placeholder="&syncedTabs.sidebar.searchPlaceholder;"
++                     tabindex="1"/>
+               <div class="textbox-search-icons">
+                 <a class="textbox-search-clear"></a>
+                 <a class="textbox-search-icon"></a>
+               </div>
+             </div>
+           </div>
+         </div>
+       </div>
+diff --git a/browser/locales/en-US/chrome/browser/browser.dtd b/browser/locales/en-US/chrome/browser/browser.dtd
+--- a/browser/locales/en-US/chrome/browser/browser.dtd
++++ b/browser/locales/en-US/chrome/browser/browser.dtd
+@@ -800,16 +800,17 @@ you can use these alternative items. Oth
+ <!ENTITY syncedTabs.sidebar.noclients.title    "No synced tabs… yet!">
+ <!ENTITY syncedTabs.sidebar.noclients.subtitle "Want to see your tabs from other devices here?">
+ <!ENTITY syncedTabs.sidebar.notsignedin.label  "Sign in to view a list of tabs from your other devices.">
+ <!ENTITY syncedTabs.sidebar.notabs.label       "No open tabs">
+ <!ENTITY syncedTabs.sidebar.openprefs.label    "Open &syncBrand.shortName.label; Preferences">
+ <!-- LOCALIZATION NOTE (syncedTabs.sidebar.tabsnotsyncing.label): This is shown
+      when Sync is configured but syncing tabs is disabled. -->
+ <!ENTITY syncedTabs.sidebar.tabsnotsyncing.label       "Turn on tab syncing to view a list of tabs from your other devices.">
++<!ENTITY syncedTabs.sidebar.searchPlaceholder  "Search synced tabs">
+ 
+ <!-- LOCALIZATION NOTE (syncedTabs.context.open.accesskey,
+                         syncedTabs.context.openAllInTabs.accesskey):
+      These access keys are identical because their associated menu items are
+      mutually exclusive -->
+ <!ENTITY syncedTabs.context.open.label                       "Open">
+ <!ENTITY syncedTabs.context.open.accesskey                   "O">
+ <!ENTITY syncedTabs.context.openInNewTab.label               "Open in a New Tab">
+diff --git a/browser/locales/en-US/chrome/browser/places/places.dtd b/browser/locales/en-US/chrome/browser/places/places.dtd
+--- a/browser/locales/en-US/chrome/browser/places/places.dtd
++++ b/browser/locales/en-US/chrome/browser/places/places.dtd
+@@ -80,17 +80,18 @@
+ <!ENTITY col.tags.label          "Tags">
+ <!ENTITY col.url.label           "Location">
+ <!ENTITY col.mostrecentvisit.label "Most Recent Visit">
+ <!ENTITY col.visitcount.label    "Visit Count">
+ <!ENTITY col.description.label   "Description">
+ <!ENTITY col.dateadded.label     "Added">
+ <!ENTITY col.lastmodified.label  "Last Modified">
+ 
+-<!ENTITY search.placeholder  "Search">
++<!ENTITY historySearch.placeholder  "Search history">
++<!ENTITY bookmarksSearch.placeholder  "Search bookmarks">
+ 
+ <!ENTITY cmd.find.key  "f">
+ 
+ <!ENTITY maintenance.label      "Import and Backup">
+ <!ENTITY maintenance.accesskey  "I">
+ <!ENTITY maintenance.tooltip    "Import and backup your bookmarks">
+ 
+ <!ENTITY backButton.tooltip  "Go back">
+

+ 38 - 0
mozilla-release/patches/1913633-mar-mc-addendum-id-25320.patch

@@ -0,0 +1,38 @@
+# HG changeset patch
+# User Frank-Rainer Grahl <frgrahl@gmx.net>
+# Date 1728572222 -7200
+# Parent  7cda1dead92cdc08834e3a5195dc50ca594460b7
+Bug 1913633 - Forward MAR_CHANNEL_ID to the update packageer. r=IanN a=IanN
+
+diff --git a/tools/update-packaging/Makefile.in b/tools/update-packaging/Makefile.in
+--- a/tools/update-packaging/Makefile.in
++++ b/tools/update-packaging/Makefile.in
+@@ -48,26 +48,28 @@ ifndef IS_LANGUAGE_REPACK
+ ifeq ($(OS_TARGET), WINNT)
+ 	test -f $(UNPACKAGE)
+ 	$(RM) -rf '$(PACKAGE_DIR)'
+ 	cd $(PACKAGE_BASE_DIR) && $(INNER_UNMAKE_PACKAGE)
+ endif
+ endif
+ 	MAR=$(MAR_BIN) \
+ 	MOZ_PRODUCT_VERSION=$(MOZ_APP_VERSION) \
++	MAR_CHANNEL_ID=$(MAR_CHANNEL_ID) \
+ 	  $(srcdir)/make_full_update.sh \
+ 	  '$(DIST)/$(COMPLETE_MAR)' \
+ 	  '$(PACKAGE_DIR)'
+ ifdef MOZ_SIGN_CMD
+ 	$(MOZ_SIGN_CMD) -f mar_sha384 '$(DIST)/$(COMPLETE_MAR)'
+ endif
+ 
+ partial-patch:: $(dir-stage)
+ 	MAR=$(MAR_BIN) \
+ 	MBSDIFF=$(MBSDIFF_BIN) \
+ 	MOZ_PRODUCT_VERSION=$(MOZ_APP_VERSION) \
++	MAR_CHANNEL_ID=$(MAR_CHANNEL_ID) \
+ 	  $(srcdir)/make_incremental_update.sh \
+ 	  '$(STAGE_DIR)/$(PKG_UPDATE_BASENAME).partial.$(SRC_BUILD_ID)-$(DST_BUILD_ID).mar' \
+ 	  '$(SRC_BUILD)' \
+ 	  '$(DST_BUILD)'
+ ifdef MOZ_SIGN_CMD
+ 	$(MOZ_SIGN_CMD) -f mar_sha384 '$(STAGE_DIR)/$(PKG_UPDATE_BASENAME).partial.$(SRC_BUILD_ID)-$(DST_BUILD_ID).mar'
+ endif

+ 2 - 0
mozilla-release/patches/series

@@ -7651,6 +7651,7 @@ TOP-1909714-NSS3904-11514.patch
 TOP-NOBUG-blockquad0-25319.patch
 TOP-NOBUG-fixnasmcheck-25320.patch
 1395438-57a1.patch
+1400975-57a1.patch
 1432403-60a1.patch
 977538-61a1.patch
 1479945-1no2-63a1.patch
@@ -7680,3 +7681,4 @@ TOP-NOBUG-fixnasmcheck-25320.patch
 1737436-use-mozilla-compat-version-define-25320.patch
 9999999-removebinary-25320.patch
 TOP-NOBUG-1712804fix-25320.patch
+1913633-mar-mc-addendum-id-25320.patch