gecko-dev/testing
Emilio Cobos Álvarez 4e68e78542 Bug 1669925 - Add a printing.trigger keyed scalar to record what triggers a particular print dialog. r=jwatt,marionette-reviewers,maja_zf
In order to avoid over/under-counting, we need to treat window.print()
specially. The new UI was using aOpenWindowInfo.isForPrintPreview for
that, but that doesn't quite work for the old UI (because it will
trigger a regular print, not a preview).

But since isForPrintPreview was only really needed to distinguish
window.print(), just rename it and set it to true when the old UI is
triggered by window.print() as well.

Differential Revision: https://phabricator.services.mozilla.com/D92925
2020-10-09 14:59:46 +00:00
..
awsy Bug 1666264 - [Mozproxy] Implement a recording .zip file manager r=tarek,perftest-reviewers,AlexandruIonescu 2020-10-09 12:32:26 +00:00
condprofile
config
crashtest
docs/testing-policy
extensions
firefox-ui
geckodriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,necko-reviewers,dragana,whimboo 2020-10-06 16:12:13 +00:00
gtest Bug 1669652 - Fix llvm-symbolizer path encoding. r=gbrown 2020-10-07 13:49:41 +00:00
jsshell
marionette Bug 1669925 - Add a printing.trigger keyed scalar to record what triggers a particular print dialog. r=jwatt,marionette-reviewers,maja_zf 2020-10-09 14:59:46 +00:00
mochitest Bug 1588458 - Replace dxr links by searchfox in the code/test r=kats,sparky 2020-10-08 14:02:40 +00:00
modules Bug 1660057: Add preferences for Fission rollout Normandy experiment. r=nika,marionette-reviewers,perftest-reviewers 2020-09-25 02:01:15 +00:00
mozbase Bug 1666264 - [Mozproxy] Implement a recording .zip file manager r=tarek,perftest-reviewers,AlexandruIonescu 2020-10-09 12:32:26 +00:00
mozharness Bug 1588458 - Replace dxr links by searchfox in the code/test r=kats,sparky 2020-10-08 14:02:40 +00:00
perfdocs Bug 1659072 - Add commit timestamps to Fenix batch-mode tests. r=tarek 2020-09-17 12:28:30 +00:00
performance Bug 1659072 - Add commit timestamps to Fenix batch-mode tests. r=tarek 2020-09-17 12:28:30 +00:00
profiles
raptor Bug 1666264 - [Mozproxy] Implement a recording .zip file manager r=tarek,perftest-reviewers,AlexandruIonescu 2020-10-09 12:32:26 +00:00
runtimes Bug 1665713 - pt1 - move dom/media/tests/mochitest to dom/media/webrtc/tests/mochitests. r=ng 2020-10-02 16:30:58 +00:00
specialpowers Bug 1396399: Test for content scripts and activeTab permission. 2020-09-22 17:41:36 +00:00
talos Bug 1668565 - Update help for --setpref in Raptor/talos r=perftest-reviewers,sparky 2020-10-02 13:42:33 +00:00
tools Bug 1669251 - py3 compatibility changes for iceserver and websocketprocessbridge; r=ahal 2020-10-06 21:31:47 +00:00
tps
web-platform Bug 1670050 - [wpt-sync] Update web-platform-tests to f879930e554853283b9c885155a284865684334f, a=testonly 2020-10-09 12:43:23 +00:00
webdriver
xpcshell Bug 1669652 - Fix llvm-symbolizer path encoding. r=gbrown 2020-10-07 13:49:41 +00:00
addtest.py
cppunittest.ini Bug 1601980 - Introduce a MOZ_ATOMIC_BITFIELDS macro. r=njn 2020-10-01 08:25:15 +00:00
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py Bug 1669652 - Fix llvm-symbolizer path encoding. r=gbrown 2020-10-07 13:49:41 +00:00
testinfo.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