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
Перейти к файлу
Nika Layzell a2f7e06013 Bug 1841660 - Fix potential deadlock waiting for StartupCache ThreadedPrefetch, r=jesup
In a previous change to this logic, we missed a hidden early return in
the `MMAP_FAULT_HANDLER_CATCH()` macro which can early return on both
Linux and Windows. If this is hit, we could end up blocking at various
points waiting for the StartupCache to be prefetched.

This patch changes the logic to notify to happen in a ScopeExit instead,
ensuring that it'll happen on all return paths.

In addition, there was another potential deadlock due to the
ThreadedPrefetch thread acquiring mTableLock. This was fixed by passing
in the pointers in the runnable instead. This should be OK as we are
making sure to block on ThreadedPrefetch before we clear the startup
data already.

Differential Revision: https://phabricator.services.mozilla.com/D182732
2023-07-04 19:05:06 +00:00
.cargo Bug 1839459 - Elide empty closed sub-paths instead of emitting a start point. r=jrmuizel 2023-06-20 18:04:20 +00:00
.vscode
accessible Bug 1840343: Track containers and text leaves separately when fuzzy hittesting r=Jamie 2023-06-29 18:09:46 +00:00
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2023-07-04 19:00:42 +00:00
build Backed out changeset 8794662a8a7a (bug 1840537) on request by glandium 2023-07-04 07:56:31 +03:00
caps Bug 1798493 - Part 1: Use nsIPrincipal instead of ContentPrincipalInfo for PLockManager r=asuth 2023-06-28 20:48:14 +00:00
chrome Bug 1834176 - Convert consumers of NetUtil.jsm to import the ES module directly. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo 2023-06-07 08:42:36 +00:00
config Merge mozilla-central to autoland 2023-07-04 12:32:31 +03:00
devtools Bug 1839411 - [devtools] Move Breakpoint context menus from React Component to a Redux action. r=devtools-reviewers,bomsy 2023-07-04 15:58:23 +00:00
docs Bug 1840886 - Overhaul docs about using gdb to debug Firefox. r=sylvestre DONTBUILD 2023-06-30 12:03:42 +00:00
docshell Bug 1773094 - Remove security.alternate_certificate_error_page pref r=keeler,geckoview-reviewers,m_kato 2023-07-04 11:26:24 +00:00
dom Bug 1772772 - Implement ReadableStream.from. r=saschanaz,spidermonkey-reviewers,webidl,mgaudet 2023-07-04 16:48:23 +00:00
editor Bug 1840804 - Make `TextEditor::OnBlur` stop finalizing `Selection` if new element already gets focus r=m_kato 2023-06-30 00:17:05 +00:00
extensions Bug 1836792, part 1 - Add new site-pair-scoped permission 3rdPartyFrameStorage, r=anti-tracking-reviewers,timhuang 2023-06-23 12:14:18 +00:00
gfx Bug 1841214 - Change MOZ_ASSERT_UNREACHABLE() calling situation in RemoteTextureMap::GetRemoteTextureForDisplayList() r=gfx-reviewers,lsalzman 2023-07-04 02:48:21 +00:00
gradle/wrapper
hal Bug 1828383 - Make hal/ buildable outside of a unified build environment r=andi 2023-04-18 13:43:20 +00:00
image Bug 1838829 - Skip failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,dimi,valentin,robwu 2023-06-28 13:21:00 +00:00
intl Bug 1519167 - Part 30: Add methods to retrieve time zone transitions and utf-offsets from local time. r=spidermonkey-reviewers,allstarschh 2023-06-21 20:27:42 +00:00
ipc Bug 1798493 - Part 1: Use nsIPrincipal instead of ContentPrincipalInfo for PLockManager r=asuth 2023-06-28 20:48:14 +00:00
js Bug 1772772 - Implement ReadableStream.from. r=saschanaz,spidermonkey-reviewers,webidl,mgaudet 2023-07-04 16:48:23 +00:00
layout Bug 1840746 - SVG patternTransform translate uses wrong units r=emilio 2023-07-04 14:44:35 +00:00
media Bug 1841461 - Update libjxl to 190d44fbe463c5c3081081c80633639f69478d97 r=saschanaz 2023-07-04 12:23:54 +00:00
memory Bug 1839596 - Explicitly tell jemalloc which is the main thread r=smaug 2023-06-30 00:57:20 +00:00
mfbt Bug 1766058 - Avoid mixing log output. r=glandium 2023-06-19 20:44:29 +00:00
mobile Bug 1773094 - Remove security.alternate_certificate_error_page pref r=keeler,geckoview-reviewers,m_kato 2023-07-04 11:26:24 +00:00
modules Backed out changeset a76eed51a093 (bug 1840818) for causing mochitest failures in test_interfaces.html CLOSED TREE 2023-07-04 14:37:26 -04:00
mozglue Bug 1600093 - Add 'unique-string' marker payload type for repetitive marker strings r=canaltinova 2023-06-30 14:05:18 +00:00
netwerk Bug 1841215 - Hard code UA string's macOS version as 10.15. r=necko-reviewers,jesup 2023-07-04 17:19:27 +00:00
nsprpub
other-licenses Bug 1815019 - Customize 7z to write provenance data r=nalexander 2023-03-02 16:44:10 +00:00
parser Bug 1838829 - Skip failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,dimi,valentin,robwu 2023-06-28 13:21:00 +00:00
python Bug 1841571 - Treat rust libraries as objects in the build graph. r=firefox-build-system-reviewers,sergesanspaille 2023-07-04 07:30:05 +00:00
remote Bug 1792529 - [marionette] Remove "Marionette:SingleTap" and legacy actions module. r=webdriver-reviewers,jgraham 2023-06-29 10:10:39 +00:00
security Bug 1839463 p2: Add TargetNtImpersonateAnonymousToken and remove TargetNtSetInformationThread patch. r=handyman 2023-07-04 17:17:06 +00:00
services Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2023-07-04 08:35:07 +00:00
servo Bug 1841496 - Copy container units bit when reusing reset properties. r=dshin 2023-07-04 14:34:21 +00:00
startupcache Bug 1841660 - Fix potential deadlock waiting for StartupCache ThreadedPrefetch, r=jesup 2023-07-04 19:05:06 +00:00
storage Bug 1638256 - Some casts and fixes in mozStorage to make clang-tidy happy. r=asuth 2023-06-24 10:11:28 +00:00
supply-chain Bug 1825088 - wasm: Bump crate versions for wast and wasm-smith. r=rhunt,supply-chain-reviewers 2023-07-04 14:51:04 +00:00
taskcluster Bug 1836900 - Use taskcluster-built python for perftest task r=glandium 2023-07-04 13:10:00 +00:00
testing Bug 1833759 - Catch xpcshell test crash before setting up the crash reporter. r=gbrown 2023-07-04 18:36:23 +00:00
third_party Bug 1825088 - wasm: Bump crate versions for wast and wasm-smith. r=rhunt,supply-chain-reviewers 2023-07-04 14:51:04 +00:00
toolkit Bug 1840917 - Add a probe to measure how long it takes to show both the legacy and new migration wizard. data-review=jhirsch,r=tgiles 2023-07-04 15:36:56 +00:00
tools Bug 1600093 - Add 'unique-string' marker payload type for repetitive marker strings r=canaltinova 2023-06-30 14:05:18 +00:00
uriloader Bug 1838829 - Skip failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,dimi,valentin,robwu 2023-06-28 13:21:00 +00:00
view Bug 1837960. Remove array of all nsViewManagers. r=emilio 2023-06-22 09:38:27 +00:00
widget Bug 1834141 - Implement oncancel idl attribute. r=dom-core,webidl,saschanaz,edgar 2023-07-04 06:55:27 +00:00
xpcom Bug 1839596 - Explicitly tell jemalloc which is the main thread r=smaug 2023-06-30 00:57:20 +00:00
xpfe/appshell Bug 1838415 - Introduce RFPTarget::RoundWindowSize. r=tjr 2023-06-26 07:17:38 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1830265 - Enable ESLint and Prettier on .babel-eslint.rc.js. r=Gijs 2023-05-04 17:21:03 +00:00
.clang-format
.clang-format-ignore
.cron.yml Bug 1833417 - Add OSX Chromium-as-Release to cron. r=perftest-reviewers,taskgraph-reviewers,bhearsum,sparky 2023-06-19 13:20:01 +00:00
.eslintignore Bug 1838440 - Migrate kinto-http-client to ES module r=Standard8,robwu 2023-06-26 09:03:01 +00:00
.eslintrc-test-paths.js Bug 1776480 - Remove OS.File et al. r=Gijs,webidl,smaug 2023-05-12 18:34:28 +00:00
.eslintrc.js Bug 1837950 - Remove references to about:performance in .eslintrc.js, r=Standard8 DONTBUILD 2023-06-12 11:14:13 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1834558: chore(webgpu): sync `.gitignore` with `.hgignore` for WebGPU r=webgpu-reviewers,nical 2023-06-19 20:12:38 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1829512 - Use .clangd rather than vscode-specific configuration to point to the compilation database. r=andi 2023-04-23 06:23:39 +00:00
.hgtags No bug - tagging 592c2df16ac45a09c837b8a281e366c419c8b94d with FIREFOX_NIGHTLY_116_END a=release DONTBUILD CLOSED TREE 2023-07-04 08:35:00 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1838440 - Migrate kinto-http-client to ES module r=Standard8,robwu 2023-06-26 09:03:01 +00:00
.prettierrc.js Bug 1826062 - Upgrade Prettier to v2.0.5. r=mossop 2023-05-20 12:26:49 +00:00
.stylelintignore Bug 1832765 - merge new tab linting into main stylelint config, r=Standard8,aminomancer 2023-05-30 22:41:22 +00:00
.stylelintrc.js Bug 1835028 - Change newtab stylelint problem severity from warning to error. r=Gijs,Standard8 2023-06-05 12:58:01 +00:00
.taskcluster.yml Bug 1827709: Notify Thunderbird CI Matrix channel after mozilla-central push. r=releng-reviewers,gabriel 2023-04-18 19:36:49 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2023-07-04 08:35:07 +00:00
Cargo.lock Bug 1825088 - wasm: Bump crate versions for wast and wasm-smith. r=rhunt,supply-chain-reviewers 2023-07-04 14:51:04 +00:00
Cargo.toml Bug 1841205 - Update num-derive to 0.4. r=emilio,supply-chain-reviewers 2023-07-04 07:29:36 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1837142 - Update to Glean v53.0.0 r=TravisLong,supply-chain-reviewers 2023-06-14 10:48:26 +00:00
client.mk
client.py
configure
configure.py Backed out changeset 8794662a8a7a (bug 1840537) on request by glandium 2023-07-04 07:56:31 +03:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1820915 - Attempt to re-launch Mach with a compatible python3 version if one is available r=firefox-build-system-reviewers,andi 2023-03-09 10:53:16 +00:00
mach.cmd
mach.ps1
mots.yaml Bug 1839895 - Update references to Core::DOM: Push Notifications to Core::DOM: Notifications. r=zeid,webidl,smaug 2023-06-27 14:21:00 +00:00
moz.build Bug 1811850 - [lint] Replace flake8 linter with ruff, r=linter-reviewers,sylvestre 2023-03-20 13:06:27 +00:00
moz.configure Bug 1839743 - Move some things around for them to be available in toolkit/moz.configure. r=firefox-build-system-reviewers,ahochheiden 2023-06-27 08:56:17 +00:00
mozilla-config.h.in
old-configure.in Backed out 2 changesets (bug 1836874, bug 1836875) because will break win PGO and SM jobs(as requested by Ryan) CLOSED TREE 2023-07-02 08:15:24 -04:00
package-lock.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
package.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
pyproject.toml Bug 1823694 - [lint.ruff] Disable some warnings we don't actually want to enforce, r=linter-reviewers,andi 2023-03-21 14:36:26 +00:00
settings.gradle Bug 1828719 - Remove omnijar Gradle project from srcdir r=geckoview-reviewers,nalexander,amejiamarmol 2023-04-18 23:20:43 +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.