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
Nika Layzell 04650d926f Bug 1856087 - Bypass assertion if NS_DISPATCH_IGNORE_BLOCK_DISPATCH is set, r=xpcom-reviewers,jstutte
The `gXPCOMThreadsShutDownNotified` assertion exists to discourage
dispatching to a background thread after xpcom-shutdown-threads. This
unfortunately poorly interacts with the nsThreadPool implementation. We
use nsThreadPools all of the way until threads are fully shut down
during ShutdownNonMainThreads, and they dispatch a runnable to a
background thread when starting a new thread.

This patch disables the assertion when NS_DISPATCH_IGNORE_BLOCK_DISPATCH
is specified. This flag already effectively indicates "trust me I am
dispatching to a thread which is in a weird state, this dispatch must
succeed", so seems appropriate to use in this situation, and will avoid
the underlying issue.

The nsThreadPool runnable is already dispatched with this flag set.

Differential Revision: https://phabricator.services.mozilla.com/D190303
2023-10-06 20:57:58 +00:00
.cargo Bug 1857243 - Update wgpu to revision 1495e159faf721cbf87a0634157682f454a963fb. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2023-10-05 20:22:27 +00:00
.github/workflows Bug 1853618 - address issue with GitHub PR closer, and optimise r=hwine DONTBUILD 2023-09-20 15:33:26 +00:00
.vscode
accessible Bug 1843832: Never return the text leaf child of a link when calling IAccessible::accHitTest on an ancestor of the link. r=nlapre 2023-10-05 04:12:28 +00:00
browser Backed out 2 changesets (bug 1853910) for causing mochitests failures in browser_ext_urlbar_attributionURL.js. CLOSED TREE 2023-10-07 00:17:27 +03:00
build Bug 1854446 - Update some pre-existing valgrind suppressions. CLOSED TREE 2023-10-06 02:33:06 +03:00
caps Bug 1856578 - follow up - Empty Lines at end of file r=nataliaCs 2023-10-03 11:35:36 +00:00
chrome
config Bug 1855623 - Make sure all rust dependencies have a default implicit rule. r=firefox-build-system-reviewers,sergesanspaille 2023-10-03 21:57:09 +00:00
devtools Bug 1849021 - Temporarily disable some Tier 2 a11y_checks for DevTools that cause crashes. r=devtools-reviewers,profiler-reviewers,nchevobbe,julienw 2023-10-06 18:11:41 +00:00
docs Backed out changeset 62f7af8fe549 (bug 1843981) for causing valgrind bustage. CLOSED TREE 2023-10-06 01:24:17 +03:00
docshell Bug 1156659 - Added set offline per tab to BrowsingContext. r=valentin,nika,necko-reviewers,kershaw 2023-10-04 19:42:57 +00:00
dom Bug 1838398 - Add env variable to override output dir for external performance marker files. r=mstange 2023-10-06 20:56:06 +00:00
editor Bug 1849763 - Make HTMLEditor::HandleInsertBRElement suggest caret position as at the invisible <br> if inserted r=jjaschke 2023-10-04 07:26:57 +00:00
extensions Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
gfx Bug 1852243 - [dom] Add specific preferences for all available async event types. r=hiro 2023-10-06 06:13:18 +00:00
gradle/wrapper
hal Bug 1850573 - Add HeterogeneousCpuInfo to HAL with Android implementation. r=geckoview-reviewers,owlish 2023-09-26 12:55:37 +00:00
image Bug 1856358 - Run 'crashtests' on linux2204-64-wayland/opt, r=jmaher,lsalzman 2023-10-05 17:54:30 +00:00
intl Bug 1848282 - Part 2. FindWord adds an option whether segment is punctuation. r=TYLin 2023-10-03 10:43:17 +00:00
ipc Bug 1856359 - Respect MOZ_CRASHREPORTER_SHUTDOWN for Utility process r=gsvelto,necko-reviewers,kershaw 2023-10-04 15:42:48 +00:00
js Bug 1857507 - Don't use PROT_EXEC when mmapping jitdump files on Android. r=dpalmeiro 2023-10-06 18:58:00 +00:00
layout Backed out changeset 8de2cc7842d0 (bug 1857455) for causing mochitests failures in test_css_visibility_propagation.xhtml 2023-10-07 00:03:48 +03:00
media Bug 1854490 - get rid of dtlsidentity global constructor r=webrtc-reviewers,ng 2023-10-06 12:40:19 +00:00
memory Bug 1854519 - Work around wasm linking issue before clang 11. r=firefox-build-system-reviewers,sergesanspaille 2023-09-28 20:56:31 +00:00
mfbt Bug 1856746: Extend already_AddRefed documentation to mention a case where it makes sense as a function parameter. r=nika 2023-10-04 18:49:03 +00:00
mobile Bug 1844521 - GeckoView Initial Session Translations API r=geckoview-reviewers,kaya,calu 2023-10-05 22:18:54 +00:00
modules Bug 1857097 - turn on HEVC decoding by default on Windows Firefox Nightly. r=media-playback-reviewers,padenot 2023-10-06 17:21:20 +00:00
mozglue Backed out changeset 62f7af8fe549 (bug 1843981) for causing valgrind bustage. CLOSED TREE 2023-10-06 01:24:17 +03:00
netwerk Bug 1854522 - Temporarily disable one Tier 2 a11y_checks for Core Necko. r=necko-reviewers,valentin 2023-10-06 18:11:35 +00:00
nsprpub
other-licenses Bug 1855604 - Back out customization of 7z that wrote provenance data r=nalexander 2023-10-03 23:40:26 +00:00
parser Bug 1854907 - Make document.write-related operations on the creator parser no-ops on scripts whose type does not allow document.write. r=smaug 2023-09-28 12:21:39 +00:00
python Bug 1857172 - Bump the minimum version of Rust to 1.70.0. r=firefox-build-system-reviewers,sergesanspaille 2023-10-06 20:42:18 +00:00
remote Bug 1853245 - Migrate .ini to .toml browser-chrome (batch 7.99). r=aryx,webdriver-reviewers,necko-reviewers,pip-reviewers,places-reviewers,mak,mconley,kershaw 2023-10-05 11:58:59 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=release-managers,diannaS 2023-10-05 12:15:13 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=release-managers,diannaS 2023-10-05 12:15:13 +00:00
servo Bug 1856755 - Implement an internal zoom: document value that forces effective zoom to 1. r=jfkthame 2023-10-06 12:20:20 +00:00
startupcache Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
storage Bug 1855448 - Cleanup: remove non necessary SQLITE_MAX_LIKE_PATTERN_LENGTH define. r=asuth 2023-09-28 11:41:47 +00:00
supply-chain Bug 1857243 - Update wgpu to revision 1495e159faf721cbf87a0634157682f454a963fb. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2023-10-05 20:22:27 +00:00
taskcluster Bug 1857172 - Force build geckodriver in base-toolchain tasks. r=firefox-build-system-reviewers,sergesanspaille 2023-10-06 20:42:19 +00:00
testing Backed out changeset 73919dbff272 (bug 1791079) for bustages on Navigator.h . CLOSED TREE 2023-10-06 23:04:11 +03:00
third_party Bug 1857243 - Update wgpu to revision 1495e159faf721cbf87a0634157682f454a963fb. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2023-10-05 20:22:27 +00:00
toolkit Backed out 2 changesets (bug 1853910) for causing mochitests failures in browser_ext_urlbar_attributionURL.js. CLOSED TREE 2023-10-07 00:17:27 +03:00
tools Bug 1857296: --push-to-lando will submit even with no relevant commits r=glob 2023-10-06 17:58:46 +00:00
uriloader Bug 1854747 - Stop exposing the image data as file to clipboard; r=evilpie 2023-10-06 13:17:52 +00:00
view Bug 1855763 - Automatic fixes to avoid using prefixed transforms in tests. r=layout-reviewers,jfkthame 2023-10-02 12:36:17 +00:00
widget Bug 1857260 - More explicitly use custom colors for the toolbox. r=dao,desktop-theme-reviewers,win-reviewers,mhowell 2023-10-06 14:40:15 +00:00
xpcom Bug 1856087 - Bypass assertion if NS_DISPATCH_IGNORE_BLOCK_DISPATCH is set, r=xpcom-reviewers,jstutte 2023-10-06 20:57:58 +00:00
xpfe/appshell Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
.clang-format-ignore Bug 1816519 - implement getAuthenticatorData for AuthenticatorAttestationResponse. r=keeler,webidl,emilio,smaug 2023-08-31 22:56:50 +00:00
.cron.yml Bug 1750351 - Include push tasks for sp-perftests to prevent rescheduling builds. r=aryx DONTBUILD 2023-10-04 12:51:26 +00:00
.eslintignore Bug 1596056 - Enable ESLint on reftest harness files (manual fixes). r=tnikkel 2023-09-24 10:38:56 +00:00
.eslintrc-test-paths.js Bug 1849271 - Flip test when checking for the presence of optional colorspace members on a VideoDecoderConfig. r=media-playback-reviewers,alwu 2023-08-22 14:33:21 +00:00
.eslintrc.js Bug 1855697 - Enable ESLint rule no-debugger for all of dom/. r=dom-worker-reviewers,smaug 2023-10-06 16:45:54 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - tagging b8084fc54e158a2adcdac710ea0c3a7c9559309e with FIREFOX_NIGHTLY_119_END a=release DONTBUILD CLOSED TREE 2023-09-25 13:56:42 +00:00
.lando.ini Bug 1835962: add support for mach try to submit to Lando r=zeid,mach-reviewers,ahochheiden 2023-10-02 14:31:43 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1596056 - Format reftest harness files with Prettier. r=tnikkel 2023-09-24 10:38:55 +00:00
.prettierrc.js
.stylelintignore
.stylelintrc.js Bug 1856660 - [devtools] Add stylelint max-nesting-depth rule. r=Gijs 2023-10-05 05:20:46 +00:00
.taskcluster.yml Bug 1831143 - use new mozillareleases/gecko_decision:4.1.0 docker image. r=releng-reviewers,bhearsum 2023-08-22 15:22:43 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1852921 - Upgrade to Glean v54.0.0 r=chutten,supply-chain-reviewers,mach-reviewers,ahochheiden 2023-09-19 08:18:12 +00:00
Cargo.lock Bug 1857243 - Update wgpu to revision 1495e159faf721cbf87a0634157682f454a963fb. r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler 2023-10-05 20:22:27 +00:00
Cargo.toml Bug 1855622 - Upgrade rayon-core to 1.12.0. r=emilio,supply-chain-reviewers 2023-09-29 00:12:20 +00:00
client.mk
client.py
CLOBBER Bug 1855330 - pt4 - BUILD.gn fixes for updated libwebrtc/third_party. r=ng,webrtc-reviewers - moz.build file updates 2023-10-04 22:29:00 +00:00
configure
configure.py Bug 1786490 - remove references to vendored pyparsing r=sylvestre,mach-reviewers,ahal,ahochheiden 2023-09-06 16:14:30 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in Bug 1853653 - Explain why mach buildsymbols is skipped r=firefox-build-system-reviewers,ahochheiden 2023-09-19 10:41:15 +00:00
mots.yaml Bug 1857532 - Hand over Session Restore ownership to Sarah and Sam. r=zeid DONTBUILD 2023-10-06 15:06:36 +00:00
moz.build
moz.configure Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
mozilla-config.h.in
old-configure.in Bug 1854493 - Use -O2 on Linux debug builds. r=firefox-build-system-reviewers,ahochheiden 2023-09-22 02:27:22 +00:00
package-lock.json Bug 1563927 - Upgrade stylelint to the latest version. r=Gijs 2023-09-05 12:59:31 +00:00
package.json Bug 1563927 - Upgrade stylelint to the latest version. r=Gijs 2023-09-05 12:59:31 +00:00
pyproject.toml
README.txt
settings.gradle
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.