diff --git a/.prettierignore b/.prettierignore index c151b5ff296e..98840ff92e84 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1249,11 +1249,11 @@ toolkit/components/uniffi-bindgen-gecko-js/components/generated/* ############################################################################## browser/components/newtab/vendor/ +browser/components/pocket/content/panels/css/normalize.scss browser/components/pocket/content/panels/js/vendor/ browser/components/storybook/node_modules/ browser/extensions/formautofill/content/third-party/ browser/extensions/formautofill/test/fixtures/third_party/ -browser/extensions/formautofill/test/unit/heuristics/ devtools/client/inspector/markup/test/lib_* devtools/client/jsonview/lib/require.js devtools/client/shared/build/babel.js @@ -1263,6 +1263,7 @@ devtools/client/shared/sourceeditor/test/cm_mode_ruby.js devtools/client/shared/sourceeditor/test/codemirror/ devtools/client/shared/vendor/ devtools/client/inspector/markup/test/helper_diff.js +devtools/client/debugger/src/workers/parser/utils/parse-script-tags/ devtools/shared/acorn/ devtools/shared/compatibility/dataset/css-properties.json devtools/shared/heapsnapshot/CoreDump.pb.cc @@ -1301,6 +1302,7 @@ dom/tests/mochitest/ajax/ dom/tests/mochitest/dom-level1-core/ dom/tests/mochitest/dom-level2-core/ dom/tests/mochitest/dom-level2-html/ +dom/u2f/tests/pkijs/ dom/webauthn/tests/pkijs/ dom/webgpu/tests/cts/checkout/ editor/libeditor/tests/browserscope/lib/richtext/ @@ -1344,6 +1346,7 @@ js/src/dtoa.c js/src/editline/ js/src/jit/arm64/vixl/ js/src/octane/ +js/src/tests/test262/ js/src/vtune/disable_warnings.h js/src/vtune/ittnotify_config.h js/src/vtune/ittnotify.h @@ -1413,6 +1416,8 @@ testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/ testing/talos/talos/tests/devtools/addon/content/pages/ testing/talos/talos/tests/dromaeo/ testing/talos/talos/tests/kraken/ +testing/talos/talos/tests/offscreencanvas/benchmarks/video/demuxer_mp4.js +testing/talos/talos/tests/offscreencanvas/benchmarks/video/mp4box.all.min.js testing/talos/talos/tests/v8_7/ testing/web-platform/tests/resources/webidl2/ testing/web-platform/tests/tools/third_party/ @@ -1451,7 +1456,11 @@ xpcom/io/crc32c.c ############################################################################## .gradle/ +build/vs/vs2019.yaml +build/vs/vs2022.yaml browser/components/aboutwelcome/content/aboutwelcome.bundle.js +browser/components/aboutwelcome/logs/ +browser/components/aboutwelcome/node_modules/ browser/components/asrouter/node_modules/ browser/components/asrouter/content/asrouter-admin.bundle.js browser/components/asrouter/logs/ @@ -1473,6 +1482,7 @@ intl/unicharutil/util/nsUnicodePropertyData.cpp mobile/locales/l10n-changesets.json mobile/locales/l10n-onchange-changesets.json node_modules/ +python/mozperftest/mozperftest/tests/data/ security/manager/tools/KnownRootHashes.json security/manager/tools/PreloadedHPKPins.json services/settings/dumps/ diff --git a/taskcluster/ci/source-test/mozlint.yml b/taskcluster/ci/source-test/mozlint.yml index 0d48f4161ca7..187c70d20a68 100644 --- a/taskcluster/ci/source-test/mozlint.yml +++ b/taskcluster/ci/source-test/mozlint.yml @@ -475,6 +475,7 @@ file-whitespace: - '**/*.ftl' - '**/*.h' - '**/*.html' + - '**/*.json' - '**/*.md' - '**/*.properties' - '**/*.py' @@ -509,6 +510,7 @@ file-perm: - '**/*.idl' - '**/*.js' - '**/*.jsm' + - '**/*.json' - '**/*.jsx' - '**/*.m' - '**/*.m4s' diff --git a/testing/web-platform/outbound/meta/MANIFEST.json b/testing/web-platform/outbound/meta/MANIFEST.json index 207cb8c5679e..636ce6f33a3a 100644 --- a/testing/web-platform/outbound/meta/MANIFEST.json +++ b/testing/web-platform/outbound/meta/MANIFEST.json @@ -13,4 +13,4 @@ }, "rev": null, "url_base": "/_outbound/" -} \ No newline at end of file +} diff --git a/toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist_AllOS.json b/toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist_AllOS.json old mode 100755 new mode 100644 diff --git a/tools/lint/file-perm.yml b/tools/lint/file-perm.yml index e688ce34998d..6f09b0ec6c05 100644 --- a/tools/lint/file-perm.yml +++ b/tools/lint/file-perm.yml @@ -14,6 +14,7 @@ file-perm: - .idl - .js - .jsm + - .json - .jsx - .m - .m4s diff --git a/tools/lint/file-whitespace.yml b/tools/lint/file-whitespace.yml index 23275fcc86e3..b93817895c99 100644 --- a/tools/lint/file-whitespace.yml +++ b/tools/lint/file-whitespace.yml @@ -18,6 +18,9 @@ file-whitespace: - devtools/client/inspector/markup/test - devtools/client/inspector/rules/test - devtools/client/inspector/test + # Excluded because of python json output. + - testing/talos/talos/unittests/test_talosconfig_browser_config.json + - testing/talos/talos/unittests/test_talosconfig_test_config.json # Excluded because tests were failing unexpectedly - devtools/client/styleeditor/test/sync_with_csp.css - devtools/client/webconsole/test/browser/test-message-categories-css-parser.css @@ -154,6 +157,7 @@ file-whitespace: - .h - .html - .java + - .json - .kt - .md - .properties diff --git a/tools/rewriting/Generated.txt b/tools/rewriting/Generated.txt index 5c572630f238..1fa9b6dffce5 100644 --- a/tools/rewriting/Generated.txt +++ b/tools/rewriting/Generated.txt @@ -25,6 +25,7 @@ intl/unicharutil/util/nsUnicodePropertyData.cpp mobile/locales/l10n-changesets.json mobile/locales/l10n-onchange-changesets.json node_modules/ +python/mozperftest/mozperftest/tests/data/ security/manager/tools/KnownRootHashes.json security/manager/tools/PreloadedHPKPins.json services/settings/dumps/ diff --git a/tools/rewriting/ThirdPartyPaths.txt b/tools/rewriting/ThirdPartyPaths.txt index 4020c5beae9b..4baa34934d0d 100644 --- a/tools/rewriting/ThirdPartyPaths.txt +++ b/tools/rewriting/ThirdPartyPaths.txt @@ -96,6 +96,7 @@ js/src/dtoa.c js/src/editline/ js/src/jit/arm64/vixl/ js/src/octane/ +js/src/tests/test262/ js/src/vtune/disable_warnings.h js/src/vtune/ittnotify_config.h js/src/vtune/ittnotify.h