gecko-dev/testing
Masayuki Nakano 1c60ca0e2c Bug 1691622 - part 12: Change the default unit of screenX/Y of synthesizeNativeMouseEvent from device pixels to CSS pixels r=smaug
For minimizing the previous patch changes, `scale`'s default value for
`screenX/Y` is treated as 1.0.  It means that `screenX/Y` are device
pixels by default, but `offsetX/Y` are in CSS pixels by default.  This
difference may make developers confused.  Therefore, we should align the
default unit of them to `screenPixelsPerCSSPixel`.  I.e., their default
unit becomes CSS pixels.

Differential Revision: https://phabricator.services.mozilla.com/D105929
2021-02-24 01:27:11 +00:00
..
awsy
condprofile
config
crashtest
docs
extensions Backed out changeset 5c2127a7d44e (bug 1688000) for gecko decision task complaining about browser.ini CLOSED TREE 2021-01-27 00:01:01 +02:00
firefox-ui
geckodriver Bug 1690551 - Remove unnecessary semicolons in testing/geckodriver/src/command.rs r=webdriver-reviewers,jgraham 2021-02-03 14:30:48 +00:00
gtest Backed out changeset 8063ff05e5b1 (bug 1678487) for causing windows widget xpc failures. CLOSED TREE 2021-02-17 15:09:23 +02:00
jsshell
marionette Bug 1686361 - [marionette] Sync synthesizeMouseAtPoint from EventUtils.js. r=marionette-reviewers,whimboo 2021-02-23 11:25:54 +00:00
mochitest Bug 1691622 - part 12: Change the default unit of screenX/Y of synthesizeNativeMouseEvent from device pixels to CSS pixels r=smaug 2021-02-24 01:27:11 +00:00
modules Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs 2021-02-11 22:02:15 +00:00
mozbase Bug 1692570 - Allow failure jobs to handle timeouts and crashes for browser-chrome, mochitest, xpcshell. r=releng-reviewers,bhearsum 2021-02-22 19:38:12 +00:00
mozharness Bug 1693718 - Build openh264 with a sysroot for Linux. r=firefox-build-system-reviewers,andi,dmajor DONTBUILD 2021-02-22 21:36:52 +00:00
perfdocs Bug 1681669 - Add vision document for mozperftest. r=davehunt 2021-02-16 18:37:23 +00:00
performance Bug 1670247: change VIEW perftest page to our github.io. r=acreskey,sparky 2021-02-23 23:31:58 +00:00
profiles
raptor Bug 1693041 - Decrease youtube-playback test page timeout to 30 minutes. r=perftest-reviewers,AlexandruIonescu 2021-02-22 15:36:01 +00:00
runtimes
specialpowers Bug 1691595: Move evictAllContentViewers test code to SpecialPowers. r=peterv 2021-02-18 21:04:12 +00:00
talos Bug 1693042 - Decrease default timeout for talos tests to 10 minutes. r=jmaher 2021-02-16 22:45:48 +00:00
tools Bug 1689467 - Allow mach commands in test package to use python 3. r=releng-reviewers,jmaher 2021-01-29 12:08:46 +00:00
tps
web-platform Bug 1694141 - Implement :user-valid and :user-invalid. r=xidorn 2021-02-24 01:11:40 +00:00
webdriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2021-01-16 15:36:39 +00:00
xpcshell Bug 1692570 - Allow failure jobs to handle timeouts and crashes for browser-chrome, mochitest, xpcshell. r=releng-reviewers,bhearsum 2021-02-22 19:38:12 +00:00
addtest.py
cppunittest.ini Bug 1686219 - Add BitSet::SetAll and ResetAll methods r=heycam 2021-01-20 10:03:53 +00:00
mach_commands.py Bug 1688919 - Implement mach jit-test --cgc r=tcampbell 2021-01-26 23:22:46 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1683110 - run compiled tests as python 3 r=aki 2021-01-28 18:10:56 +00:00
runcppunittests.py
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