From 031f8d053e7aab57dd9a92932feda1e5f43c44ec Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 7 Nov 2024 17:47:30 +0000 Subject: [PATCH] Bug 1815256 - Clean-up from vendoring sax-js library. r=john.bieling DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D228360 --HG-- extra : moz-landing-system : lando --- .prettierignore | 1 - chat/protocols/xmpp/.eslintrc.js | 12 ------------ mail/base/content/overrides/app-license-body.html | 2 +- tools/lint/ThirdPartyPaths.txt | 2 +- 4 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 chat/protocols/xmpp/.eslintrc.js diff --git a/.prettierignore b/.prettierignore index 186267ed9d..b7656b4ae4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -112,7 +112,6 @@ docs/_build/** calendar/base/modules/Ical.sys.mjs chat/protocols/matrix/lib/** -chat/protocols/xmpp/lib/** mail/base/content/protovis-r2.6-modded.js mail/components/compose/texzilla/TeXZilla.js mail/components/storybook/storybook-static/** diff --git a/chat/protocols/xmpp/.eslintrc.js b/chat/protocols/xmpp/.eslintrc.js deleted file mode 100644 index 66953c7e25..0000000000 --- a/chat/protocols/xmpp/.eslintrc.js +++ /dev/null @@ -1,12 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -"use strict"; - -module.exports = { - rules: { - // The following rules will not be enabled currently. - complexity: "off", - }, -}; diff --git a/mail/base/content/overrides/app-license-body.html b/mail/base/content/overrides/app-license-body.html index 057c3fabc1..ea1dd0bdab 100644 --- a/mail/base/content/overrides/app-license-body.html +++ b/mail/base/content/overrides/app-license-body.html @@ -1216,7 +1216,7 @@ OTHER DEALINGS IN THE SOFTWARE.

sax License

This license applies to the following files:

 The ISC License
diff --git a/tools/lint/ThirdPartyPaths.txt b/tools/lint/ThirdPartyPaths.txt
index 6282228294..a507c83ea5 100644
--- a/tools/lint/ThirdPartyPaths.txt
+++ b/tools/lint/ThirdPartyPaths.txt
@@ -1,6 +1,5 @@
 comm/calendar/base/modules/Ical.sys.mjs
 comm/chat/protocols/matrix/lib
-comm/chat/protocols/xmpp/lib
 comm/mail/base/content/protovis-r2.6-modded.js
 comm/mail/components/compose/texzilla/TeXZilla.js
 comm/mail/components/storybook/storybook-static
@@ -17,4 +16,5 @@ comm/third_party/python
 comm/third_party/qrcode
 comm/third_party/rnp
 comm/third_party/rust
+comm/third_party/sax-js
 comm/third_party/zlib