Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Перейти к файлу
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
.cargo Bug 1615786 - Fix crash report about wasm library sandbox creation on AMD machines r=froydnj 2020-02-17 15:37:27 +00:00
.vscode
accessible Bug 1596007: Fire an a11y state change event when an image's size becomes available. r=eeejay,emilio 2020-02-18 17:22:35 +00:00
browser Bug 1597888 - Default topsites tailored for CN region. r=nanj 2020-02-19 01:28:06 +00:00
build Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
caps Bug 1615029 - Remove GetURI calls from CorsListenerProxy r=ckerschb 2020-02-17 13:57:41 +00:00
chrome
config Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
devtools Bug 1609426 - Part 4: Allow native DOM bindings during eager eval. r=jlast,bzbarsky 2020-02-18 17:50:00 +00:00
docs No bug - static analysis doc: Add info about the matrix chat + review group r=static-analysis-reviewers,andi 2020-02-17 16:59:37 +00:00
docshell Backed out 2 changesets (bug 1605072) for causing reftest failures with splitText-normalize.html. 2020-02-18 17:58:31 +02:00
dom Bug 1615035. Use ErrorResults, not nsresults, to propagate errors in CDM code. r=bryce 2020-02-19 01:15:33 +00:00
editor Bug 1615581: part 1) Rename `TableSelection` to `TableSelectionMode`. r=jfkthame 2020-02-18 12:28:45 +00:00
extensions Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
gfx Bug 1616386 - Fix Quaternion copy constructor r=lsalzman 2020-02-18 21:37:21 +00:00
gradle/wrapper
hal
image Bug 1614959 - Remove ReqLocation in imgLoader r=ckerschb 2020-02-17 13:58:06 +00:00
intl Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
ipc Bug 1615155 - Don't generate default `Recv__delete__` if there are args. r=nika 2020-02-18 20:46:21 +00:00
js Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
layout Bug 1596007: Fire an a11y state change event when an image's size becomes available. r=eeejay,emilio 2020-02-18 17:22:35 +00:00
media Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
memory Backed out 2 changesets (bug 1598068) for build bustage at ShowSSEConfig on a CLOSED TREE 2020-02-14 00:48:07 +02:00
mfbt Improve documentation for MOZ_CAN_RUN_SCRIPT_BOUNDARY. No bug. r=mbrodesser,nika 2020-02-19 02:50:58 +00:00
mobile Bug 1304268 - permanently record MEDIA_DECODING_PROCESS_CRASH telemetry data. r=bryce 2020-02-18 22:13:10 +00:00
modules Bug 1609407 - Turn on intl.ime.hack.on_any_apps.fire_key_events_for_composition for release build. r=masayuki 2020-02-18 03:50:56 +00:00
mozglue Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
netwerk Bug 1615481. Throw the right exception from DataChannel.send() when the message is too big. r=jib 2020-02-18 20:34:28 +00:00
nsprpub
other-licenses
parser Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
python Bug 1616396 - Install rustc 1.41.0 in bootstrap r=firefox-build-system-reviewers,rstewart 2020-02-18 22:00:34 +00:00
remote Bug 1614108 - Truncate Remote Agent log messages; r=remote-protocol-reviewers,whimboo 2020-02-15 08:22:56 +00:00
security Bug 1606927 - land NSS 9e0d34a6cf91 UPGRADE_NSS_RELEASE, r=jcj 2020-02-18 20:51:39 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-02-17 14:03:43 +00:00
servo Bug 1607667 - Change initial value of image-orientation to from-image. r=emilio 2020-02-14 11:11:27 +00:00
startupcache Bug 1616186 - Don't try to write StartupCache if it doesn't exist r=froydnj 2020-02-18 17:49:47 +00:00
storage Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
taskcluster Bug 1615174 - Set ulimit to a reasonable value for tasks. r=dmajor 2020-02-16 14:55:35 +00:00
testing Bug 1615836 - Update chardetng to 0.1.6. r=emk 2020-02-18 22:31:00 +00:00
third_party Bug 1615836 - Update chardetng to 0.1.6. r=emk 2020-02-18 22:31:00 +00:00
toolkit Bug 1614919 fix redirect handling in launchWebAuthFlow r=rpl 2020-02-18 23:55:58 +00:00
tools Bug 1614908 - [docs] Stop applying redirects to the 'main/<ver>' namespace, r=firefox-source-docs-reviewers,sylvestre 2020-02-18 15:27:38 +00:00
uriloader Backed out changeset 0a121aa7d527 (bug 1612403) for android crashes on a CLOSED TREE 2020-02-18 01:13:03 +02:00
view Bug 1556568. Fix the first paint telemetry metric. r=mattwoodrow,chutten 2020-02-18 20:56:10 +00:00
widget Bug 1583575 - Remove resize when creating GeckoView window. r=geckoview-reviewers,snorp 2020-02-14 16:53:18 +00:00
xpcom Bug 1596490 - Remove NS_ERROR_XBL_BLOCKED from ErrorList.py r=smaug 2020-02-17 12:05:36 +00:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml
.eslintignore Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.eslintrc.js Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1615836 - Update chardetng to 0.1.6. r=emk 2020-02-18 22:31:00 +00:00
Cargo.toml Bug 1615786 - Fix crash report about wasm library sandbox creation on AMD machines r=froydnj 2020-02-17 15:37:27 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1614771 - Run `./mach addtest` with Python 3 r=ahal 2020-02-13 16:56:44 +00:00
moz.build Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart 2020-02-14 13:22:46 +00:00
moz.configure
mozilla-config.h.in
old-configure.in Bug 1615204 - Remove some MSVC-only compiler flags. r=dmajor 2020-02-13 13:40:15 +00:00
package-lock.json
package.json
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

README.txt

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question on IRC at irc.mozilla.org in #introduction channel.

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.