gecko-dev/testing
Andreas Tolfsen 0b730425b6 bug 1499057: webdriver: remove known web element cache; r=whimboo
The known web element cache in the WebDriver test client, or
webdriver.Session._element_cache, is used only to avoid constructing
new webdriver.Element instances of the same web element and serves
no practical purpose beyond that

Since this client is intended for testing purposes, we would like
to be able to construct duplicate webdriver.Element instances,
so that e.g. fake elements can be constructed and send to the remote end.

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

--HG--
extra : moz-landing-system : lando
2018-10-17 12:06:53 +00:00
..
awsy
config Bug 1488468 - Update requirements files for telemetry tests; r=davehunt 2018-10-05 19:16:47 +00:00
crashtest
firefox-ui Bug 1476220 - Show a "site information" header in the identity popup. r=paolo 2018-10-09 13:47:13 +00:00
geckodriver Bug 1494637 - [geckodriver] Remove custom serialization of JavascriptCommandParameters for Marionette. r=ato 2018-10-15 20:35:33 +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 1397612 - [marionette] Re-enable test TestQuitRestart.test_in_app_restart_safe_mode. r=ato 2018-10-16 14:16:40 +00:00
mochitest Backed out changeset 8d7987ea4fb1 (bug 1490257) for causing android failures. CLOSED TREE 2018-10-15 14:39:00 +03:00
modules
mozbase Bug 1499102 - [mozdevice] Allow HOST:PORT as device serial number, bump mozdevice to version 1.1.3, r=gbrown. 2018-10-15 21:03:00 -07:00
mozharness Bug 1499043 - ensure JSGC_DISABLE_POISONING is enable for raptor and jsshell-bench tests r=jmaher 2018-10-17 09:29:26 +00:00
profiles Bug 1497789 - Keep the qualified pref off for automated testing. r=sotaro 2018-10-12 03:42:05 +00:00
raptor Bug 1487374 benchmark_score for Sunspider Chrome is unnecessary r=jmaher jmaher 2018-10-16 12:48:19 +00:00
runtimes Fixes bug 1488813 - Migrating Pocket off any bootstrap code r=ursula,k88hudson 2018-10-12 19:38:10 +00:00
specialpowers Bug 1499153 - Remove obsolete manifest check and NO_JS_MANIFEST r=glandium 2018-10-16 22:35:15 +00:00
talos Bug 1364596 - Flag DAMP add-on as e10s compatible. r=jmaher 2018-10-16 12:46:45 +00:00
tools Bug 1496405 - Always build minidumpwriter on Windows to support 64 or 32 bit python. r=ted,firefox-build-system-reviewers 2018-10-06 01:16:01 +00:00
tps Bug 1488899 - Get TPS working. r=tcsc 2018-10-15 22:42:22 +00:00
web-platform bug 1499057: webdriver: remove known web element cache; r=whimboo 2018-10-17 12:06:53 +00:00
webdriver bug 1491288: webdriver: release 0.38.0; r=whimboo 2018-10-03 15:00:00 +00:00
xpcshell Bug 1496791 - Disable linux64-jsdcov completely. r=jmaher 2018-10-05 21:06:25 +00:00
cppunittest.ini Bug 1498767 - Add missing MFBT tests to testing/cppunittest.py. r=froydnj 2018-10-13 21:54:27 +00:00
mach_commands.py
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk bug 1490119: Build separate updater that always embeds dep certificates. r=ted,firefox-build-system-reviewers 2018-09-21 10:07:27 +00:00

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