Browse Source

Port bug 1819093

Bill Gianopoulos 1 year ago
parent
commit
413a545087

+ 27 - 0
comm-central/patches/9999999-port1819093-2-112a1-suite-bustage.patch

@@ -0,0 +1,27 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1678212183 0
+Bug 9999999 - Port bug 1819093 to suite.
+Bug 1819093 - Reduce unnecessary wake-ups caused by the SearchService's OpenSearch update mechanism.
+
+diff --git a/suite/installer/package-manifest.in b/suite/installer/package-manifest.in
+--- a/suite/installer/package-manifest.in
++++ b/suite/installer/package-manifest.in
+@@ -159,17 +159,16 @@
+ @BINPATH@/IA2Marshal.dll
+ #endif
+ #endif
+ @RESPATH@/components/extensions.manifest
+ @RESPATH@/components/SuiteBrowser.manifest
+ @RESPATH@/components/SuiteComponents.manifest
+ @RESPATH@/components/SuiteFeeds.manifest
+ @RESPATH@/components/SuiteSidebar.manifest
+-@RESPATH@/components/toolkitsearch.manifest
+ ; JavaScript components
+ @RESPATH@/components/cryptoComponents.manifest
+ @RESPATH@/components/FeedConverter.js
+ @RESPATH@/components/FeedWriter.js
+ @RESPATH@/components/jsconsole-clhandler.js
+ @RESPATH@/components/jsconsole-clhandler.manifest
+ @RESPATH@/components/nsBrowserContentHandler.js
+ @RESPATH@/components/nsComposerCmdLineHandler.js

+ 1 - 0
comm-central/patches/series

@@ -1,3 +1,4 @@
+9999999-port1819093-2-112a1-suite-bustage.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch