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
Перейти к файлу
Malte Juergens 84aacf5dbe Bug 1858565 - Make HTTPS-Only/First handle Superfluos Auth correctly r=freddyb,necko-reviewers,valentin
- Introduce new error `NS_ERROR_SUPERFLUOS_AUTH`
- Make `nsHttpChannelAuthProvider::CheckForSuperfluousAuth` return that new error instead of `NS_ERROR_ABORT`
- If `CheckForSuperfluosAuth` fails, set the status of the http channel to the rv of `CheckForSuperfluosAuth` (this should always be the newly introduced error)
- Add the new error code  to `nsHTTPSOnlyUtils::HttpsUpgradeUnrelatedErrorCode` to make sure HTTPS-Only/First will not think that the request failed

Differential Revision: https://phabricator.services.mozilla.com/D191276
2023-11-06 09:48:48 +00:00
.cargo Bug 1862815 - Vendor `wgpu` changes. r=webgpu-reviewers,ErichDonGubler 2023-11-05 22:33:49 +00:00
.github/workflows
.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 1861902: Enforce some table restrictions to avoid crashes and improve consistency. r=eeejay 2023-11-06 04:17:45 +00:00
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2023-11-06 07:01:31 +00:00
build Bug 1860360 - Disable -Wvla-cxx-extension warning in clang 18. r=firefox-build-system-reviewers,andi 2023-10-24 05:48:56 +00:00
caps
chrome
config Bug 1861564 - Disambiguate markers when tracking them. r=florian,releng-reviewers,jcristau 2023-10-27 20:13:53 +00:00
devtools 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
docs Bug 1858148 - Change ESLint rule reject-importGlobalProperties to reject all imports in sjs files. r=mossop 2023-11-04 09:29:27 +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 Bug 1858565 - Make HTTPS-Only/First handle Superfluos Auth correctly r=freddyb,necko-reviewers,valentin 2023-11-06 09:48:48 +00: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
gfx Bug 1862815 - Update `wgpu` to revision 34e947de4b3e0b0d6b0e2f40cede926467ea9f1e. r=webgpu-reviewers,ErichDonGubler 2023-11-05 22:33:48 +00:00
gradle/wrapper
hal Backed out changeset f65c77517e3e (bug 1859865) for causing build bustages in nsAppShell.cpp CLOSED TREE 2023-11-04 04:52:00 -04: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 1831236 - Increase shutdown wait time for debug builds. r=jld 2023-11-06 08:08:05 +00:00
js Bug 1858565 - Make HTTPS-Only/First handle Superfluos Auth correctly r=freddyb,necko-reviewers,valentin 2023-11-06 09:48:48 +00:00
layout Bug 1863206 - Remove virtual keyword from overrides and stop prefixing variables that don't need prefixing r=emilio 2023-11-05 18:04:53 +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 1815339 - Flip the assertion for the GeckoView translation test; r=geckoview-reviewers,ohall 2023-11-05 17:08:56 +00:00
modules Bug 1862924 - Remove devtools.toolbox.force-chrome-prefs. r=devtools-reviewers,nchevobbe 2023-11-03 21:46:49 +00:00
mozglue 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
netwerk Bug 1858565 - Make HTTPS-Only/First handle Superfluos Auth correctly r=freddyb,necko-reviewers,valentin 2023-11-06 09:48:48 +00:00
nsprpub
other-licenses
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 1818418 - Use `reg.exe` to implement MSIX 1-click set-to-default. r=mhughes 2023-11-04 22:58:30 +00:00
remote 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
security Bug 1797769: For MSIX installs add the packageContents capability. r=handyman 2023-11-06 09:21:03 +00:00
services Bug 1863026 - improve logging for received tabs. r=teshaq 2023-11-03 18:56:05 +00:00
servo Bug 1860338 - Don't clamp to appUnit range during viewport-unit calculations. r=firefox-style-system-reviewers,emilio 2023-11-04 20:28:05 +00:00
startupcache
storage
supply-chain Bug 1862815 - Vet `wgpu` and `naga` commits. r=supply-chain-reviewers,bholley 2023-11-05 22:33:48 +00:00
taskcluster Backed out changeset a447cbe5674c (bug 1863030) for causing rust vendor failures CLOSED TREE 2023-11-04 02:41:42 +02:00
testing Bug 1862357 - [wpt-sync] Update web-platform-tests to a1463fbaff05ffa3bc7938bea3ac67ffd685e678, a=testonly 2023-11-06 09:06:41 +00:00
third_party Bug 1862815 - Vendor `wgpu` changes. r=webgpu-reviewers,ErichDonGubler 2023-11-05 22:33:49 +00:00
toolkit Bug 1829127 - Add telemetry for PHC utilisation r=glandium 2023-11-06 04:59:33 +00:00
tools Bug 1858148 - Change ESLint rule reject-importGlobalProperties to reject all imports in sjs files. r=mossop 2023-11-04 09:29:27 +00:00
uriloader 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
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 1762816 [Linux] Watch org.freedesktop.portal.Desktop DBus name and get session data only if it's running r=emilio 2023-11-06 09:40:32 +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
.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
.hgtags No bug: Removed tag FIREFOX_BETA_120_BASE a=release 2023-10-16 15:00:23 -04:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1854786 - Move exclusion from linting for talos devtools pages to ThirdPartyPaths.txt. r=bomsy 2023-11-01 08:00:39 +00:00
.prettierrc.js
.stylelintignore
.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
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1857862 - Vendor libwebrtc from b38d9d2b6f - moz.build file updates 2023-10-23 20:42:39 +02:00
Cargo.lock Bug 1862815 - Update `wgpu` to revision 34e947de4b3e0b0d6b0e2f40cede926467ea9f1e. r=webgpu-reviewers,ErichDonGubler 2023-11-05 22:33:48 +00:00
Cargo.toml Bug 1861220 - Vendor application services into moz central r=lina,adw 2023-10-26 23:27:39 +00:00
GNUmakefile
LICENSE
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
README.txt
aclocal.m4
build.gradle
client.mk
client.py
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
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1
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
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
settings.gradle
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.