- Downloads
Bug 18821: Disable libmdns for Android and Desktop
There should be no need to remove the OS X support introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1225726 as enabling this is governed by a preference (which is actually set to `false`). However, we remove it at build time as well (defense in depth). This is basically a backout of the relevant passages of https://hg.mozilla.org/mozilla-central/rev/6bfb430de85d, https://hg.mozilla.org/mozilla-central/rev/609b337bf7ab and https://hg.mozilla.org/mozilla-central/rev/8e092ec5fbbd.
Showing
- dom/presentation/provider/PresentationDeviceProviderModule.cpp 1 addition, 1 deletion...resentation/provider/PresentationDeviceProviderModule.cpp
- mobile/android/installer/package-manifest.in 0 additions, 2 deletionsmobile/android/installer/package-manifest.in
- netwerk/dns/mdns/libmdns/moz.build 7 additions, 15 deletionsnetwerk/dns/mdns/libmdns/moz.build
- netwerk/dns/mdns/libmdns/nsMulticastDNSModule.cpp 1 addition, 1 deletionnetwerk/dns/mdns/libmdns/nsMulticastDNSModule.cpp
Please sign in to comment