Bill Gianopoulos 3 years ago
parent
commit
00febad6fd

+ 2 - 2
comm-central/patches/TOP-1614671-port1456035-4-and-5-61a1-cc.patch

@@ -1749,7 +1749,7 @@ diff --git a/suite/mailnews/components/compose/content/addressingWidgetOverlay.j
 diff --git a/suite/mailnews/content/SearchDialog.js b/suite/mailnews/content/SearchDialog.js
 --- a/suite/mailnews/content/SearchDialog.js
 +++ b/suite/mailnews/content/SearchDialog.js
-@@ -492,24 +492,17 @@ nsMsgSearchCommandUpdater.prototype =
+@@ -497,24 +497,17 @@ nsMsgSearchCommandUpdater.prototype =
  
    updateNextMessageAfterDelete : function()
    {
@@ -1893,7 +1893,7 @@ diff --git a/suite/mailnews/content/mailWindow.js b/suite/mailnews/content/mailW
 diff --git a/suite/mailnews/content/mailWindowOverlay.js b/suite/mailnews/content/mailWindowOverlay.js
 --- a/suite/mailnews/content/mailWindowOverlay.js
 +++ b/suite/mailnews/content/mailWindowOverlay.js
-@@ -1322,26 +1322,20 @@ BatchMessageMover.prototype =
+@@ -1317,26 +1317,20 @@ BatchMessageMover.prototype =
          aFolder.name == this._dstFolderName)
      {
        this._dstFolderParent = null;

+ 2 - 2
mozilla-central/patches/1624546-vs2019-runtime-mc.patch

@@ -10,7 +10,7 @@ on the safe side.
 diff --git a/js/src/old-configure.in b/js/src/old-configure.in
 --- a/js/src/old-configure.in
 +++ b/js/src/old-configure.in
-@@ -143,18 +143,18 @@ case "$target" in
+@@ -130,18 +130,18 @@ case "$target" in
          _MSVC_VER_FILTER='s|.*[^!-~]([0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?).*|\1|p'
          changequote([,])
  
@@ -34,7 +34,7 @@ diff --git a/js/src/old-configure.in b/js/src/old-configure.in
 diff --git a/old-configure.in b/old-configure.in
 --- a/old-configure.in
 +++ b/old-configure.in
-@@ -154,18 +154,18 @@ case "$target" in
+@@ -140,18 +140,18 @@ case "$target" in
          _MSVC_VER_FILTER='s|.*[^!-~]([0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?).*|\1|p'
          changequote([,])
  

+ 1 - 1
mozilla-central/patches/9999999-with-vs2019.patch

@@ -7,7 +7,7 @@ Bug 9999999 - permit --with-visual-studio-version=2019.
 diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
 --- a/build/moz.configure/toolchain.configure
 +++ b/build/moz.configure/toolchain.configure
-@@ -517,27 +517,26 @@ def get_vc_paths(topsrcdir):
+@@ -510,27 +510,26 @@ def get_vc_paths(topsrcdir):
  def host_is_windows(host):
      if host.kernel == "WINNT":
          return True