gecko-dev/testing
Jan-Niklas Jaeschke df8b4a288b Bug 1840822, part 2: Add an invisible line break at the end of a contenteditable for `InsertLineBreak` case. r=masayuki,dom-core
The logic behind this patch is similar to that of part 1, only that this covers the case where a user triggers a line break instead of a new paragraph (i.e. by pressing [Shift/cmd]+[Enter]).
If the inserted BR element is followed by a block boundary, another BR element is added.

Depends on D182339

Differential Revision: https://phabricator.services.mozilla.com/D182485
2023-08-16 09:34:50 +00:00
..
awsy
condprofile
config Bug 1779473 - Add TOML support to manifestparser r=jmaher,ahal 2023-07-27 20:16:19 +00:00
crashtest
docs
extensions
firefox-ui
geckodriver Bug 1676679 - support virtual authenticator functions in webdriver r=webdriver-reviewers,jgraham,whimboo 2023-08-09 20:47:56 +00:00
gtest Bug 1846618 - Use mozprocess.run_and_wait in gtests r=hneiva 2023-08-03 16:18:29 +00:00
jsshell
marionette Bug 1847787 - Pocket newtab sponsored topsites enabled by default r=nanj,webdriver-reviewers,whimboo 2023-08-15 19:21:36 +00:00
mochitest Bug 1762225 - Test behavior of background page with extension process crash r=rpl,gsvelto 2023-08-14 13:41:17 +00:00
modules Bug 1845311 - Use ChromeUtils.defineLazyGetter in more places r=arai,webdriver-reviewers,geckoview-reviewers,extension-reviewers,application-update-reviewers,credential-management-reviewers,devtools-reviewers,fxview-reviewers,anti-tracking-reviewers,sessionstore-reviewers,pbz,joschmidt,robwu,issammani,bytesized,owlish,dao 2023-07-26 16:28:11 +00:00
mozbase Bug 1847593 - convert .ini manifests to .toml: batch 2 r=jmaher 2023-08-14 19:55:09 +00:00
mozharness Bug 1844173 - correct help message for --enable-a11y-checks. r=gbrown 2023-08-08 19:49:23 +00:00
perfdocs Bug 1835065 - Add brief description of Chrome trace support in documentation. r=perftest-reviewers,sparky 2023-08-15 23:56:02 +00:00
performance Bug 1834501 Add a --clear-cache flag to mach-try-perf r=perftest-reviewers,aglavic 2023-07-24 14:52:55 +00:00
profiles Bug 1847787 - Pocket newtab sponsored topsites enabled by default r=nanj,webdriver-reviewers,whimboo 2023-08-15 19:21:36 +00:00
raptor Bug 1835065 - Subclass raptor gecko profile class with new superclass. r=perftest-reviewers,sparky 2023-08-15 23:56:03 +00:00
runtimes
specialpowers Bug 1846747 - Remove SpecialPowers.importInMainProcess as it is unused. r=ahal 2023-08-10 07:32:38 +00:00
talos Bug 1846947 - [devtools] Add DAMP test for deeply nested rule. r=devtools-reviewers,perftest-reviewers,afinder,ochameau,jdescottes. 2023-08-09 06:01:55 +00:00
tools Bug 1695312 - Add the ability for `dispatch` to ad-hoc load command modules that aren't already loaded r=firefox-build-system-reviewers,glandium 2023-07-25 00:24:53 +00:00
tps
web-platform Bug 1840822, part 2: Add an invisible line break at the end of a contenteditable for `InsertLineBreak` case. r=masayuki,dom-core 2023-08-16 09:34:50 +00:00
webcompat Bug 1838838 - Fixes and updates to webcompat site patch automated tests; r=ksenia,webcompat-reviewers 2023-07-30 01:20:47 +00:00
webdriver Bug 1676679 - support virtual authenticator functions in webdriver r=webdriver-reviewers,jgraham,whimboo 2023-08-09 20:47:56 +00:00
xpcshell Bug 1844692 - remove persistent parsed failure line from xpcshell runs. r=aryx 2023-07-20 23:16:12 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1842088 - Explicitly test DLL blocklist assumptions in isolation with a cppunit test. r=mhowell 2023-07-25 06:44:19 +00:00
mach_commands.py Bug 1847775 - update taskgraph for toml manifests. r=jmaher,taskgraph-reviewers,releng-reviewers,gbrown 2023-08-09 20:13:44 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py Bug 1846617 - Use mozprocess.run_and_wait in cppunittests r=hneiva 2023-08-03 16:17:30 +00:00
runcppunittests.py Bug 1846617 - Use mozprocess.run_and_wait in cppunittests r=hneiva 2023-08-03 16:17:30 +00:00
testinfo.py Bug 1847775 - update taskgraph for toml manifests. r=jmaher,taskgraph-reviewers,releng-reviewers,gbrown 2023-08-09 20:13:44 +00:00
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