gecko-dev/testing
Masayuki Nakano f5407e4219 Bug 1616257 - part 3: Make WSRunScanner::NextVisibleNode() and WSRunScanner::PriorVisibleNode() return stack only class instance which storing the visible node as nsIContent r=m_kato
They are really messy because they take a lot of out parameters, and these
out parameter meaning is really unclear.  Therefore, they should return
a stack only class instance which explain the meaning with getter methods.
And also it should store the result node as `nsIContent`.

And also this patch adds static methods for them for their users which don't
need `WSRunScanner` instance.

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

--HG--
extra : moz-landing-system : lando
2020-02-25 12:10:04 +00:00
..
awsy Bug 1617656 - Use correct field names for suite.unit, suite.subtests.unit, r=jmaher. 2020-02-25 11:57:06 +00:00
condprofile Bug 1597336 - add a fxa+sync scenario r=lina,markh 2020-02-23 23:17:23 +00:00
config Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
crashtest
extensions
firefox-ui Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
geckodriver Bug 1617369 - Reformat testing/ using rustfmt r=whimboo,webdriver-reviewers 2020-02-24 21:40:06 +00:00
gtest
jsshell
marionette Bug 1616932 - Set unwritableMargins to 0 in marionette, r=marionette-reviewers,whimboo 2020-02-24 10:31:54 +00:00
mochitest Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika 2020-02-25 22:33:53 +00:00
modules
mozbase Bug 1617369 - Reformat testing/ using rustfmt r=whimboo,webdriver-reviewers 2020-02-24 21:40:06 +00:00
mozharness Backed out changeset b576251c3862 for tooltool related failures. CLOSED TREE 2020-02-25 00:10:00 +02:00
perfdocs Bug 1599099 - Update raptor test descriptions r=sparky,octavian_negru,perftest-reviewers 2020-02-12 07:00:43 +00:00
profiles Backed out changeset 5b5feaf8e1a0 (bug 1589618) for causing xpcshell failures on test_location_timeout.js 2020-02-26 03:18:44 +02:00
raptor Bug 1616065 - Add stability optimizations to browsertime arguments. r=perftest-reviewers,whimboo 2020-02-25 13:22:45 +00:00
runtimes
specialpowers
talos Bug 1615727 - Enable base profiler when profiling Talos startup tests. r=davehunt 2020-02-25 11:36:03 +00:00
tools
tps
web-platform Bug 1616257 - part 3: Make WSRunScanner::NextVisibleNode() and WSRunScanner::PriorVisibleNode() return stack only class instance which storing the visible node as nsIContent r=m_kato 2020-02-25 12:10:04 +00:00
webdriver Bug 1613975 - Mark webdriver crate as Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:43 +00:00
xpcshell Bug 1614791 - Rename DebuggerServer to DevToolsServer. r=jdescottes 2020-02-17 10:28:24 +00:00
addtest.py
cppunittest.ini Bug 1610790: Part 2 - Implement GetProcAddress for a remote process. r=handyman 2020-02-11 22:21:10 +02:00
mach_commands.py Bug 1614771 - Run ./mach addtest with Python 3 r=ahal 2020-02-13 16:56:44 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
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