diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/marionette/jar.mn | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/marionette/jar.mn')
-rw-r--r-- | testing/marionette/jar.mn | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/testing/marionette/jar.mn b/testing/marionette/jar.mn new file mode 100644 index 000000000..c9ea8b213 --- /dev/null +++ b/testing/marionette/jar.mn @@ -0,0 +1,43 @@ +# 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/. + +marionette.jar: +% content marionette %content/ + content/server.js (server.js) + content/driver.js (driver.js) + content/action.js (action.js) + content/legacyaction.js (legacyaction.js) + content/browser.js (browser.js) + content/interaction.js (interaction.js) + content/accessibility.js (accessibility.js) + content/listener.js (listener.js) + content/element.js (element.js) + content/simpletest.js (simpletest.js) + content/frame.js (frame.js) + content/cert.js (cert.js) + content/event.js (event.js) + content/error.js (error.js) + content/message.js (message.js) + content/dispatcher.js (dispatcher.js) + content/modal.js (modal.js) + content/proxy.js (proxy.js) + content/capture.js (capture.js) + content/cookies.js (cookies.js) + content/atom.js (atom.js) + content/evaluate.js (evaluate.js) + content/logging.js (logging.js) + content/navigate.js (navigate.js) + content/l10n.js (l10n.js) + content/assert.js (assert.js) + content/addon.js (addon.js) + content/session.js (session.js) +#ifdef ENABLE_TESTS + content/test.xul (chrome/test.xul) + content/test2.xul (chrome/test2.xul) + content/test_dialog.dtd (chrome/test_dialog.dtd) + content/test_dialog.properties (chrome/test_dialog.properties) + content/test_dialog.xul (chrome/test_dialog.xul) + content/test_nested_iframe.xul (chrome/test_nested_iframe.xul) + content/test_anonymous_content.xul (chrome/test_anonymous_content.xul) +#endif |