2015-11-27 20:39:59 +03:00
|
|
|
# Always ignore node_modules.
|
2019-09-03 19:45:09 +03:00
|
|
|
**/node_modules/
|
2015-11-27 20:39:59 +03:00
|
|
|
|
2017-10-19 11:55:40 +03:00
|
|
|
# Always ignore crashtests - specially crafted files that originally caused a
|
|
|
|
# crash.
|
2019-08-21 22:07:31 +03:00
|
|
|
**/crashtests/
|
2017-11-29 01:57:08 +03:00
|
|
|
# Also ignore reftest - specially crafted to produce expected output.
|
2019-08-21 22:07:31 +03:00
|
|
|
**/reftest/
|
|
|
|
**/reftests/
|
2017-10-19 11:55:40 +03:00
|
|
|
|
2015-11-27 20:39:59 +03:00
|
|
|
# Exclude expected objdirs.
|
2019-08-21 22:07:31 +03:00
|
|
|
obj*/
|
2015-11-27 20:39:59 +03:00
|
|
|
|
2019-05-31 11:49:17 +03:00
|
|
|
# dom/ exclusions which should be removed (aka ESLint enabled)
|
2019-08-21 22:07:31 +03:00
|
|
|
dom/media/test/
|
2019-05-31 11:49:17 +03:00
|
|
|
!dom/media/test/marionette/yttest/*.js
|
2019-08-21 22:07:31 +03:00
|
|
|
dom/xhr/
|
2015-12-03 20:14:07 +03:00
|
|
|
|
2019-05-31 11:49:17 +03:00
|
|
|
# build/ third-party code
|
2019-08-21 22:07:31 +03:00
|
|
|
build/pgo/js-input/
|
2017-10-19 11:55:40 +03:00
|
|
|
|
2015-11-27 20:39:59 +03:00
|
|
|
# browser/ exclusions
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/app/
|
2016-10-25 18:35:05 +03:00
|
|
|
browser/branding/**/firefox-branding.js
|
2017-05-08 12:29:47 +03:00
|
|
|
# Gzipped test file.
|
|
|
|
browser/base/content/test/general/gZipOfflineChild.html
|
2016-08-31 19:53:24 +03:00
|
|
|
browser/base/content/test/urlbar/file_blank_but_not_blank.html
|
2019-04-08 23:06:13 +03:00
|
|
|
# Third-party code.
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/components/payments/res/vendor/
|
2016-10-28 00:18:50 +03:00
|
|
|
# Test files that are really json not js, and don't need to be linted.
|
|
|
|
browser/components/sessionstore/test/unit/data/sessionstore_valid.js
|
|
|
|
browser/components/sessionstore/test/unit/data/sessionstore_invalid.js
|
2018-01-22 22:01:48 +03:00
|
|
|
# This file is split into two in order to keep it as a valid json file
|
|
|
|
# for documentation purposes (policies.json) but to be accessed by the
|
|
|
|
# code as a .jsm (schema.jsm)
|
|
|
|
browser/components/enterprisepolicies/schemas/schema.jsm
|
2017-03-03 12:29:14 +03:00
|
|
|
# generated & special files in cld2
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/components/translation/cld2/
|
2018-08-20 14:50:27 +03:00
|
|
|
# Screenshots is imported as a system add-on and has
|
2017-05-31 18:40:52 +03:00
|
|
|
# their own lint rules currently.
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/extensions/screenshots/
|
|
|
|
browser/extensions/pdfjs/content/build
|
|
|
|
browser/extensions/pdfjs/content/web
|
2016-09-21 02:06:37 +03:00
|
|
|
# generated or library files in pocket
|
2018-10-12 22:38:10 +03:00
|
|
|
browser/components/pocket/content/panels/js/tmpl.js
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/components/pocket/content/panels/js/vendor/
|
2019-05-28 23:24:23 +03:00
|
|
|
|
|
|
|
# Ignore newtab files
|
|
|
|
# Kept in sync with browser/components/newtab/.eslintignore
|
|
|
|
browser/components/newtab/data/
|
|
|
|
browser/components/newtab/logs/
|
|
|
|
browser/components/newtab/vendor/
|
|
|
|
|
2017-07-06 17:31:07 +03:00
|
|
|
# The only file in browser/locales/ is pre-processed.
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/locales/
|
2016-12-20 01:02:59 +03:00
|
|
|
# imported from chromium
|
2019-08-21 22:07:31 +03:00
|
|
|
browser/extensions/mortar/
|
2017-06-29 02:01:25 +03:00
|
|
|
# Generated data files
|
|
|
|
browser/extensions/formautofill/phonenumberutils/PhoneNumberMetaData.jsm
|
2017-05-10 23:07:06 +03:00
|
|
|
|
2015-11-27 20:39:59 +03:00
|
|
|
# devtools/ exclusions
|
2017-02-26 01:54:25 +03:00
|
|
|
devtools/client/inspector/markup/test/doc_markup_events_*.html
|
|
|
|
devtools/client/performance/components/test/test_jit_optimizations_01.html
|
2018-10-24 04:39:19 +03:00
|
|
|
devtools/client/shared/test/*.html
|
2017-02-26 01:54:25 +03:00
|
|
|
devtools/client/shared/components/test/mochitest/*.html
|
|
|
|
!devtools/client/shared/components/test/mochitest/test_stack-trace.html
|
|
|
|
devtools/client/storage/test/*.html
|
|
|
|
!devtools/client/storage/test/storage-cookies.html
|
|
|
|
!devtools/client/storage/test/storage-overflow.html
|
|
|
|
!devtools/client/storage/test/storage-search.html
|
|
|
|
!devtools/client/storage/test/storage-unsecured-iframe.html
|
|
|
|
!devtools/client/storage/test/storage-unsecured-iframe-usercontextid.html
|
|
|
|
devtools/server/tests/browser/storage-*.html
|
|
|
|
!devtools/server/tests/browser/storage-unsecured-iframe.html
|
|
|
|
devtools/server/tests/browser/stylesheets-nested-iframes.html
|
2017-09-27 13:38:23 +03:00
|
|
|
devtools/client/shared/webpack/shims/test/test_clipboard.html
|
2017-02-26 01:54:25 +03:00
|
|
|
devtools/shared/qrcode/tests/mochitest/test_decode.html
|
|
|
|
devtools/shared/tests/mochitest/*.html
|
|
|
|
devtools/shared/webconsole/test/test_*.html
|
2019-01-16 01:26:20 +03:00
|
|
|
devtools/client/webreplay/mochitest/examples/*.html
|
2016-01-21 15:19:58 +03:00
|
|
|
|
2019-05-17 18:50:29 +03:00
|
|
|
# Ignore devtools debugger files
|
|
|
|
# Keep in sync with devtools/client/debugger/.eslintignore
|
|
|
|
devtools/client/debugger/assets/*
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/debugger/src/test/examples/
|
|
|
|
devtools/client/debugger/src/test/integration/
|
|
|
|
devtools/client/debugger/src/test/unit-sources/
|
|
|
|
devtools/client/debugger/src/**/fixtures/
|
|
|
|
devtools/client/debugger/src/test/mochitest/
|
2019-05-17 18:50:29 +03:00
|
|
|
devtools/client/debugger/bin/
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/debugger/packages/**/fixtures/
|
2019-05-17 18:50:29 +03:00
|
|
|
devtools/client/debugger/node_modules
|
|
|
|
devtools/client/debugger/out
|
|
|
|
|
|
|
|
# Ignore devtools debugger files which aren't intended for linting, and also
|
|
|
|
# aren't included in any .eslintignore or .prettierignore file.
|
|
|
|
# See https://github.com/firefox-devtools/debugger/blob/master/package.json#L24
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/debugger/configs/
|
|
|
|
devtools/client/debugger/dist/
|
|
|
|
devtools/client/debugger/flow-typed/
|
|
|
|
devtools/client/debugger/images/
|
|
|
|
devtools/client/debugger/test/
|
2019-05-17 18:50:29 +03:00
|
|
|
devtools/client/debugger/index.html
|
2018-04-05 01:24:04 +03:00
|
|
|
|
|
|
|
# Ignore devtools imported repositories
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/shared/components/reps/
|
2018-04-05 01:24:04 +03:00
|
|
|
|
2017-07-21 13:27:35 +03:00
|
|
|
# Ignore devtools preferences files
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/preferences/
|
2015-11-27 20:39:59 +03:00
|
|
|
|
2018-08-28 18:23:33 +03:00
|
|
|
# Ignore devtools generated code
|
|
|
|
devtools/shared/css/generated/properties-db.js
|
2019-08-09 12:54:41 +03:00
|
|
|
devtools/client/webconsole/test/node/fixtures/stubs/*.js
|
|
|
|
!devtools/client/webconsole/test/node/fixtures/stubs/index.js
|
2018-08-28 18:23:33 +03:00
|
|
|
|
2016-01-21 15:19:58 +03:00
|
|
|
# Ignore devtools third-party libs
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/shared/jsbeautify/
|
|
|
|
devtools/shared/acorn/
|
|
|
|
devtools/shared/node-properties/
|
|
|
|
devtools/shared/pretty-fast/
|
|
|
|
devtools/shared/sourcemap/
|
|
|
|
devtools/shared/sprintfjs/
|
|
|
|
devtools/shared/qrcode/decoder/
|
|
|
|
devtools/shared/qrcode/encoder/
|
2018-04-05 01:24:04 +03:00
|
|
|
devtools/client/inspector/markup/test/lib_*
|
|
|
|
devtools/client/jsonview/lib/require.js
|
2016-05-18 01:23:07 +03:00
|
|
|
devtools/client/shared/demangle.js
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/shared/source-map/
|
|
|
|
devtools/client/shared/vendor/
|
2019-02-13 18:37:08 +03:00
|
|
|
devtools/client/shared/sourceeditor/codemirror/*.js
|
|
|
|
devtools/client/shared/sourceeditor/codemirror/**/*.js
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/shared/sourceeditor/tern/
|
2019-02-13 18:37:08 +03:00
|
|
|
devtools/client/shared/sourceeditor/test/cm_mode_ruby.js
|
2019-08-21 22:07:31 +03:00
|
|
|
devtools/client/shared/sourceeditor/test/codemirror/
|
2016-05-18 01:23:07 +03:00
|
|
|
devtools/server/actors/utils/automation-timeline.js
|
|
|
|
|
|
|
|
# Ignore devtools files testing sourcemaps / code style
|
2018-04-05 01:24:04 +03:00
|
|
|
devtools/client/debugger/test/mochitest/code_*.js
|
|
|
|
devtools/client/framework/test/code_*
|
2017-05-12 23:34:26 +03:00
|
|
|
devtools/client/inspector/markup/test/events_bundle.js
|
2017-05-10 23:07:06 +03:00
|
|
|
devtools/client/netmonitor/test/xhr_bundle.js
|
2019-08-09 12:54:41 +03:00
|
|
|
devtools/client/webconsole/test/browser/code_bundle_nosource.js
|
|
|
|
devtools/client/webconsole/test/browser/code_bundle_invalidmap.js
|
2016-05-18 01:23:07 +03:00
|
|
|
devtools/server/tests/unit/babel_and_browserify_script_with_source_map.js
|
|
|
|
devtools/server/tests/unit/setBreakpoint*
|
2017-03-18 14:26:05 +03:00
|
|
|
devtools/server/tests/unit/sourcemapped.js
|
2015-11-27 20:39:59 +03:00
|
|
|
|
2018-04-11 18:10:35 +03:00
|
|
|
# devtools specific format test file
|
|
|
|
devtools/server/tests/unit/xpcshell_debugging_script.js
|
|
|
|
|
2017-06-28 22:41:50 +03:00
|
|
|
# Third-party
|
2019-08-21 22:07:31 +03:00
|
|
|
dom/canvas/test/webgl-conf/
|
|
|
|
dom/imptests/
|
|
|
|
dom/media/webaudio/test/blink/
|
|
|
|
dom/media/webvtt/
|
2019-03-25 22:22:27 +03:00
|
|
|
dom/svg/test/test_nonAnimStrings.xhtml
|
|
|
|
dom/svg/test/test_SVG_namespace_ids.html
|
2017-06-28 22:41:50 +03:00
|
|
|
|
2019-06-13 23:21:46 +03:00
|
|
|
# Strange encodings
|
2019-06-25 10:12:51 +03:00
|
|
|
dom/base/test/file_bug687859-16.js
|
2019-06-13 23:21:46 +03:00
|
|
|
dom/encoding/test/test_utf16_files.html
|
|
|
|
dom/encoding/test/file_utf16_be_bom.js
|
|
|
|
dom/encoding/test/file_utf16_le_bom.js
|
|
|
|
|
|
|
|
# Not parsable
|
|
|
|
dom/tests/mochitest/general/test_focusrings.xul
|
|
|
|
dom/html/test/test_bug677658.html
|
|
|
|
|
2016-05-18 01:23:07 +03:00
|
|
|
# Service workers fixtures which require specific resource caching.
|
2019-06-13 23:21:46 +03:00
|
|
|
dom/base/test/file_js_cache.js
|
|
|
|
dom/serviceworkers/test/file_js_cache.js
|
2019-07-04 20:39:31 +03:00
|
|
|
|
2019-06-13 23:21:46 +03:00
|
|
|
# Intentional broken files
|
|
|
|
dom/base/test/file_js_cache_syntax_error.js
|
2019-06-25 10:12:51 +03:00
|
|
|
dom/base/test/jsmodules/test_syntaxError.html
|
|
|
|
dom/base/test/jsmodules/test_syntaxErrorAsync.html
|
|
|
|
dom/base/test/jsmodules/module_badSyntax.js
|
|
|
|
dom/base/test/jsmodules/test_syntaxErrorInline.html
|
|
|
|
dom/base/test/jsmodules/test_syntaxErrorInlineAsync.html
|
|
|
|
dom/base/test/test_bug687859.html
|
2019-06-13 23:21:46 +03:00
|
|
|
dom/media/tests/mochitest/identity/idp-bad.js
|
|
|
|
dom/serviceworkers/test/file_js_cache_syntax_error.js
|
|
|
|
dom/serviceworkers/test/parse_error_worker.js
|
|
|
|
dom/tests/mochitest/bugs/test_bug531176.html
|
|
|
|
dom/webauthn/tests/cbor.js
|
|
|
|
dom/workers/test/importScripts_worker_imported3.js
|
|
|
|
dom/workers/test/invalid.js
|
|
|
|
dom/workers/test/threadErrors_worker1.js
|
|
|
|
|
2018-09-13 10:59:47 +03:00
|
|
|
# Third-party
|
2019-08-21 22:07:31 +03:00
|
|
|
editor/libeditor/tests/browserscope/
|
2018-09-13 10:59:47 +03:00
|
|
|
|
2017-11-29 01:57:08 +03:00
|
|
|
# Third-party
|
2019-08-21 22:07:31 +03:00
|
|
|
gfx/ots/
|
|
|
|
gfx/skia/
|
|
|
|
gfx/wr/
|
2017-11-29 01:57:08 +03:00
|
|
|
|
2018-02-21 03:02:54 +03:00
|
|
|
# intl/ exclusions
|
2019-08-21 22:07:31 +03:00
|
|
|
intl/icu/
|
|
|
|
intl/locale/
|
|
|
|
intl/strres/
|
|
|
|
intl/uconv/
|
2019-04-15 19:43:02 +03:00
|
|
|
# Bug 1527075: This directory is linted in github repository
|
2019-08-21 22:07:31 +03:00
|
|
|
intl/l10n/
|
2018-02-21 03:02:54 +03:00
|
|
|
|
2018-12-11 16:15:16 +03:00
|
|
|
# Third-party
|
2019-08-21 22:07:31 +03:00
|
|
|
layout/mathml/imptests/
|
2018-12-11 16:15:16 +03:00
|
|
|
|
2017-02-07 23:58:21 +03:00
|
|
|
# Exclude everything but self-hosted JS
|
2019-08-21 22:07:31 +03:00
|
|
|
js/ductwork/
|
|
|
|
js/examples/
|
|
|
|
js/ipc/
|
|
|
|
js/public/
|
|
|
|
js/xpconnect/
|
|
|
|
js/src/devtools/
|
|
|
|
js/src/octane/
|
|
|
|
js/src/jit-test/
|
|
|
|
js/src/jsapi-tests/binast/
|
|
|
|
js/src/tests/
|
2017-05-10 18:56:32 +03:00
|
|
|
js/src/Y.js
|
2017-02-07 23:58:21 +03:00
|
|
|
|
2017-11-29 01:57:08 +03:00
|
|
|
# Third-party
|
2019-08-21 22:07:31 +03:00
|
|
|
media/webrtc/trunk/
|
2017-11-29 01:57:08 +03:00
|
|
|
|
2015-11-27 20:39:59 +03:00
|
|
|
# mobile/android/ exclusions
|
2019-08-21 22:07:31 +03:00
|
|
|
mobile/android/tests/browser/chrome/tp5/
|
2015-11-27 20:39:59 +03:00
|
|
|
|
|
|
|
# Uses `#filter substitution`
|
|
|
|
mobile/android/app/mobile.js
|
2018-02-12 21:31:53 +03:00
|
|
|
mobile/android/app/geckoview-prefs.js
|
2015-11-27 20:39:59 +03:00
|
|
|
|
|
|
|
# Uses `#expand`
|
|
|
|
mobile/android/chrome/content/about.js
|
|
|
|
|
|
|
|
# Not much JS to lint and non-standard at that
|
|
|
|
mobile/android/installer/
|
|
|
|
mobile/android/locales/
|
|
|
|
|
2018-10-24 22:12:31 +03:00
|
|
|
# Pre-processed/pref files
|
|
|
|
modules/libpref/greprefs.js
|
|
|
|
modules/libpref/init/all.js
|
2019-08-21 22:07:31 +03:00
|
|
|
modules/libpref/test/unit/*data/
|
2018-10-24 22:12:31 +03:00
|
|
|
|
2017-10-19 11:55:40 +03:00
|
|
|
# Only contains non-standard test files.
|
2019-08-21 22:07:31 +03:00
|
|
|
python/
|
2017-10-19 11:55:40 +03:00
|
|
|
|
2019-01-29 18:18:42 +03:00
|
|
|
# Remote agent
|
|
|
|
remote/Protocol.jsm
|
|
|
|
remote/server/HTTPD.jsm
|
|
|
|
remote/server/Packet.jsm
|
|
|
|
remote/server/Socket.jsm
|
|
|
|
remote/server/Stream.jsm
|
2019-02-17 18:26:40 +03:00
|
|
|
remote/test/browser/chrome-remote-interface.js
|
2019-01-29 18:18:42 +03:00
|
|
|
remote/test/demo.js
|
2019-08-16 15:58:06 +03:00
|
|
|
remote/test/puppeteer/
|
2019-01-29 18:18:42 +03:00
|
|
|
|
2017-07-06 17:31:07 +03:00
|
|
|
# NSS / taskcluster only.
|
2019-08-21 22:07:31 +03:00
|
|
|
security/nss/
|
2017-02-08 15:16:27 +03:00
|
|
|
|
2016-02-02 05:37:50 +03:00
|
|
|
# services/ exclusions
|
|
|
|
|
2019-04-08 23:06:13 +03:00
|
|
|
# Third party services
|
|
|
|
services/common/kinto-http-client.js
|
|
|
|
services/common/kinto-offline-client.js
|
|
|
|
|
2019-02-21 23:58:04 +03:00
|
|
|
# Webpack-bundled library
|
|
|
|
services/fxaccounts/FxAccountsPairingChannel.js
|
|
|
|
|
2016-02-02 05:37:50 +03:00
|
|
|
# Uses `#filter substitution`
|
|
|
|
services/sync/modules/constants.js
|
|
|
|
|
2017-10-19 11:55:40 +03:00
|
|
|
# Servo is imported.
|
2019-08-21 22:07:31 +03:00
|
|
|
servo/
|
2017-10-19 11:55:40 +03:00
|
|
|
|
2017-06-24 21:01:48 +03:00
|
|
|
# Remote protocol exclusions
|
|
|
|
testing/marionette/atom.js
|
|
|
|
testing/marionette/legacyaction.js
|
2017-07-26 17:04:51 +03:00
|
|
|
testing/marionette/client
|
|
|
|
testing/marionette/doc
|
|
|
|
testing/marionette/harness
|
2017-06-24 21:01:48 +03:00
|
|
|
|
|
|
|
# other testing/ exclusions
|
2017-06-24 00:08:02 +03:00
|
|
|
# third party modules
|
2019-08-21 22:07:31 +03:00
|
|
|
testing/mochitest/tests/Harness_sanity/
|
|
|
|
testing/mochitest/MochiKit/
|
|
|
|
testing/mochitest/tests/MochiKit-1.4.2/
|
|
|
|
testing/mochitest/tests/SimpleTest/
|
2017-06-24 00:08:02 +03:00
|
|
|
testing/modules/ajv-4.1.1.js
|
2019-03-12 22:32:40 +03:00
|
|
|
testing/modules/sinon-7.2.7.js
|
2017-05-31 01:06:29 +03:00
|
|
|
# octothorpe used for pref file comment causes parsing error
|
|
|
|
testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
2019-08-14 14:49:35 +03:00
|
|
|
|
|
|
|
# Mozproxy third party
|
2019-08-21 22:07:31 +03:00
|
|
|
testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/catapult/
|
2019-08-14 14:49:35 +03:00
|
|
|
|
2017-06-28 15:58:01 +03:00
|
|
|
testing/talos/talos/scripts/jszip.min.js
|
2017-06-28 15:58:03 +03:00
|
|
|
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
2017-06-28 05:42:34 +03:00
|
|
|
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
2019-08-21 22:07:31 +03:00
|
|
|
testing/talos/talos/tests/devtools/addon/content/pages/
|
|
|
|
testing/talos/talos/tests/dromaeo/
|
|
|
|
testing/talos/talos/tests/v8_7/
|
|
|
|
testing/talos/talos/tests/kraken/
|
2018-02-05 12:28:17 +03:00
|
|
|
# Runing Talos may extract data here, see bug 1435677.
|
2019-08-21 22:07:31 +03:00
|
|
|
testing/talos/talos/tests/tp5n/
|
2017-06-28 15:58:01 +03:00
|
|
|
|
2019-08-21 22:07:31 +03:00
|
|
|
testing/web-platform/
|
|
|
|
testing/xpcshell/moz-http2/
|
|
|
|
testing/xpcshell/node-http2/
|
|
|
|
testing/xpcshell/dns-packet/
|
|
|
|
testing/xpcshell/node-ip/
|
2019-04-04 18:32:21 +03:00
|
|
|
|
2017-05-25 16:32:42 +03:00
|
|
|
|
2019-04-08 23:06:13 +03:00
|
|
|
# Third party.
|
2019-08-21 22:07:31 +03:00
|
|
|
third_party/
|
2017-01-10 20:09:02 +03:00
|
|
|
|
2015-12-03 21:02:45 +03:00
|
|
|
# toolkit/ exclusions
|
2019-04-08 23:06:13 +03:00
|
|
|
|
|
|
|
# Ignore generated code from wasm-bindgen
|
|
|
|
toolkit/components/extensions/profiler_get_symbols.js
|
2015-12-03 21:02:45 +03:00
|
|
|
|
|
|
|
# Intentionally invalid JS
|
|
|
|
toolkit/components/workerloader/tests/moduleF-syntax-error.js
|
|
|
|
|
2016-03-08 20:00:47 +03:00
|
|
|
# External code:
|
|
|
|
toolkit/components/reader/Readability.js
|
|
|
|
toolkit/components/reader/JSDOMParser.js
|
|
|
|
|
2015-12-03 21:02:45 +03:00
|
|
|
# Uses preprocessing
|
2018-08-18 09:10:59 +03:00
|
|
|
toolkit/components/reader/Readerable.jsm
|
2019-04-08 23:06:13 +03:00
|
|
|
|
|
|
|
# Uses preprocessing
|
2015-12-03 21:02:45 +03:00
|
|
|
toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js
|
2019-04-08 23:06:13 +03:00
|
|
|
toolkit/modules/AppConstants.jsm
|
|
|
|
|
|
|
|
# Tests old non-star function generators
|
|
|
|
toolkit/modules/tests/xpcshell/test_task.js
|
2016-02-24 17:40:55 +03:00
|
|
|
|
|
|
|
# Third party
|
2019-08-21 22:07:31 +03:00
|
|
|
toolkit/modules/third_party/
|
2019-03-22 16:18:01 +03:00
|
|
|
|
2019-04-08 23:06:13 +03:00
|
|
|
tools/tryselect/selectors/chooser/templates/chooser.html
|
|
|
|
|
|
|
|
# Ignore preprocessed *(P)refs.js files in update-packaging.
|
|
|
|
tools/update-packaging/**/*refs.js
|