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
Go to file
Tarek Ziadé b380a4a808 Bug 1606793 - Intermittent UnicodeDecodeError/UnicodeEncodeError r=rwood
Some adb logs produce badly encoded characters, producing errors.
Since the log is just informative, and getting pulled after the work
is done, we can ignore these errors and just warn that the adb logs
could not be retrieved.

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

--HG--
extra : moz-landing-system : lando
2020-01-06 19:15:29 +00:00
.cargo Bug 1605944 - Update rlbox wasm to version that doesn't break linux asan build tests r=froydnj 2019-12-28 16:19:07 +00:00
.vscode Bug 1594520 - Change directory before running mach in .vscode/tasks.json on Windows. r=jya 2019-11-14 10:35:12 +00:00
accessible Bug 1449861 - Follow-up: Try to fix windows builds. 2020-01-04 11:09:46 +00:00
browser Bug 1603014: Wait for content tasks to add listener before triggering things they're listening for. r=mccr8 2020-01-05 00:38:19 +00:00
build Bug 1606026: Move existing documentation into new locations r=sylvestre 2020-01-06 16:38:34 +00:00
caps Bug 1601944 - Refactor nsDataDocumentContentPolicy.cpp r=ckerschb 2020-01-06 15:30:35 +00:00
chrome Bug 1601113, replace URIs ending in vnd.mozilla.xul+xml with xhtml+xml r=bgrins 2019-12-17 00:33:16 +00:00
config Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
devtools Bug 1593089 - Refactor existing emulation actor to ResponsiveEmulation actor and ContentViewerEmulation actor. r=jdescottes 2020-01-03 18:28:14 +00:00
docs Bug 1606026: Move existing documentation into new locations r=sylvestre 2020-01-06 16:38:34 +00:00
docshell Backed out changeset d04e34978e0b (bug 1605072) for test crashes e.g [@ mozilla::PreallocatedProcessManagerImpl::AddBlocker(mozilla::dom::ContentParent*)] on a CLOSED TREE 2020-01-06 13:56:03 +02:00
dom Bug 1604497 - Ensure minimum frame width and height in MediaEngineRemoteVideoSource; r=jib 2019-12-27 14:34:57 +00:00
editor No bug - fix typo to have a commit to triggering commit ingestion again. CLOSED TREE 2020-01-06 14:37:39 +02:00
extensions Bug 1603674 - Add a new API to check if permission delegation and Feature Policy are enabled r=baku 2020-01-06 15:28:12 +00:00
gfx Bug 1600595: Part 5 - Make RecvReadbackAsyncPluginSurface use ReadbackTexture r=mattwoodrow 2020-01-04 19:37:39 +00:00
gradle/wrapper Bug 1595926 - Don't use distribution256Sum until Android Studio is fixed. r=snorp 2019-11-14 17:04:32 +00:00
hal Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
image Bug 1516761 - Only use OS_RGBA for the first frame of animated GIFs. r=tnikkel 2020-01-06 19:03:41 +00:00
intl Backed out changeset f34592b66d45 undo typo on a CLOSED TREE 2020-01-06 14:35:59 +02:00
ipc Bug 1606672. Change nsIRunnablePriority values so increasing value indicates increased priority. r=smaug 2020-01-02 20:07:40 +00:00
js Bug 1605282 - Fix typo in comment r=mccr8 DONTBUILD 2020-01-06 18:48:59 +00:00
layout Backed out changeset f7a55a3ba113 (bug 1606503) for causing mochitest failures at test_mq_prefers_reduced_motion_dynamic.html 2020-01-06 02:56:37 +02:00
media Bug 1604497 - Avoid division by zero in I420Buffer::CropAndScaleFrom; r=ng 2019-12-24 19:45:51 +00:00
memory Bug 1590624 - Define a __imp_ alias for _strdup for mingw-clang r=dmajor 2019-12-12 06:38:37 +00:00
mfbt Bug 1606447 - Initial landing for cloud replay, r=jlast. 2020-01-03 20:43:08 +00:00
mobile Bug 1606806 - Expose uitelemetry in Mozilla Source Tree Docs; r=VladBaicu 2020-01-06 15:50:42 +00:00
modules Bug 1606390 Convert browser.newtabpage.enabled to a static pref r=Gijs 2020-01-03 22:11:33 +00:00
mozglue Bug 1600644 - Don't count ActivePS::mProfileBuffer's own size twice - r=canaltinova 2020-01-02 12:21:58 +00:00
netwerk Bug 1603187 - P4. Pass navigation timing info to the new docshell when performing a process switch. r=mattwoodrow,farre 2020-01-05 05:44:44 +00:00
nsprpub Bug 1591887 - Uplift NSPR 4.24 RTM, only version number changes. r=jcj 2019-12-02 18:27:33 +00:00
other-licenses
parser Bug 1601110, remove handling and references to vnd.mozilla.xul+xml r=bzbarsky 2019-12-23 23:02:05 +00:00
python Bug 1606825 - Prompt which VCS to use for gecko clone, r=firefox-build-system-reviewers,rstewart 2020-01-03 17:37:03 +00:00
remote Bug 1600055 - [remote] Switch from using "outerWindowID" to "browsingContext.id". r=remote-protocol-reviewers,ato 2020-01-06 12:55:35 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2020-01-06 13:40:52 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2020-01-06 13:40:52 +00:00
servo Bug 1607069 - Simplify some serialization code in glue.rs. r=jwatt 2020-01-05 14:42:23 +00:00
startupcache Bug 1606102 - Don't use putNew in StartupCache::LoadArchive r=froydnj 2019-12-30 18:50:56 +00:00
storage Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
taskcluster Bug 1599197 - demote linux32-shippable/opt tasks to tier 2 and limit builds to try and mozilla-central r=jmaher,gbrown 2020-01-06 18:42:02 +00:00
testing Bug 1606793 - Intermittent UnicodeDecodeError/UnicodeEncodeError r=rwood 2020-01-06 19:15:29 +00:00
third_party Bug 1605944 - Update rlbox wasm to version that doesn't break linux asan build tests r=froydnj 2019-12-28 16:19:07 +00:00
toolkit Bug 1606334: Close notifications after they have been shown in test_alerts.html. r=jmathies 2020-01-06 13:06:51 +00:00
tools Bug 1599197 - demote linux32-shippable/opt tasks to tier 2 and limit builds to try and mozilla-central r=jmaher,gbrown 2020-01-06 18:42:02 +00:00
uriloader Bug 1585582 - Ensure AppCache is disabled in all cases. r=baku 2019-12-20 04:34:27 +00:00
view Bug 1596317 - Use CallState for nsContentUtils::CallOnAllRemoteChildren. r=smaug 2019-12-19 07:58:27 +00:00
widget Backed out changeset 5bef477e99ca (bug 1604412) for causing MinGw all bustages on include/ddraw.h CLOSED TREE 2020-01-06 20:12:38 +02:00
xpcom Bug 1605045 - Document rationale and use cases for OwningNonNull. r=bzbarsky 2020-01-06 12:02:15 +00:00
xpfe/appshell Bug 1606774 - Change GetAttribute to GetAttr where possible r=baku 2020-01-03 23:40:53 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1607014 Part 2 - Remove references to toolkit/recordreplay/udis86, r=jlast. 2020-01-05 01:43:41 +00:00
.cron.yml Bug 1596775: Run system-symbols task daily; r=glandium 2019-12-11 10:14:31 +00:00
.eslintignore Bug 1593674 - remove marionette VideoStream YouTube test as it's duplicated in raptor r=tarek,marionette-reviewers,whimboo 2019-12-05 14:06:38 +00:00
.eslintrc.js Bug 1556380 - Enable more ESLint rules for extensions/. r=Ehsan 2019-12-06 21:05:20 +00:00
.flake8 Backed out changeset 69687a23245e (bug 1603804) for Lint failure. CLOSED TREE 2019-12-19 20:16:17 +02:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood 2019-11-25 18:31:36 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood 2019-11-25 18:31:36 +00:00
.hgtags No bug - Tagging mozilla-central 6d3a96d7f2f44e941ef6b61bfa10eed0389b142f with FIREFOX_NIGHTLY_72_END a=release DONTBUILD CLOSED TREE 2019-12-02 11:57:37 +00:00
.lldbinit Bug 1603804. Move third_party/python/lldbutils to python/lldbutils. r=ahal 2019-12-20 17:10:12 +00:00
.mailmap
.prettierignore Bug 1606787 - Exclude CSS files from Prettier configuration r=vporof 2020-01-03 12:26:41 +00:00
.prettierrc Bug 1601681 - Re-enable unix-line endings on ESLint controlled files. r=mossop 2019-12-11 08:12:57 +00:00
.taskcluster.yml Bug 1606869: Switch decision task docker caches to match the rest the in-tree caches; r=Callek 2020-01-03 22:18:29 +00:00
.trackerignore
.yamllint Bug 1606009 - Fix & silent some tests r=Callek 2019-12-26 22:13:18 +00:00
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1605944 - Update rlbox wasm to version that doesn't break linux asan build tests r=froydnj 2019-12-28 16:19:07 +00:00
Cargo.toml Bug 1605944 - Update rlbox wasm to version that doesn't break linux asan build tests r=froydnj 2019-12-28 16:19:07 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-12-02 11:59:11 +00:00
configure.in
configure.py Bug 1593948 - Touch clobber in configure.py instead of clobber.py; r=firefox-build-system-reviewers,chmanchester 2019-11-19 21:49:13 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1601578 - mach - doc environment with python 3 r=ahal,firefox-build-system-reviewers,chmanchester 2019-12-17 19:17:43 +00:00
Makefile.in Bug 1557788 - Remove spurious MOZ_PROFILE_USE ifndefs; r=firefox-build-system-reviewers,chmanchester 2019-12-09 18:03:53 +00:00
moz.build Bug 1606026: Move existing documentation into new locations r=sylvestre 2020-01-06 16:38:34 +00:00
moz.configure Bug 1470591 - Part 6: Create a fork server process. r=gsvelto 2019-12-05 00:02:40 +00:00
mozilla-config.h.in
old-configure.in Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
package-lock.json Bug 1605231 - Update bundled node_modules for the builders to sync with the yarn update. r=dmose 2019-12-24 23:17:12 +00:00
package.json Bug 1605231 - update Yarn to 1.21.1. r=dmose 2019-12-19 23:31:07 +00:00
README.txt Bug 1606026: Move existing documentation into new locations r=sylvestre 2020-01-06 16:38:34 +00:00
settings.gradle Bug 1598010 - Move examples into mozilla-central r=agi 2019-11-22 13:30:57 +00:00
substitute-local-geckoview.gradle Bug 1581979 - Use -SNAPSHOT versions locally to enable the local GeckoView substitution flow. r=nalexander 2019-12-11 21:29:44 +00:00
test.mozbuild

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.