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
Перейти к файлу
stransky 9b8c7dbec4 Bug 1743159 Disable hardware video decoding for WebRTC when decode fails, r=jya
Recently hardware video decoding is enabled by default for WebRTC and there isn't any fallback if it fails.
Let's try HW decoding first and fallback to SW decoding if we fail as we do for media video playback.

Differential Revision: https://phabricator.services.mozilla.com/D132492
2021-12-03 14:52:09 +00:00
.cargo Bug 1743378 - Neqo version 0.5.6 r=necko-reviewers,kershaw 2021-12-03 13:13:08 +00:00
.vscode
accessible Bug 1742917 part 4: Move LinkIndexAtOffset to HyperTextAccessibleBase. r=eeejay 2021-12-02 06:55:29 +00:00
browser Bug 1634804 - Fire an event for when about:restartrequired is loaded to make tests more reliable. r=kpatenio 2021-12-03 01:01:55 +00:00
build Bug 1744212 - Add ellipsis to valgrind suppressions. r=emilio 2021-12-03 12:49:04 +00:00
caps Bug 1741600 - Fix ExpandedPrincipal and nsCSPContext leaks triggered by ApplyAddonContentScriptCSP. r=ckerschb,robwu 2021-11-26 15:51:13 +00:00
chrome Bug 1734823 - Enable ESLint rule no-unused-vars globally for xpcshell test*.js files. r=necko-reviewers,Gijs,valentin 2021-10-11 11:07:02 +00:00
config Bug 1743539 - Remove -single_module from linker flags on mac. r=firefox-build-system-reviewers,mhentges 2021-11-30 21:39:50 +00:00
devtools Backed out changeset 8fac157c354a (bug 1741973) for causing xpc failures in devtools/shared/tests/xpcshell/test_css-properties-db. CLOSED TREE 2021-12-03 04:17:36 +02:00
docs Bug 1743310 - Remove paint flashing. r=gfx-reviewers,lsalzman 2021-11-30 11:46:08 +00:00
docshell Bug 1741595 - remove about:plugins from android builds, r=agi 2021-12-01 17:45:45 +00:00
dom Bug 1743159 Disable hardware video decoding for WebRTC when decode fails, r=jya 2021-12-03 14:52:09 +00:00
editor Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
extensions Backed out 2 changesets (bug 1739761) for causing failures on test_hunspell.js. CLOSED TREE 2021-12-02 05:10:29 +02:00
gfx Bug 1744152 - Make the aAllUpperCase parameter of TransformString more generic. r=jfkthame 2021-12-03 11:45:48 +00:00
gradle/wrapper
hal
image Bug 1743761 - Ensure we invalidate substituted images when the preferred size is ready. r=tnikkel 2021-12-03 03:14:01 +00:00
intl Bug 1715892 - Add thread safety notice and asserts for AppDateTimeFormat; r=platform-i18n-reviewers,dminor 2021-12-01 17:41:38 +00:00
ipc Bug 1743895: Add names to all TaskQueues, remove no-name constructor r=nika,necko-reviewers 2021-12-03 03:16:15 +00:00
js Bug 1744168 - Bump jsparagus for bug 1736060. r=nbp 2021-12-03 11:38:21 +00:00
layout Bug 1744152 - Make the aAllUpperCase parameter of TransformString more generic. r=jfkthame 2021-12-03 11:45:48 +00:00
media Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
memory Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
mfbt Bug 1743896 - Update xxHash to version 0.8.1. r=dthayer 2021-12-02 01:53:56 +00:00
mobile Bug 1740358 - Download Java from adoptium. r=mhentges,glandium 2021-11-30 16:10:59 +00:00
modules Bug 1744037. Set media.rdd-ffmpeg.enabled=@IS_EARLY_BETA_OR_EARLIER@ r=stransky 2021-12-03 14:01:22 +00:00
mozglue Bug 1742749 - Update builders to rustc 1.57. r=firefox-build-system-reviewers,mhentges 2021-12-02 21:07:37 +00:00
netwerk Bug 1743378 - Adapt mozilla-central to the new neqo API r=necko-reviewers,kershaw 2021-12-03 13:13:09 +00:00
nsprpub Bug 1743566 - NSPR_4_33_BETA1. r=glandium UPGRADE_NSPR_RELEASE 2021-12-03 13:01:43 +00:00
other-licenses
parser Bug 1238861 - Display a warning message when doctype is not standard. r=hsivonen. 2021-12-02 22:46:22 +00:00
python Bug 1743544: Improve "missing requirements file" error r=ahal 2021-12-02 19:35:48 +00:00
remote Bug 1694145 - [webdriver-bidi] Support unsubscribing from log.entryAdded events r=webdriver-reviewers,whimboo 2021-12-02 19:21:45 +00:00
security Bug 1743895: Add names to all TaskQueues, remove no-name constructor r=nika,necko-reviewers 2021-12-03 03:16:15 +00:00
services Bug 1742839 - Improve handling of missing last modified dates in remote settings database. r=robwu,leplatrem 2021-11-30 10:11:50 +00:00
servo Backed out changeset 8fac157c354a (bug 1741973) for causing xpc failures in devtools/shared/tests/xpcshell/test_css-properties-db. CLOSED TREE 2021-12-03 04:17:36 +02:00
startupcache
storage Bug 1738966 - Pass in argc, argv in GreOmniPath. r=kershaw,valentin 2021-11-03 16:31:06 +00:00
taskcluster Bug 1743945 - Avoid duplication of code in `use_fetches`. r=taskgraph-reviewers,ahal 2021-12-02 22:29:46 +00:00
testing Bug 1700093 - [geckodriver] Add support for "Get Element Shadow Root" r=webdriver-reviewers,whimboo,jgraham 2021-12-03 14:02:21 +00:00
third_party Bug 1743378 - Neqo version 0.5.6 r=necko-reviewers,kershaw 2021-12-03 13:13:08 +00:00
toolkit Bug 1739290: Extend remote canvas 2D telemetry to version 103. r=chutten 2021-12-03 08:53:42 +00:00
tools Bug 1743915 - GeckoProfiler.CPUUsage gtest: Add a thread that's busy all the time, to ensure non-zero CPU values during profiling - r=canaltinova 2021-12-03 10:04:56 +00:00
uriloader Bug 1742879 - Let `Cu.createCommandLine` accept arguments and state. r=nika 2021-12-02 19:06:44 +00:00
view Bug 1737044 - Include pointer and frame in nsWindow logging. r=stransky 2021-10-21 14:02:30 +00:00
widget Bug 1743339 - Make `NativeKeyBindings` for single line editor try the one for multiline editor too r=stransky 2021-12-03 11:57:29 +00:00
xpcom Bug 1743895: Add names to all TaskQueues, remove no-name constructor r=nika,necko-reviewers 2021-12-03 03:16:15 +00:00
xpfe/appshell Bug 1701001 - Part 2: Add "is popup" field to browsing context. r=smaug 2021-11-06 01:19:14 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1732201 - Sandbox woff2 in OTS using RLBox r=bholley 2021-11-27 23:30:49 +00:00
.cron.yml Bug 1738908 - remove esr78 references. r=releng-reviewers,mtabara DONTBUILD 2021-11-02 16:47:50 +00:00
.eslintignore Bug 1726804 - Refactor PROCESS_TYPE_* from nsICrashService r=gsvelto 2021-11-19 14:02:56 +00:00
.eslintrc.js Bug 1738815: Move quicksuggest tests into own dir. r=adw 2021-11-25 01:14:51 +00:00
.flake8
.git-blame-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.gitattributes
.gitignore Bug 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +00:00
.hg-annotate-ignore-revs Bug 1735638 - Add Bug 1571899 to annotate/blame ignore revisions. r=glandium DONTBUILD 2021-10-14 16:02:46 +00:00
.hg-format-source
.hgignore Bug 1736907 - Add a build flag to experimentally build with ICU4X static data; r=platform-i18n-reviewers,dminor 2021-11-16 15:09:09 +00:00
.hgtags No bug - tagging 1379da0937ff9ae8aff8042fed31103dcd0bf13b with FIREFOX_NIGHTLY_95_END a=release DONTBUILD CLOSED TREE 2021-11-01 16:01:12 +00:00
.lando.ini Bug 1740791: temporarily disable autoformatting r=sheehan DONTBUILD 2021-11-16 16:49:41 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1738422 - Part 15: Updating ICU requires a clobber. r=platform-i18n-reviewers,dminor 2021-11-16 17:03:00 +00:00
Cargo.lock Bug 1743378 - Neqo version 0.5.6 r=necko-reviewers,kershaw 2021-12-03 13:13:08 +00:00
Cargo.toml Bug 1743740 - Rename vendored mio 0.6 to make it possible to vendor later mio versions. r=glandium 2021-12-02 05:39:49 +00:00
GNUmakefile
LICENSE
Makefile.in Bug 1690870 - Stop getting artifacts for host binaries. r=firefox-build-system-reviewers,andi 2021-10-28 11:05:04 +00:00
README.txt
aclocal.m4
build.gradle Bug 1735628 - Update Glean to v42.1.0 r=TravisLong 2021-10-19 20:32:38 +00:00
client.mk
client.py
configure.in
configure.py Bug 1743033 - Avoid creating mach virtualenv when running confgure standalone. r=mhentges 2021-11-26 01:56:04 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1731158 - Allow initializing mach from a Thunderbird source repo. r=firefox-build-system-reviewers,mhentges 2021-11-29 18:34:58 +00:00
mach.ps1
moz.build
moz.configure Bug 1743033 - Avoid creating mach virtualenv when running confgure standalone. r=mhentges 2021-11-26 01:56:04 +00:00
mozilla-config.h.in
old-configure.in Bug 1743538 - Clear MOZ_FIX_LINK_PATHS on macOS. r=firefox-build-system-reviewers,andi 2021-12-02 00:22:28 +00:00
package-lock.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
package.json Bug 1736781 - Update eslint-plugin-no-unsanitized to version 3.2.0 r=Standard8 2021-10-21 13:08:11 +00:00
settings.gradle Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
substitute-local-geckoview.gradle
test.mozbuild

README.txt

An explanation of the Firefox 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 Firefox from the source code and create the patch see:

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

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) 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 Firefox developers for
testing, may be buggy.