gecko-dev/testing
Boris Chiou cad48f3f6a Bug 1609786 - Make the empty svg path valid. r=emilio
Per SVG2 spec, the EBNF allows the path data string to be empty.
An empty path data string disables rendering of the path.
Therefore, we should make path('') a valid path string.

The related spec issue: https://github.com/w3c/fxtf-drafts/issues/392.
Now we serialize `path("")` as `path("")` for offset-path and clip-path.

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

--HG--
extra : moz-landing-system : lando
2020-01-24 18:59:03 +00:00
..
awsy Fix Bug 1607344; remove legacy stylo-seq linux64 jobs. r=erahm,jmaher 2020-01-14 22:36:47 +00:00
condprofile Bug 1608604 - Fixed the OOM failure on GV and improved error handling r=rwood 2020-01-15 08:04:15 +00:00
config Backed out 3 changesets (bug 1525218) for breaking fenix, reference-browser speedometer tasks. a=backout 2020-01-20 11:19:46 +01:00
crashtest Bug 1603825 - Suppress the VR permission UI when no VR runtimes are detected r=daoshengmu,bzbarsky 2020-01-03 22:47:26 +00:00
extensions
firefox-ui Bug 1610014 - [marionette] Remove localization support from firefox-puppeteer. r=marionette-reviewers,maja_zf 2020-01-24 17:46:26 +00:00
geckodriver Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
gtest
jsshell
marionette Bug 1610014 - [marionette] Remove localization support from firefox-puppeteer. r=marionette-reviewers,maja_zf 2020-01-24 17:46:26 +00:00
mochitest Bug 1610264 - part 2: Make synthesizePlainDragAndDrop() stop dispatching drop event if dragover event listener sets drop effect to none r=smaug 2020-01-24 07:43:20 +00:00
modules Bug 1582116 - Use SpecialPowers.spawn for iframe accesses in test_prompt_async. r=sfoster 2019-12-12 23:11:13 +00:00
mozbase Bug 1572355 - Add a function to parse the .extra file r=ahal 2020-01-21 22:25:16 +00:00
mozharness Bug 1608592 - Remove MINIDUMP_SAVEPATH environment variable from android tasks; r=bc 2020-01-22 20:30:55 +00:00
profiles Backed out changeset cb295b86edd2 (bug 1611028) for broswer chrome failures on test_interfaces.html. CLOSED TREE 2020-01-23 06:01:45 +02:00
raptor Bug 1553131 - Run raptor-youtube-playback jobs with profiler enabled in CI r=perftest-reviewers,sparky,tarek 2020-01-21 16:54:29 +00:00
runtimes Bug 1608833 - Update test runtimes files, r=gbrown 2020-01-15 21:20:16 +00:00
specialpowers Bug 1611021 - part1 : add a method in special power to generate media control key events. r=bzbarsky 2020-01-23 03:26:39 +00:00
talos Bug 1600339 - Measure responsiveness while evaluating messages r=k88hudson,mconley 2020-01-18 21:08:40 +00:00
tools Bug 1605128: Make websocket_process_bridge less picky about the version of six it wants. r=ahal 2020-01-21 19:45:33 +00:00
tps Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
web-platform Bug 1609786 - Make the empty svg path valid. r=emilio 2020-01-24 18:59:03 +00:00
webdriver
xpcshell Bug 1608126 - Enable node for Android xpcshell tests and run node tests on Android; r=valentin 2020-01-20 18:06:37 +00:00
addtest.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
cppunittest.ini Bug 1601796 - Use GetSystemTimePreciseAsFileTime instead of GetSystemTime+SystemTimeToFileTime. r=mayhemer,aklotz 2020-01-08 16:53:17 +00:00
mach_commands.py Bug 1611298 - Fix TypeError in |./mach addtest|. r=firefox-build-system-reviewers,rstewart 2020-01-23 22:46:24 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1609508 - Adjust test-info report queries; r=jmaher 2020-01-22 09:05:11 +00:00
testsuite-targets.mk Bug 1606182 - add python-test using python3 to make check r=Callek 2019-12-30 18:02:23 +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