gecko-dev/testing
Richard Marti aa8c75b83f Bug 1376091 - For MOZ_WIDGET_GTK, change shortcut for `cmd_selectAll` from Alt+A to Ctrl+A. r=masayuki
With this patch, we stop registering `Alt+A` as a shortcut key for "Select All" on Linux and register `Ctrl+A` instead, which is the default shortcut for the command on other GTK applications, Chromium, and Windows. `Alt+A` was also causing a bug for menubar navigation because it hijacks `Alt+A` access key. This patch does not stop Linux environments from registering `Alt+A` as a shortcut key for "Select All"; it just drops Gecko's additional, non-standard shortcut key definition, and defaults to `Ctrl+A` instead.

Differential Revision: https://phabricator.services.mozilla.com/D131062
2021-11-23 18:37:41 +00:00
..
awsy
condprofile
config Bug 1726804 - Refactor definition and usage of GECKO_PROCESS_TYPE() r=nika,firefox-build-system-reviewers,mhentges 2021-11-19 14:02:55 +00:00
crashtest
docs
extensions
firefox-ui
fxrecord/perfdocs
geckodriver Bug 1737196 - Remove semicolon in rust macro. r=webdriver-reviewers,jgraham 2021-10-22 20:33:53 +00:00
gtest Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
jsshell
marionette Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
mochitest Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
modules Bug 1730924 - Upgrade ajv.js from 4.1.1 to 6.12.6 r=k88hudson 2021-10-12 19:41:05 +00:00
mozbase Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
mozharness Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
perfdocs Bug 1734414 Remove media autoplay pref settings from our profiles. r=perftest-reviewers,kimberlythegeek,AlexandruIonescu 2021-11-23 08:03:18 +00:00
performance Bug 1732956 - Add facebook/reddit responsiveness tests. r=perftest-reviewers,kimberlythegeek 2021-11-17 15:12:34 +00:00
profiles Bug 1617611: Enable SameSite=Lax by default in xpcshell tests. r=ckerschb 2021-11-23 10:53:25 +00:00
raptor Bug 1734414 Remove media autoplay pref settings from our profiles. r=perftest-reviewers,kimberlythegeek,AlexandruIonescu 2021-11-23 08:03:18 +00:00
runtimes
specialpowers Bug 1736163 - layout.css.prefers-color-scheme.content-override should trigger a look and feel update. 2021-10-17 15:32:02 +02:00
talos Bug 1741172 - [devtools] Tune console.streamlog DAMP test. r=jdescottes,perftest-reviewers,AlexandruIonescu. 2021-11-23 09:51:02 +00:00
tools Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
tps
web-platform Bug 1376091 - For MOZ_WIDGET_GTK, change shortcut for `cmd_selectAll` from Alt+A to Ctrl+A. r=masayuki 2021-11-23 18:37:41 +00:00
webdriver Bug 1736991 - Fix clippy warnings in webdriver crate, r=webdriver-reviewers,jdescottes 2021-10-22 11:46:31 +00:00
xpcshell Bug 1741369 - [devtools] Update paths to loader files outside devtools/ r=perftest-reviewers,preferences-reviewers,sparky,Gijs 2021-11-17 12:43:27 +00:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py Bug 1737285 - Use pathlib to retrieve the relative path to the Visual Studio SDK. r=calixte,firefox-build-system-reviewers,mhentges DONTBUILD 2021-10-25 08:17:34 +00:00
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

README.txt

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