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
Mike Hommey 3b6d66eba3 Bug 1788858 - Remove HOST_MAJOR_VERSION. r=firefox-build-system-reviewers,necko-reviewers,andi
`HAS_CONNECTX` is not used in `netwerk/protocol/http` as of bug 1689604.
In NSPR, it is used to enable the use of `connectx`, which is available
since macOS 10.11, and we target 10.12, which means it's always
available, so we don't need to check for it based on the target version
(and checking the host version was wrong, too).

Differential Revision: https://phabricator.services.mozilla.com/D156275
2022-09-05 21:24:25 +00:00
.cargo Bug 1787688 (part 1) - vendor a new application-services. r=bdk,supply-chain-reviewers 2022-09-02 00:32:53 +00:00
.vscode
accessible Bug 1787692: Partially support ISimpleDOMNode::nodeInfo for cached RemoteAccessibles. r=morgan 2022-09-05 04:30:44 +00:00
browser Bug 1789278 - Adjust panel margins on Windows for box shadow. r=emilio 2022-09-05 19:54:45 +00:00
build Bug 1788858 - Remove HOST_MAJOR_VERSION. r=firefox-build-system-reviewers,necko-reviewers,andi 2022-09-05 21:24:25 +00:00
caps
chrome
config Bug 1788858 - Remove HOST_MAJOR_VERSION. r=firefox-build-system-reviewers,necko-reviewers,andi 2022-09-05 21:24:25 +00:00
devtools Bug 1789245 - [devtools] Mark openDevTools as nullable for installTemporaryAddon r=devtools-backward-compat-reviewers,ochameau 2022-09-05 17:06:16 +00:00
docs Bug 1789204 - Import "avoiding intermittent oranges" from mdn r=marco DONTBUILD 2022-09-05 12:49:51 +00:00
docshell Bug 1787127 - Use used color-scheme (not preferred) to determine canvas background adjustments. r=tnikkel 2022-09-04 23:16:32 +00:00
dom Bug 1590232: Added missing header. r=smaug 2022-09-05 16:33:39 +00:00
editor Bug 1779846 - Remove an unneeded if-statement in TextServicesDocument::OffsetEntryArray::FindWordRange(). r=masayuki 2022-09-02 18:52:36 +00:00
extensions Bug 1777394 - Do not crash on inaccessible dictionary file. r=bholley 2022-09-05 11:29:45 +00:00
gfx Bug 1771125 - Don't bother trying to start the font-info loader if we're already shutting down. r=lsalzman 2022-09-03 01:53:21 +00:00
gradle/wrapper Bug 1786164 - Update gradle and plugin to the latest versions. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:38 +00:00
hal
image
intl Bug 1446164 - Migrate formautofill edit dialogs to Fluent. r=sgalich,fluent-reviewers,flod 2022-09-01 20:35:37 +00:00
ipc Bug 1785738 - part4 : run media engine in the new utility process. r=gerard-majax,azebrowski 2022-09-03 00:53:59 +00:00
js Bug 1788177 - Part 3: Enable ShouldInitFixedSlots for CreatePlainObject. r=jandem 2022-09-05 12:21:54 +00:00
layout Bug 1783821 - [devtools] Manual rewrites r=bomsy 2022-09-05 12:29:57 +00:00
media Bug 1789233 - Remove media/libvpx/libvpx/vpx_dsp/vpx_dsp.mk.orig. DONTBUILD 2022-09-05 11:20:58 +00:00
memory
mfbt Bug 1784990 - Update lz4 to 1.9.4. r=glandium 2022-08-31 16:10:45 +00:00
mobile Bug 1786164 - Add more Gradle JVM memory flags. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:39 +00:00
modules Bug 1787162 - Treat form with cc-name and cc-exp field as a valid credit card form r=sgalich 2022-09-05 09:15:40 +00:00
mozglue Bug 1612799 - Make UniqueJSONStrings operations fallible - r=canaltinova 2022-09-05 01:19:29 +00:00
netwerk Bug 1788858 - Remove HOST_MAJOR_VERSION. r=firefox-build-system-reviewers,necko-reviewers,andi 2022-09-05 21:24:25 +00:00
nsprpub Bug 1788009 - NSPR_4_35_BETA1. r=glandium UPGRADE_NSPR_RELEASE 2022-08-31 08:14:25 +00:00
other-licenses
parser Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
python Bug 1788854 - Require MacOSX 11.3 SDK. r=firefox-build-system-reviewers,andi 2022-09-04 21:07:02 +00:00
remote Bug 1770740 - [bidi] Implement "script.disown" command r=webdriver-reviewers,Sasha,whimboo 2022-09-05 08:53:15 +00:00
security Bug 1789133 - Fix non-unified-build bustage in SandboxTestingChildTests.h; r=gerard-majax 2022-09-04 15:01:06 +00:00
services Bug 1787688 (part 2) - rename envelope fields and promisify the xpcom bridged engine wrapper. r=skhamis 2022-09-02 00:32:54 +00:00
servo Bug 1788645: Do not reset font-weight/font-style when mathvariant is specified. r=emilio 2022-09-03 07:09:44 +00:00
startupcache
storage
supply-chain Bug 1788903 - Vet cssparser / selectors / servo_arc. r=bholley 2022-09-02 15:57:10 +00:00
taskcluster Bug 1788854 - Require MacOSX 11.3 SDK. r=firefox-build-system-reviewers,andi 2022-09-04 21:07:02 +00:00
testing Bug 1788913 - Enable focus fixup in inert tests. r=smaug 2022-09-05 14:25:17 +00:00
third_party Bug 1786502 - Lock access to DeviceInfo devicechange callbacks. r=webrtc-reviewers,jib 2022-09-05 13:56:11 +00:00
toolkit Bug 1789278 - Adjust panel margins on Windows for box shadow. r=emilio 2022-09-05 19:54:45 +00:00
tools Bug 1783821 - [devtools] Load Launcher.sys.mjs via ChromeUtils.importESModule. r=perftest-reviewers,bomsy,arai,sparky 2022-09-05 12:29:57 +00:00
uriloader Bug 1772988, add some additional extensions for some media types as Windows doesn't provide some of them, causing valid extensions to be replaced when saving files, r=mhowell 2022-09-02 15:33:35 +00:00
view Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
widget Bug 1788936 [Wayland] Don't hide GDK_WINDOW_TYPE_HINT_UTILITY popup when has a correct type r=emilio 2022-09-05 10:38:45 +00:00
xpcom Bug 1483662 - Add microSecondTimeStamp to nsConsoleMessage, nsScriptError and ConsoleEvent. r=edgar. 2022-09-02 04:58:28 +00:00
xpfe/appshell
.arcconfig Revert .arcconfig changes to keep MOZILLACENTRAL as configured. a=merge IGNORE BAD COMMIT MESSAGES 2022-08-30 11:04:36 -04:00
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1788968 - Rename nightly beta cron for perftest to daily. r=sparky,perftest-reviewers 2022-09-02 20:12:36 +00:00
.eslintignore
.eslintrc-test-paths.js
.eslintrc.js Bug 1788037 - Turn on ESLint rule for prefer-boolean-length-check for dom. r=asuth,karlt 2022-09-02 11:05:17 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1788186 - Remove configure from *ignore files. r=nalexander DONTBUILD 2022-08-31 17:37:40 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1788186 - Remove configure from *ignore files. r=nalexander DONTBUILD 2022-08-31 17:37:40 +00:00
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1786174 - Update Android linter to v30.2.2 and fix newly-flagged errors. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:39 +00:00
Cargo.lock Bug 1788412 - Add support generating UniFFi for custom types r=bdk,supply-chain-reviewers 2022-09-02 02:56:12 +00:00
Cargo.toml Bug 1787688 (part 1) - vendor a new application-services. r=bdk,supply-chain-reviewers 2022-09-02 00:32:53 +00:00
client.mk
client.py
CLOBBER Bug 1766646 - Vendor libwebrtc from 2cdbb969f0 - moz.build file updates 2022-08-30 11:03:37 -04:00
configure
configure.py Bug 1787628 - Add looseversion import to configure.py r=firefox-build-system-reviewers,glandium 2022-08-30 18:24:55 +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
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1788120 - Add new 'Core: Firefox Source Documentation' module, r=zeid 2022-08-30 20:45:00 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
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.