gecko-dev/testing
Javier Fernández García-Boente 83c38a9417 Bug 1793429 - Make the deriveBits's length argument Nullable r=keeler,webidl,smaug
The PR#345 [1] of the WebCrypto API specification changed the type
of the deriveBits's length argument to become 'optional' and with
'null' as default value.

The affected WebCrypto algorithms (HKDF, PBKDF2, ECDH and X25519)
will be adapted to handle the case of a null length properly.

[1] https://github.com/w3c/webcrypto/pull/345

Differential Revision: https://phabricator.services.mozilla.com/D217532
2024-08-07 09:17:48 +00:00
..
awsy
condprofile
config
crashtest
docs Bug 1906186 - Document the how of setting more than one pref value when running mochitests. r=Gijs 2024-07-04 10:40:46 +00:00
extensions
firefox-ui
geckodriver Bug 1871543 - [geckodriver] Update changelog and bump version to 0.35.0. r=webdriver-reviewers,jdescottes,jgraham 2024-08-02 18:01:51 +00:00
gtest Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
jsshell
marionette Backed out changeset 82cd657ce425 (bug 1906260) for causing mochitest failures @ test_interactive_widget.html & pup wd test failures CLOSED TREE 2024-08-06 18:06:20 +03:00
mochitest Backed out changeset 82cd657ce425 (bug 1906260) for causing mochitest failures @ test_interactive_widget.html & pup wd test failures CLOSED TREE 2024-08-06 18:06:20 +03:00
modules
mozbase Backed out changeset 82cd657ce425 (bug 1906260) for causing mochitest failures @ test_interactive_widget.html & pup wd test failures CLOSED TREE 2024-08-06 18:06:20 +03:00
mozharness Bug 1910123 - run preflight checks for resolution on talos hw-ref tests. r=sparky 2024-08-01 13:00:16 +00:00
perfdocs Bug 1909894 - Turn back on speedometer3 tests on windows 10. r=perftest-reviewers,sparky 2024-08-06 16:18:53 +00:00
performance Bug 1892538 - Provide documentation about how to do retriggers r=perftest-reviewers,sparky 2024-08-05 16:09:17 +00:00
profiles Bug 1911448 - Remove DOMContentFlushed. r=smaug,perftest-reviewers,sparky 2024-08-05 12:20:43 +00:00
raptor Bug 1867135 Use in-tree version of speedometer3 instead of the perf-automation repo r=perftest-reviewers,sparky 2024-07-22 15:18:20 +00:00
runtimes
specialpowers Bug 1910698 - Remove nsIScriptError.sourceLine. r=smaug,devtools-reviewers,webdriver-reviewers,necko-reviewers,nchevobbe,kershaw,jdescottes,credential-management-reviewers,dimi 2024-08-01 17:12:48 +00:00
talos Backed out changeset 82cd657ce425 (bug 1906260) for causing mochitest failures @ test_interactive_widget.html & pup wd test failures CLOSED TREE 2024-08-06 18:06:20 +03:00
test Bug 1892075 - mach manifest skip-fails support for reftest r=jmaher 2024-07-11 17:35:45 +00:00
tools Bug 1910197: Use cryptography package to handle cert generation instead of pyOpenSSL. r=jmaher 2024-08-05 18:22:35 +00:00
tps Backed out changeset 82cd657ce425 (bug 1906260) for causing mochitest failures @ test_interactive_widget.html & pup wd test failures CLOSED TREE 2024-08-06 18:06:20 +03:00
web-platform Bug 1793429 - Make the deriveBits's length argument Nullable r=keeler,webidl,smaug 2024-08-07 09:17:48 +00:00
webcompat Bug 1899067 - Add UA override for game.granbluefantasy.jp; r=ksenia,webcompat-reviewers 2024-07-31 18:32:36 +00:00
webdriver Bug 1871543 - Update Rust crate dependencies for geckodriver 0.35.0 r=webdriver-reviewers,supply-chain-reviewers,jdescottes 2024-08-02 18:01:50 +00:00
xpcshell Bug 1910777 - disable crashreporter for macosx testing on macosx 14 until fixed. r=gsvelto 2024-08-02 12:39:11 +00:00
README.txt
addtest.py
cppunittest.toml
mach_commands.py Bug 1892075 - mach manifest skip-fails support for reftest r=jmaher 2024-07-11 17:35:45 +00:00
moz.build
parse_build_tests_ccov.py
parse_reftest.py Bug 1892075 - mach manifest skip-fails support for reftest r=jmaher 2024-07-11 17:35:45 +00:00
remotecppunittests.py
runcppunittests.py
skipfails.py Bug 1892075 - mach manifest skip-fails support for reftest r=jmaher 2024-07-11 17:35:45 +00:00
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