Bug 1394580 - 4. Disable MDNS service for GeckoView; r=snorp draft
authorJim Chen <nchen@mozilla.com>
Tue, 05 Sep 2017 21:26:31 -0400
changeset 659406 e485845b1e4e7b90c9c41f98e4713609f53f00be
parent 659405 f6902e25a445d29001f93e024e7cc82fddbb58f2
child 659407 3593910c4add9d99009b76f724ee6c6f5da94a66
push id78126
push userbmo:nchen@mozilla.com
push dateWed, 06 Sep 2017 01:26:43 +0000
reviewerssnorp
bugs1394580
milestone57.0a1
Bug 1394580 - 4. Disable MDNS service for GeckoView; r=snorp Standalone GeckoView doesn't make use of MDNS AFAIK (i.e. MDNS is only used by features like casting or FlyWeb), but it takes up startup time, so we should disable it. MozReview-Commit-ID: CseHUos5B9I
mobile/android/installer/package-manifest.in
--- a/mobile/android/installer/package-manifest.in
+++ b/mobile/android/installer/package-manifest.in
@@ -274,18 +274,20 @@
 @BINPATH@/components/FeedProcessor.manifest
 @BINPATH@/components/FeedProcessor.js
 @BINPATH@/components/UAOverridesBootstrapper.js
 @BINPATH@/components/UAOverridesBootstrapper.manifest
 @BINPATH@/components/WellKnownOpportunisticUtils.js
 @BINPATH@/components/WellKnownOpportunisticUtils.manifest
 @BINPATH@/components/mozProtocolHandler.js
 @BINPATH@/components/mozProtocolHandler.manifest
+#ifndef MOZ_GECKOVIEW_JAR
 @BINPATH@/components/nsDNSServiceDiscovery.manifest
 @BINPATH@/components/nsDNSServiceDiscovery.js
+#endif
 @BINPATH@/components/toolkitsearch.manifest
 @BINPATH@/components/nsSearchService.js
 @BINPATH@/components/nsSidebar.js
 @BINPATH@/components/passwordmgr.manifest
 @BINPATH@/components/nsLoginInfo.js
 @BINPATH@/components/nsLoginManager.js
 @BINPATH@/components/nsLoginManagerPrompter.js
 @BINPATH@/components/storage-mozStorage.js