gecko-dev/testing/talos
Masayuki Nakano 14a67464fa Bug 1793390 - Make line-iterator.html collapse Selection into the editable element by itself r=perftest-reviewers,sparky
It calls `pre[contenteditable].focus()`, but when talos tests run, the URL bar
keeps having focus.  Therefore, the `focus()` call in content cannot steal focus
from the chrome UI.  Then, it does not pay the cost of `Selection.modify` in
the first loop because it does nothing when there is no selection ranges.
(Before bug 1789967, `Selection` was collapsed to end of the document at
loading by `HTMLEditor`, but it's now not performed, and due to the silent
failure of the call of `focus()`, nobody collapse selection in the document.)

Depends on D158551

Differential Revision: https://phabricator.services.mozilla.com/D158552
2022-10-08 12:59:33 +00:00
..
perfdocs Bug 857031 - Add a performance test for the rendering of a pdf with a lot of image masks r=pdfjs-reviewers,perftest-reviewers,marco,sparky DONTBUILD 2022-04-13 20:10:11 +00:00
talos Bug 1793390 - Make line-iterator.html collapse Selection into the editable element by itself r=perftest-reviewers,sparky 2022-10-08 12:59:33 +00:00
.eslintrc.js
INSTALL.py
jetstream-benchmark.manifest
mach_commands.py
MANIFEST.in
moz.build Bug 1774376 - update further metadata mapping files to Graphics Bugzilla components. DONTBUILD 2022-07-11 22:38:30 +00:00
README
requirements.txt
setup.py
talos_from_code.py
talos.json Bug 1749928 - [devtools] Split DevTools DAMP test suite in several chunks r=perftest-reviewers,sparky,nchevobbe,ochameau 2022-03-31 13:54:05 +00:00
tp5n-pageset.manifest
webextensions.manifest

Talos is a python performance testing framework that is usable on Windows,
Mac and Linux. Talos is our versatile performance testing framework we
use at Mozilla. It was created to serve as a test runner for the existing
performance tests that Mozilla was running back in 2007 as well as providing
an extensible framework for new tests as they were created.

So, why Talos? Talos is the bronze automaton of Greek myth. Talos protected
the island of Crete, throwing giant boulders at unwary seamen. He's
also purported to have heated himself glowing hot and then embraced his
enemies. Basically, he was awesome.

For more information, see: https://wiki.mozilla.org/Buildbot/Talos