gecko-dev/testing
Henri Sivonen 52a6fe2427 Bug 1615836 - Update chardetng to 0.1.6. r=emk
* Properly take into account non-ASCII bytes at word boundaries for windows-1252. (Especially relevant for Italian, Catalan, Icelandic, and Faroese.)
* Move Estonian from the Baltic model to the Western model. This improves overall Estonian detection but causes š and ž encoded as windows-1257, ISO-8859-13, or ISO-8859-4 to get misdecoded. (It would be possible to add a post-processing step to adjust for š and ž, but this would cause reloads given the way chardetng is integrated with Firefox.)
* Improve Thai accuracy a lot.
* Improve Vietnamese, Lithuanian, and Latvian accuracy a bit.
* Improve accuracy for most Central European languages a bit.
* Regress accuracy for some Central European languages a bit (as side effect of fixing Italian and Catalan).
* Properly classify letters that ISO-8859-4 has but windows-1257 doesn't have in order to avoid misdetecting non-ISO-8859-4 input as ISO-8859-4.
* Improve character classification of windows-1254.
* Avoid classifying byte 0xA1 or above as space-like to avoid misdetection.
* Reduce binary size.

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

--HG--
extra : moz-landing-system : lando
2020-02-18 22:31:00 +00:00
..
awsy
condprofile Bug 1610712 - Allow downgrades of profiles r=Bebe 2020-02-14 08:52:28 +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 1613975 - Mark geckodriver as Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:43 +00:00
gtest
jsshell
marionette Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
mochitest Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
modules
mozbase Bug 1615744 - [mozcrash] Bump version to 1.2.0; r=bc 2020-02-18 21:51:15 +00:00
mozharness Bug 1616015 - Enable wptrunner instrumentation in CI, r=gbrown 2020-02-18 17:29:53 +00:00
perfdocs Bug 1599099 - Update raptor test descriptions r=sparky,octavian_negru,perftest-reviewers 2020-02-12 07:00:43 +00:00
profiles Bug 1613627 - Rename all 'geo.wifi' related preferences to match the 'geo.provider.' convention and move default values to all.js. r=garvan 2020-02-06 14:50:22 +00:00
raptor Bug 1607851 - Bump browsertime version to sitespeedio/browsertime@v8.0.1+. r=tarek 2020-02-17 20:20:18 +00:00
runtimes
specialpowers
talos Bug 1615871 - Add T(webgl), add motionmark_webgl. r=perftest-reviewers,sparky 2020-02-17 23:47:07 +00:00
tools
tps
web-platform Bug 1615836 - Update chardetng to 0.1.6. r=emk 2020-02-18 22:31:00 +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
README.txt
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
remotecppunittests.py
runcppunittests.py
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