9999999-suite-bustage.patch 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # HG changeset patch
  2. # User Bill Gianopoulos <wgianopoulos@gmail.com>
  3. # Date 1716024044 0
  4. # Parent 3c3ba7ee7ca73d4cc580a155282f9dc735db1c8e
  5. Bug 9999999 - remove bad dependency on mail/extensions/openpgp in mailnewsr/base.
  6. diff --git a/mail/extensions/openpgp/moz.build b/mail/extensions/openpgp/moz.build
  7. --- a/mail/extensions/openpgp/moz.build
  8. +++ b/mail/extensions/openpgp/moz.build
  9. @@ -1,20 +1,14 @@
  10. # This Source Code Form is subject to the terms of the Mozilla Public
  11. # License, v. 2.0. If a copy of the MPL was not distributed with this
  12. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  13. with Files("**"):
  14. BUG_COMPONENT = ("MailNews Core", "Security: OpenPGP")
  15. -XPIDL_SOURCES += [
  16. - "nsIMsgOpenPGPSink.idl",
  17. -]
  18. -
  19. -XPIDL_MODULE = "msgbase"
  20. -
  21. JAR_MANIFESTS += ["jar.mn"]
  22. EXTRA_JS_MODULES += ["PgpMimeHandler.sys.mjs"]
  23. XPCSHELL_TESTS_MANIFESTS += ["test/unit/rnp/xpcshell.ini"]
  24. XPCOM_MANIFESTS += ["components.conf"]
  25. diff --git a/mailnews/base/public/moz.build b/mailnews/base/public/moz.build
  26. --- a/mailnews/base/public/moz.build
  27. +++ b/mailnews/base/public/moz.build
  28. @@ -38,16 +38,17 @@ XPIDL_SOURCES += [
  29. "nsIMsgHdr.idl",
  30. "nsIMsgIdentity.idl",
  31. "nsIMsgIncomingServer.idl",
  32. "nsIMsgMailNewsUrl.idl",
  33. "nsIMsgMailSession.idl",
  34. "nsIMsgMdnGenerator.idl",
  35. "nsIMsgMessageService.idl",
  36. "nsIMsgOfflineManager.idl",
  37. + "nsIMsgOpenPGPSink.idl",
  38. "nsIMsgPluggableStore.idl",
  39. "nsIMsgProgress.idl",
  40. "nsIMsgProtocolHandler.idl",
  41. "nsIMsgProtocolInfo.idl",
  42. "nsIMsgPurgeService.idl",
  43. "nsIMsgShutdown.idl",
  44. "nsIMsgStatusFeedback.idl",
  45. "nsIMsgTagService.idl",
  46. diff --git a/mail/extensions/openpgp/nsIMsgOpenPGPSink.idl b/mailnews/base/public/nsIMsgOpenPGPSink.idl
  47. rename from mail/extensions/openpgp/nsIMsgOpenPGPSink.idl
  48. rename to mailnews/base/public/nsIMsgOpenPGPSink.idl