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
serge-sans-paille 7cc44b55a0 Bug 1858062 - Remove reference to distutils in mozboot r=saschanaz
distutils is no longer available in Python 3.12, which means we cannot
require it on bootstrap, otherwise we cannot bootstrap from Py 3.12.

We already require setuptools as part of mach's requirements, so it's
fine to depend on setuptools elsewhere.

Differential Revision: https://phabricator.services.mozilla.com/D190537
2023-11-07 07:43:07 +00:00
.cargo Bug 1862763 - Update AudioIPC to 6be424d7. r=cubeb-reviewers,supply-chain-reviewers,padenot 2023-11-06 23:18:53 +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 Bug 1858932 - Skip bash and run mach directly on powershell for tasks.json r=tcampbell DONTBUILD 2023-10-17 19:49:17 +00:00
accessible Bug 1849230 - End ShutdownChildrenInSubtree if accessibility was shut down. r=Jamie 2023-11-06 23:57:41 +00:00
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2023-11-07 07:01:41 +00:00
build Bug 1862410 - Removing unused LoginReputation service and updating link to Chromium's safe browsing protobuf r=dimi,webdriver-reviewers,perftest-reviewers,devtools-reviewers,geckoview-reviewers,jonalmeida,owlish 2023-11-06 19:13:09 +00:00
caps Backed out changeset 54dd41cecdd0 (bug 1855734) for causing bc failures on browser_fpi_nested_uri.js. CLOSED TREE 2023-11-06 12:49:22 +02:00
chrome Bug 1855225 - Use system principal for chrome:// skin URIs too. r=dveditz 2023-10-12 08:59:50 +00:00
config Bug 1861564 - Disambiguate markers when tracking them. r=florian,releng-reviewers,jcristau 2023-10-27 20:13:53 +00:00
devtools Backed out changeset 2516d38fcdfa (bug 1617562) for causing leaks on jsdate.cpp. CLOSED TREE 2023-11-07 09:12:23 +02:00
docs Bug 1861854 - remove outdated links r=sylvestre DONTBUILD 2023-11-07 07:15:46 +00:00
docshell Bug 1858148 - Remove Cu.importGlobalProperties from sjs files as it is no longer needed. r=mossop,webdriver-reviewers,necko-reviewers,search-reviewers,devtools-reviewers,anti-tracking-reviewers,sessionstore-reviewers,pbz,dao,daleharvey,valentin 2023-11-04 09:29:27 +00:00
dom Backed out 2 changesets (bug 1851816) for causing private browsing related failures CLOSED TREE 2023-11-07 00:18:54 +02:00
editor Bug 1858794 - Make AutoMoveOneLineHandler track the new line range while moving content nodes r=m_kato 2023-11-01 01:32:40 +00:00
extensions Bug 1855300 - convert .ini manifests to .toml: batch 11 remaining **/mochitest.ini r=jmaher,geckoview-reviewers,extension-reviewers,valentin,credential-management-reviewers,cookie-reviewers,sgalich,m_kato,robwu 2023-10-13 02:32:24 +00:00
gfx Bug 1863241 - Replace WindowsHandle by HANDLE in Windows only code around layers r=gfx-reviewers,lsalzman 2023-11-07 00:18:04 +00:00
gradle/wrapper
hal Bug 1859865 [Linux] Don't throw error message if DBus operation is canceled r=emilio 2023-11-06 10:39:10 +00:00
image Bug 1722322 - Implement LargestContentfulPaint r=emilio 2023-11-02 20:53:36 +00:00
intl Bug 1856291 - Part 1: Increase limit for minimum time zone offset. r=dminor 2023-11-05 12:27:07 +00:00
ipc Bug 1860108 - Add IPC_SingleMessage fuzzer. r=nika,truber 2023-11-06 22:22:59 +00:00
js Backed out changeset 2516d38fcdfa (bug 1617562) for causing leaks on jsdate.cpp. CLOSED TREE 2023-11-07 09:12:23 +02:00
layout Bug 1852513 - Use more gradient color stops for interpolation r=tlouw,emilio 2023-11-07 06:34:57 +00:00
media Backed out 2 changesets (bug 1861618, bug 1856240) for causing build bustages in ClearKeyUtils.cpp CLOSED TREE 2023-11-01 18:03:05 -04:00
memory Bug 1829127 - Add telemetry for PHC utilisation r=glandium 2023-11-06 04:59:33 +00:00
mfbt Bug 1850723 - Make mozilla::Result constructor take another result with convertible value. r=emilio,glandium 2023-11-03 08:13:19 +00:00
mobile Bug 1862410 - Removing unused LoginReputation service and updating link to Chromium's safe browsing protobuf r=dimi,webdriver-reviewers,perftest-reviewers,devtools-reviewers,geckoview-reviewers,jonalmeida,owlish 2023-11-06 19:13:09 +00:00
modules Bug 1852513 - Use more gradient color stops for interpolation r=tlouw,emilio 2023-11-07 06:34:57 +00:00
mozglue Bug 1861618 - Reduce usage of return statements after else. r=sylvestre DONTBUILD 2023-11-06 16:59:46 +00:00
netwerk Bug 1863111 - Remove UA string workaround for Android versions < 4.4. r=necko-reviewers,valentin 2023-11-06 22:02:25 +00:00
nsprpub
other-licenses Bug 1857121: Update IA2TypeLibrary.idl to latest revision (IAccessible2 repo commit 4461630f). r=morgan 2023-10-11 22:10:23 +00:00
parser Bug 1862311 - Clean up the comments in nsHtml5AtomTable.h and increase the cache size a tiny bit, r=emilio 2023-10-31 23:05:59 +00:00
python Bug 1858062 - Remove reference to distutils in mozboot r=saschanaz 2023-11-07 07:43:07 +00:00
remote Bug 1862410 - Removing unused LoginReputation service and updating link to Chromium's safe browsing protobuf r=dimi,webdriver-reviewers,perftest-reviewers,devtools-reviewers,geckoview-reviewers,jonalmeida,owlish 2023-11-06 19:13:09 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,RyanVM 2023-11-06 14:34:22 +00:00
services Bug 1863026 - improve logging for received tabs. r=teshaq 2023-11-03 18:56:05 +00:00
servo Backed out changeset 8837411e5cce (bug 1862241) for causing failures in test_transitions_per_property.html CLOSED TREE 2023-11-06 20:45:52 +02:00
startupcache Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
storage Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
supply-chain Bug 1862763 - Update AudioIPC to 6be424d7. r=cubeb-reviewers,supply-chain-reviewers,padenot 2023-11-06 23:18:53 +00:00
taskcluster Bug 1861755 - media-gpu on windows hardware. r=gbrown,alwu,taskgraph-reviewers 2023-11-06 18:32:10 +00:00
testing Bug 1852513 - Use more gradient color stops for interpolation r=tlouw,emilio 2023-11-07 06:34:57 +00:00
third_party Bug 1862763 - Update AudioIPC to 6be424d7. r=cubeb-reviewers,supply-chain-reviewers,padenot 2023-11-06 23:18:53 +00:00
toolkit Backed out 5 changesets (bug 1861516) for causing mass failures CLOSED TREE 2023-11-07 05:24:56 +02:00
tools Backed out 5 changesets (bug 1861516) for causing mass failures CLOSED TREE 2023-11-07 05:24:56 +02:00
uriloader Bug 1828334 r=Gijs,dveditz,extension-reviewers,fluent-reviewers,flod,robwu,perftest-reviewers 2023-11-06 17:56:29 +00:00
view Bug 1421651 - Remove obseleted timeline and TimelineMarker code r=canaltinova,webidl,devtools-reviewers,saschanaz,smaug,ochameau 2023-10-24 15:18:12 +00:00
widget Bug 1789214: apply code formatting via Lando 2023-11-06 20:03:02 +00:00
xpcom Bug 1858565 - Make HTTPS-Only/First handle Superfluos Auth correctly r=freddyb,necko-reviewers,valentin 2023-11-06 09:48:48 +00:00
xpfe/appshell Bug 1107433 - macOS: Add fallback menu bar for early startup modals. r=mac-reviewers,spohl 2023-10-26 16:55:11 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.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 1854786 - Move exclusion from linting for talos devtools pages to ThirdPartyPaths.txt. r=bomsy 2023-11-01 08:00:39 +00:00
.eslintrc-test-paths.js Bug 1844125 - Remove more bits of old translations code. r=gregtatum 2023-10-30 16:20:55 +00:00
.eslintrc.js Bug 1861865 - Fix ESLint valid-jsdoc issues in various browser code and enable on directories where it is already passing. r=Gijs 2023-11-01 17:20:41 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1854874 - Add comm/ to .gitignore r=glandium 2023-10-25 01:32:19 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1859434 - ignore GeckoView directory with generated .class files r=geckoview-reviewers,m_kato DONTBUILD 2023-11-06 10:17:31 +00:00
.hgtags No bug - tagging fc01df84fa6d91b9dabb4b608eb947cef3230871 with FIREFOX_NIGHTLY_120_END a=release DONTBUILD CLOSED TREE 2023-10-23 14:15:27 +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 Backed out 5 changesets (bug 1861516) for causing mass failures CLOSED TREE 2023-11-07 05:24:56 +02:00
.prettierrc.js
.stylelintignore Bug 1857522 - Reduce max nesting depth to 3. r=Gijs 2023-10-08 22:33:39 +00:00
.stylelintrc.js Bug 1860666 - Add pref-gated ::slider-* pseudo-elements, and some tests. r=layout-reviewers,jfkthame 2023-10-30 15:15:24 +00:00
.taskcluster.yml
.trackerignore
.yamllint Bug 1858299 - moz.yaml file should not start with --- r=tjr 2023-10-13 11:56:37 +00:00
.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 1862763 - Update AudioIPC to 6be424d7. r=cubeb-reviewers,supply-chain-reviewers,padenot 2023-11-06 23:18:53 +00:00
Cargo.toml Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
client.mk
client.py
CLOBBER Bug 1857862 - Vendor libwebrtc from b38d9d2b6f - moz.build file updates 2023-10-23 20:42:39 +02:00
configure
configure.py Bug 1861273 - Add some profile markers for sub-phases of configure. r=firefox-build-system-reviewers,ahochheiden 2023-10-26 00:49:31 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1859692 - Display a warning when running a bleeding edge Python r=glandium,firefox-build-system-reviewers,afranchuk,ahochheiden 2023-11-07 07:42:52 +00:00
mach.cmd
mach.ps1
Makefile.in Bug 1861288 - Improve coverage of the pre-export and export phases in profiles. r=firefox-build-system-reviewers,ahochheiden 2023-10-27 00:01:35 +00:00
mots.yaml Bug 1860554 - Create a new Translation module. r=gregtatum,zeid DONTBUILD 2023-11-03 13:56:27 +00:00
moz.build
moz.configure
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 1847580 - Update ESLint to read .toml as well as .ini for test manifests r=Standard8 2023-10-23 17:22:29 +00:00
package.json
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.