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
Перейти к файлу
Nicolas Chevobbe 9183fd6097 Bug 1929594 - [devtools] Use --theme-text-color-inactive for disabled menu items instead of tweaking the opacity. r=devtools-reviewers,ochameau.
This makes the element nicely adapt to High Contrast Mode.

Differential Revision: https://phabricator.services.mozilla.com/D228191
2024-11-07 16:01:43 +00:00
.cargo Bug 1926928 - update to neqo v0.10.0 r=necko-reviewers,sunil,valentin 2024-11-06 08:21:25 +00:00
.github/workflows
.vscode
accessible Bug 1440950 - Remove unslotted subtree even when its root has no accessible. r=nlapre 2024-11-06 22:31:09 +00:00
browser Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
build Bug 1915191 - Provide a minimal linter for configure help r=glandium,geckoview-reviewers,owlish 2024-11-07 10:43:43 +00:00
caps Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
chrome
config Bug 1927706 - Part 5.4: Update ICU data files. r=platform-i18n-reviewers,gregtatum 2024-10-31 10:10:04 +00:00
devtools Bug 1929594 - [devtools] Use --theme-text-color-inactive for disabled menu items instead of tweaking the opacity. r=devtools-reviewers,ochameau. 2024-11-07 16:01:43 +00:00
docs Bug 1929650 - Remote Settings Client doc fixes, r=bgruber 2024-11-06 20:45:14 +00:00
docshell Bug 1927967 - Use typed units for nsDocumentViewer bounds. r=hiro,dholbert 2024-11-06 12:37:39 +00:00
dom Bug 1922506: Implement MOZ_debug.CONTEXT_TYPE extenstion. r=tjr,jgilbert,webidl,saschanaz 2024-11-07 13:07:25 +00:00
editor Backed out 2 changesets (bug 1862256) for causing mochitests failures in test_native_key_bindings_mac.html. CLOSED TREE 2024-11-07 14:31:58 +02:00
extensions Backed out 8 changesets (bug 1816449, bug 1919558) for causing xpcshell and mochitest failures 2024-11-05 13:44:46 +02:00
gfx Bug 1926982 - Handle overscroll properly when handling hold gesture events. r=dlrobertson 2024-11-07 15:58:40 +00:00
gradle/wrapper
hal Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
image Bug 1929268 - Use std::clamp instead of min/max chain in image/ r=dholbert 2024-11-07 09:36:03 +00:00
intl Bug 1928931: Speed up `nsFind` by reusing the word segmenter. r=emilio 2024-11-04 12:44:49 +00:00
ipc Bug 1929269 - Use std::clamp instead of min/max chain in ipc/glue/IdleSchedulerParent.cpp r=smaug 2024-11-07 09:32:58 +00:00
js Bug 1928356 - Do not assume the lhs and the rhs are different in RegExpNamedCaptureIndexLess. r=iain 2024-11-07 15:32:51 +00:00
layout Backed out 2 changesets (bug 1862256) for causing mochitests failures in test_native_key_bindings_mac.html. CLOSED TREE 2024-11-07 14:31:58 +02:00
media Bug 1927533 - Apply mozilla patches for libvpx r=chunmin 2024-11-04 06:00:29 +00:00
memory Bug 1929263 - Use std::clamp instead of min/max chain in memory/build/PHC.cpp r=glandium 2024-11-06 10:13:48 +00:00
mfbt Bug 1927417 - Part 1: Add mozilla::BitSet methods to efficiently find the next and previous bits set r=glandium 2024-11-06 08:21:48 +00:00
mobile Bug 1923385 - [Menu Redesign] Add a navigation transition animation for specific menu items r=android-reviewers,petru 2024-11-07 15:40:52 +00:00
modules Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
mozglue Bug 1908630 - Override LLVM Profiling for manual handling r=firefox-build-system-reviewers,glandium 2024-11-05 06:30:49 +00:00
netwerk Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
nsprpub Bug 1920969 - Set NSPR version to 4.36 RTM. No code change. r=sylvestre UPGRADE_NSPR_RELEASE DONTBUILD 2024-10-23 16:06:56 +00:00
other-licenses
parser Bug 1927404 - Fix reftests. r=hsivonen 2024-11-05 09:54:42 +00:00
python Bug 1928224 - Add intent and NER performance test in local r=sparky,tarek,perftest-reviewers 2024-11-07 14:45:12 +00:00
remote Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,pascalc 2024-11-04 16:06:32 +00:00
services Bug 1929355 - fix reconnecting FxA accounts after a password change. r=lina 2024-11-06 02:26:19 +00:00
servo Bug 1905904 - Always preserve collapsible spaces in text controls. r=masayuki 2024-11-07 10:23:13 +00:00
startupcache Bug 1925866 - NS_NewLocalFile's aFollowSymlinks arg is unused. r=xpcom-reviewers,necko-reviewers,valentin,media-playback-reviewers,win-reviewers,karlt,nika,rkraesig 2024-10-22 09:38:16 +00:00
storage Bug 1924664 - Fix Cargo.toml-related warnings from first-party crates. r=firefox-build-system-reviewers,necko-reviewers,profiler-reviewers,aabh,ahochheiden 2024-10-28 20:56:36 +00:00
supply-chain Backed out 3 changesets (bug 1929483) for causing build bustages @wgpu_ffi_generated.h.stub. CLOSED TREE 2024-11-06 23:07:07 +02:00
taskcluster bug 1913293 - add native pgo for aarch64 windows. r=taskgraph-reviewers,firefox-build-system-reviewers,bhearsum,glandium 2024-11-07 15:03:25 +00:00
testing Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
third_party Backed out 3 changesets (bug 1929483) for causing build bustages @wgpu_ffi_generated.h.stub. CLOSED TREE 2024-11-06 23:07:07 +02:00
toolkit Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE 2024-11-07 17:43:57 +02:00
tools Bug 1928135 - Output suite-level description missing error on all changed files. r=perftest-reviewers,fbilt DONTBUILD 2024-11-07 12:17:51 +00:00
uriloader Bug 1733498 - Migrate necko errors l10n strings from properties to Fluent r=necko-reviewers,valentin,flod 2024-11-04 16:58:29 +00:00
view Bug 1924240 - Devirtualize parent handling. r=mac-reviewers,win-reviewers,geckoview-reviewers,bradwerth,m_kato,rkraesig 2024-10-22 20:25:18 +00:00
widget Bug 1902570: Enable "Stix Two Math" on macOS 13 and above. r=tjr 2024-11-07 13:08:10 +00:00
xpcom Bug 1928412 - Implemenet the `HostDefined` object that will be carried around for Javascript callbacks r=arai 2024-11-07 15:03:48 +00:00
xpfe/appshell Bug 1929258 - Use std::clamp instead of min/max chain in xpfe/appshell/ r=gstoll 2024-11-06 10:17:49 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintrc-ignores.js
.eslintrc-rollouts.js Bug 1928625 - Remove ESLint rule mozilla/consistent-if-bracing as curly already enforces more than it. r=frontend-codestyle-reviewers,mossop 2024-11-04 13:48:54 +00:00
.eslintrc-test-paths.js Backed out 2 changesets (bug 1926145, bug 1924850) for causing bc failures @ browser_menubar_profiles CLOSED TREE 2024-11-06 01:15:56 +02:00
.eslintrc.js Bug 1927798 - Re-enable the curly rule for ESLint. r=frontend-codestyle-reviewers,mossop 2024-11-01 14:15:01 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hgignore
.hgtags No bug - tagging 8dae036c3388e3a50a8337590d62780805b4c680 with FIREFOX_NIGHTLY_133_END a=release DONTBUILD CLOSED TREE 2024-10-28 13:59:04 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Backed out changeset e5583dbc5865 (bug 1929116) for causing multiple bc/xpc failures. CLOSED TREE 2024-11-06 02:41:58 +02:00
.prettierrc.js
.rstcheck.cfg
.stylelintignore
.stylelintrc.js Bug 1921088 - Upgrade Stylelint and related libraries to the latest version r=Standard8,devtools-reviewers,omc-reviewers,home-newtab-reviewers,nchevobbe,thecount,desktop-theme-reviewers,dao,aminomancer 2024-10-15 19:39:46 +00:00
.taskcluster.yml Bug 1923857 - retry decision tasks on try for worker-shutdown/claim-expired errors. r=releng-reviewers,bhearsum DONTBUILD 2024-10-10 13:32:22 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1927706 - Part 15: Updating ICU requires a clobber. r=platform-i18n-reviewers,gregtatum 2024-10-31 10:26:32 +00:00
Cargo.lock Backed out 3 changesets (bug 1929483) for causing build bustages @wgpu_ffi_generated.h.stub. CLOSED TREE 2024-11-06 23:07:07 +02:00
Cargo.toml Bug 1929475 - Vendor application-services 6a7df1d54b34579cbb2fbca257b5b11d40ab4ea2 for city-based weather. r=nanj 2024-11-06 02:50:00 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure
configure.py
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1
mots.yaml Bug 1927406 - Update Owner and Peer of Toolkit::PasswordManager r=zeid 2024-10-31 09:06:31 +00:00
moz.build Bug 1923364 - Add topic guides for app-services, r=nanj,markh DONTBUILD 2024-10-09 23:24:17 +00:00
moz.configure Bug 1915191 - Provide a minimal linter for configure help r=glandium,geckoview-reviewers,owlish 2024-11-07 10:43:43 +00:00
mozilla-config.h.in
old-configure.in
package-lock.json Bug 1921088 - Upgrade Stylelint and related libraries to the latest version r=Standard8,devtools-reviewers,omc-reviewers,home-newtab-reviewers,nchevobbe,thecount,desktop-theme-reviewers,dao,aminomancer 2024-10-15 19:39:46 +00:00
package.json Bug 1921088 - Upgrade Stylelint and related libraries to the latest version r=Standard8,devtools-reviewers,omc-reviewers,home-newtab-reviewers,nchevobbe,thecount,desktop-theme-reviewers,dao,aminomancer 2024-10-15 19:39:46 +00:00
pyproject.toml
settings.gradle Bug 1894737 - Building geckoview spends time evaluating unrelated gradle projects. r=firefox-build-system-reviewers,geckoview-reviewers,android-reviewers,nalexander,ohall,jonalmeida 2024-11-06 17:36:23 +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.