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
alwu fdc3f971f8 Bug 1803025 - part3 : shutdown task queue and engine stream earlier. r=jolin
This patch aims to solve the shutdown hang on the debug build on the try
server, which was caused by the media engine calling media source's
shutdown too late, so the task queue held by the engine stream and the
media source was still alive and blocked the shutdown process. [1]

Therefore, we need to shutdown the task queue earlier to order to avoid
this kind of race.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1803025#c0

Differential Revision: https://phabricator.services.mozilla.com/D164386
2022-12-12 18:39:32 +00:00
.cargo Bug 1804545 - Re-vendor application-services to pickup fix to IDs in sync payload. r=skhamis,supply-chain-reviewers 2022-12-08 00:26:37 +00:00
.vscode
accessible Bug 1799683 - Add disable next line for all accessible/tests. r=eeejay 2022-12-12 17:10:02 +00:00
browser Merge mozilla-central to autoland. CLOSED TREE 2022-12-12 23:55:46 +02:00
build Backed out changeset 79025940a6a6 (bug 1799423) for causing Bug 1804813 a=backout 2022-12-09 06:48:09 +02:00
caps Bug 1443925 - Part 12: Add some basic tests for using nsIPrincipal off-main-thread, r=ckerschb 2022-12-02 00:53:54 +00:00
chrome Bug 1793463 - Part 6: Remove nsIProtocolHandler.{defaultPort,protocolFlags}, r=necko-reviewers,valentin 2022-12-01 15:43:19 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-12-12 14:52:47 +00:00
devtools Bug 1797284 - Teach about:logging to start the Firefox Profiler, with the appropriate profiler preset for a particular logging preset. r=julienw,mossop,flod 2022-12-12 17:32:13 +00:00
docs Bug 1803850 - Replace inactive module owner / peers in Core :: Build Config - Taskgraph module, r=zeid 2022-12-09 19:08:38 +00:00
docshell Bug 1402292 - Ignore form submission attempt to navigate from already navigated document. r=smaug 2022-12-12 16:15:25 +00:00
dom Bug 1803025 - part3 : shutdown task queue and engine stream earlier. r=jolin 2022-12-12 18:39:32 +00:00
editor Bug 1803914 - Automatically replace Cu.reportError with console.error (misc). r=mossop 2022-12-06 14:34:57 +00:00
extensions Bug 1541508 - Use Services.env in extensions/ r=extension-reviewers,robwu 2022-11-25 19:09:07 +00:00
gfx Bug 1804930 - Remove an obsolete main-thread assertion in gfxUserFontSet. r=gfx-reviewers,lsalzman 2022-12-12 15:03:10 +00:00
gradle/wrapper
hal Bug 1744687 - Part 3. Fix build error for newer Windows SDK. r=gsvelto 2022-11-25 15:13:43 +00:00
image Bug 1771867 - Early Hints Phase 2 - Part 7: Pass early hint preload to image preloader r=necko-reviewers,valentin 2022-12-02 16:15:55 +00:00
intl Bug 1797506 - Add EnsureAndLoadStringBundle to preload the string bundle on main thread. r=kmag 2022-12-12 13:25:09 +00:00
ipc Backed out 3 changesets (bug 1790872) on request of nika for causing regressions. CLOSED TREE 2022-12-08 23:17:57 +01:00
js Bug 1804936 - Part 2: Remove support for ZoneData and related wrappers r=sfink 2022-12-12 16:09:14 +00:00
layout Bug 1803391 - update comments / text references to session store modules as 'jsm's, r=Standard8 2022-12-12 10:08:03 +00:00
media Backed out 2 changesets (bug 1803765) for causing Windows MinGW bustages on cubeb_wasapi.cpp. 2022-12-12 22:45:22 +02:00
memory Backed out 3 changesets (bug 1743322) for causing multiple failures CLOSED TREE 2022-12-06 11:48:14 +02:00
mfbt Bug 840706 - Part 1: Add MFBT_API annotations to other methods in StringToDoubleConverter, r=glandium 2022-12-06 20:27:49 +00:00
mobile Backed out changeset 2522b2da871e (bug 1751763) as per sgalich's request. CLOSED TREE 2022-12-09 22:35:41 +02:00
modules Bug 1451394 - Enable new Mac camera backend in Nightly and early Beta. r=webrtc-reviewers,jib 2022-12-12 15:47:22 +00:00
mozglue Backed out changeset 27f8690ebc50 (bug 1803751) for causing xpcshell failures on test_feature_mainthreadio.js. CLOSED TREE 2022-12-12 17:43:23 +02:00
netwerk Bug 1768581 - Part 5: Avoid late initialization of permanent cookie storage. r=necko-reviewers,valentin 2022-12-12 15:21:28 +00:00
nsprpub Bug 1788009 - NSPR_4_35_RTM, version number only, no code change. r=glandium UPGRADE_NSPR_RELEASE 2022-09-13 06:26:48 +00:00
other-licenses Bug 1800048: Don't expose the LINKS_TO relation via ATK and IA2. r=morgan 2022-11-15 06:46:24 +00:00
parser Bug 1771867 - Early Hints Phase 2 - Part 6: Pass early hint preload to style preloader r=necko-reviewers,valentin 2022-12-02 16:15:55 +00:00
python Bug 1804588 - Add a dependency on symbols files for libraries that have one. r=firefox-build-system-reviewers,nalexander 2022-12-08 04:37:39 +00:00
remote Bug 1800086 - Implement WebDriver BiDi capture_screenshot command, r=webdriver-reviewers,jdescottes,whimboo 2022-12-12 13:44:51 +00:00
security Bug 1804661 - Convert browser/components/BrowserGlue.jsm to an ES module. r=Gijs,settings-reviewers,perftest-reviewers,sparky 2022-12-12 14:59:18 +00:00
services Merge mozilla-central to autoland. CLOSED TREE 2022-12-12 23:55:46 +02:00
servo Bug 1804677 - Don't share style for cousins that are using Container Queries. r=emilio 2022-12-09 10:15:31 +00:00
startupcache Bug 1800050 - Use UniqueFreePtr in StartupCache::PutBuffer. r=nbp 2022-12-01 10:46:34 +00:00
storage Bug 1657551 - Part 6: Have a static ConcurrentStatementsHolder::Create function that handles errors returned from mozIStorageConnection::AsyncClone and transform some MOZ_ASSERT into NS_ENSURE_SUCCESS. r=mak 2022-12-12 15:21:28 +00:00
supply-chain Bug 1804624 - upgrade to authenticator 0.4.0-alpha.4. r=dveditz,supply-chain-reviewers 2022-12-08 20:28:02 +00:00
taskcluster Bug 1712329: Enable mochitest-media tests for msix variant r=jmaher,ahal 2022-12-12 14:36:41 +00:00
testing Bug 1805107 - Update metadata after the wpt-sync. a=test-only CLOSED TREE 2022-12-12 20:53:57 +02:00
third_party Bug 1451394 - Record video frame captures with PerformanceRecorder in the new mac camera backend. r=padenot 2022-12-12 15:47:23 +00:00
toolkit Bug 1801290 - Improve history sidebar telemetry. r=mkaply 2022-12-12 18:37:32 +00:00
tools Bug 1803800 - load browserPlacesViews.js only once and immediately from browser scripts, r=mak,florian,Standard8 2022-12-12 17:44:15 +00:00
uriloader Bug 1771867 - Early Hints Phase 2 - Part 7: Pass early hint preload to image preloader r=necko-reviewers,valentin 2022-12-02 16:15:55 +00:00
view Bug 1802225 - Remove Layers.{h,cpp}. r=tnikkel,geckoview-reviewers,jgilbert,media-playback-reviewers,padenot,m_kato 2022-11-29 01:52:03 +00:00
widget Bug 1772073 [Wayland] Call gtk_window_set_transient_for() only if widget parent is changed r=emilio 2022-12-08 10:49:13 +00:00
xpcom Bug 1802349 - Document about:logging. r=firefox-source-docs-reviewers,sylvestre 2022-12-12 17:32:15 +00:00
xpfe/appshell Backed out 4 changesets (bug 1786048) for causing multiple failures. CLOSED TREE 2022-12-02 20:30:07 +02:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1666491 - Add a eslint-build tester (tier 3) that depends on xpt artifacts. r=nalexander,releng-reviewers,gbrown 2022-11-17 10:57:41 +00:00
.eslintignore Bug 1803360 - [devtools] Put pretty-fast library in tree. r=ochameau. 2022-12-08 15:54:07 +00:00
.eslintrc-test-paths.js Bug 1774300 - Implement VideoColorSpace r=padenot,jgilbert 2022-10-06 00:37:20 +00:00
.eslintrc.js Bug 1799683 - Add disable next line for all accessible/tests. r=eeejay 2022-12-12 17:10:02 +00:00
.flake8 Bug 1622677 - Make dom/bindings flake8 compliant. r=sylvestre 2022-10-31 17:45:33 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1784022 - [refactor] Convert text-emphasis-position #defines to enum classes r=emilio 2022-09-27 07:38:08 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1790483 - Vendor the lit library in toolkit/content/widgets r=hjones 2022-12-07 15:46:06 +00:00
.hgtags No bug - tagging c52e7b297e0f4d0cf588e488f08492a240d29322 with FIREFOX_NIGHTLY_109_END a=release DONTBUILD CLOSED TREE 2022-12-12 14:52:40 +00:00
.isort.cfg Bug 1492495 - Add flake8-isort plugin to sort Python includes, with support for autofixing through isort. r=linter-reviewers,ahal 2022-11-03 13:50:46 +00:00
.lando.ini Bug 1801965: update .lando.ini file for new autoformatting implementation r=zeid DONTBUILD 2022-11-22 20:19:59 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1795994 - Migrate decision task over to GCP r=ahal,releng-reviewers,jcristau 2022-10-26 15:55:18 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1799442 - Update Glean to v51.8.2, rkv to 0.18 r=janerik,supply-chain-reviewers 2022-11-18 13:56:27 +00:00
Cargo.lock Bug 1804624 - upgrade to authenticator 0.4.0-alpha.4. r=dveditz,supply-chain-reviewers 2022-12-08 20:28:02 +00:00
Cargo.toml Bug 1804545 - Re-vendor application-services to pickup fix to IDs in sync payload. r=skhamis,supply-chain-reviewers 2022-12-08 00:26:37 +00:00
client.mk Bug 1802075 - Avoid calling "--stop-server" as a command on local build failure. r=firefox-build-system-reviewers,andi 2022-11-23 20:38:52 +00:00
client.py Bug 1790816 - Reformat client.py and configure.py with isort. r=linter-reviewers,sylvestre DONTBUILD 2022-11-24 13:09:01 +00:00
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-12-12 14:52:47 +00:00
configure
configure.py Bug 1790816 - Reformat client.py and configure.py with isort. r=linter-reviewers,sylvestre DONTBUILD 2022-11-24 13:09:01 +00:00
GNUmakefile
gradle.properties Bug 1786164 - Add more Gradle JVM memory flags. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:39 +00:00
gradlew
gradlew.bat
LICENSE
mach Bug 1766497 - Remove early exit on Homebrew Python3.10 now that we're using venv instead of virtualenv r=firefox-build-system-reviewers,nalexander 2022-11-01 07:48:06 +00:00
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1803850 - Replace inactive module owner / peers in Core :: Build Config - Taskgraph module, r=zeid 2022-12-09 19:08:38 +00:00
moz.build
moz.configure Bug 1802405 - Prepend mozillabuild msys2 to path only for the build. r=glandium 2022-11-26 23:23:34 +00:00
mozilla-config.h.in
old-configure.in Bug 1802228 - Select a host linker in the same manner we do for the target linker. r=firefox-build-system-reviewers,ahochheiden 2022-11-25 01:56:38 +00:00
package-lock.json Bug 1802860 - Update top-level and eslint-plugin-mozilla node_modules packages. r=mossop 2022-12-06 14:35:07 +00:00
package.json Bug 1802860 - Update top-level and eslint-plugin-mozilla node_modules packages. r=mossop 2022-12-06 14:35:07 +00:00
README.txt
settings.gradle Bug 1740799 - Add android-format lint test. r=nalexander,linter-reviewers,sylvestre 2022-11-18 00:55:03 +00:00
substitute-local-geckoview.gradle
test.mozbuild

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.