gecko-dev/testing
Andreas Tolfsen 0c2035a10b bug 1504478: marionette: remove deprecated commands; r=whimboo
This removes a series of deprecated Marionette commands following
a big naming scheme change a while back.  These commands could have
safely been removed since Firefox 63.

singleTap and acceptConnections were still in use in the Marionette
Python client, so they can only be removed in Firefox 66 at the
earliest.

WebDriver:AcceptDialog is used by geckodriver, which means it would
have to drop support for Firefox 57 in order to change to use
WebDriver:AcceptAlert.  Marking this as deprecated, but used in
geckodriver for now.

Depends on D10836

Differential Revision: https://phabricator.services.mozilla.com/D10837

--HG--
extra : moz-landing-system : lando
2018-11-05 18:40:39 +00:00
..
awsy Bug 1500523 - Increase DMD timeout. r=njn 2018-10-22 14:05:47 -07:00
config Bug 1501973 - Create requirements file for archived telemetry tests; r=ahal 2018-10-26 15:59:31 +00:00
crashtest
firefox-ui Bug 1428869 - Use html:progress in front-end code. r=bgrins,Gijs 2018-10-18 15:41:21 +01:00
geckodriver Bug 1503804 - [geckodriver] Fix serialization of "Take Element Screenshot" parameters for Marionette. r=ato 2018-11-05 16:42:03 +00:00
gtest
jsshell Bug 1499043 - ensure JSGC_DISABLE_POISONING is enable for raptor and jsshell-bench tests r=jmaher 2018-10-17 09:29:26 +00:00
marionette bug 1504478: marionette: remove deprecated commands; r=whimboo 2018-11-05 18:40:39 +00:00
mochitest Bug 1490257 - Pass triggeringPrincipal to test code. r=ckerschb 2018-11-05 14:05:47 +00:00
modules Bug 1467712 - Fail if Assert.ok is called with more than 2 arguments;r=Standard8 2018-11-01 13:50:22 +00:00
mozbase Merge mozilla-central to mozilla-inbound. a=merge 2018-11-02 23:51:14 +02:00
mozharness Bug 1503380 - When running raptor gecko profiling jobs, raptor should still save results to a raptor.json artifact; r=jmaher 2018-11-02 08:46:14 +00:00
profiles Bug 1460914 - [xpcshell] Define preferences in testing/profiles instead of testing/xpcshell/head.js, r=ted 2018-10-26 17:47:18 +00:00
raptor Bug 1503398 - Increase page-cycle limit to 3 while gecko-profiling is on; r=jmaher 2018-11-02 19:58:00 +00:00
runtimes
specialpowers Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
talos Bug 1504681 - Stop setting unused preferences in DAMP tests;r=ochameau 2018-11-05 16:44:10 +00:00
tools Bug 1499844 - Fix win64 clang-cl -Wformat warnings. r=ted 2018-10-23 14:18:15 +00:00
tps Bug 1502113 - Fix mach tps-build not replacing exisiting file r=davehunt 2018-10-30 10:11:29 +00:00
web-platform Bug 1393004 - Make sure wpt pipes are used in form-action-blocks-navigate-to-allows and spv-only-sent-to-initiator r=jgraham 2018-11-05 18:01:16 +00:00
webdriver bug 1502864: webdriver: add strictFileInteractability capability; r=jgraham 2018-11-03 16:32:34 +00:00
xpcshell Bug 1460914 - [xpcshell] Define preferences in testing/profiles instead of testing/xpcshell/head.js, r=ted 2018-10-26 17:47:18 +00:00
cppunittest.ini Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00
mach_commands.py
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff