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
Перейти к файлу
Norisz Fay 14fd7ed50b Merge autoland to mozilla-central a=merge 2022-08-22 12:35:31 +03:00
.cargo Bug 1783985 - Remove compat with rustc < 1.61 from packed_simd. r=hsivonen 2022-08-16 00:56:23 +00:00
.vscode Bug 1769759 - Update extension ID for rust-analyzer vscode extension recommendation. r=andi 2022-05-17 14:36:27 +00:00
accessible Bug 1234121: Unify FocusedChild() in Accessible base class r=Jamie 2022-08-19 02:42:30 +00:00
browser Merge autoland to mozilla-central a=merge 2022-08-22 12:35:31 +03:00
build Bug 1769791, part 1 - Remove support for setting permissions in mozprofile. r=jmaher 2022-08-18 22:14:53 +00:00
caps Bug 1783078 require web_accessible_resources for any extension loads from a content script r=robwu,ckerschb 2022-08-05 04:36:30 +00:00
chrome Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
config Bug 1786025: Update time zone data to tzdata2022b. r=platform-i18n-reviewers,dminor 2022-08-19 17:14:03 +00:00
devtools Bug 1785451 - Ride along: Fix some typos r=linter-reviewers,fluent-reviewers,geckoview-reviewers,extension-reviewers,keeler,rpl,calu,ahal,flod DONTBUILD 2022-08-18 07:29:08 +00:00
docs Bug 1783282 - Use a custom attribute instead of derive for implementing xpcom interfaces in rust, r=xpcom-reviewers,necko-reviewers,dragana,barret 2022-08-18 13:57:35 +00:00
docshell Bug 1759604, check CanDropLink during the drop event as sites can cancel the dragover event causing the drop event to still fire, r=arai 2022-08-19 22:15:50 +00:00
dom Bug 1786210: Remove mentions of unused pref gfx.font_loader.interval. r=emilio 2022-08-21 23:45:56 +00:00
editor Bug 1786210: Remove mentions of unused pref gfx.font_loader.interval. r=emilio 2022-08-21 23:45:56 +00:00
extensions Bug 1782526 - Clean up site scope permission code, r=permissions-reviewers,pbz 2022-08-12 16:12:07 +00:00
gfx Bug 1786210: Remove mentions of unused pref gfx.font_loader.interval. r=emilio 2022-08-21 23:45:56 +00:00
gradle/wrapper
hal Bug 1771712 - Make it more likely for child processes to be killed under OOM conditions compared to the parent process on Linux r=jld 2022-08-09 16:05:48 +00:00
image Bug 1782595 - Use the preferred color-scheme to propagate to SVG images. r=tnikkel 2022-08-18 15:49:52 +00:00
intl Bug 1784901 - Show Language Mismatch Screen with negotiated language on left secondary section and switch button r=pdahiya 2022-08-19 22:07:10 +00:00
ipc Bug 1784812 - Use common JSONWriteFuncs when writing to a string - r=canaltinova,media-playback-reviewers,alwu 2022-08-17 07:07:54 +00:00
js Bug 1786113: Use ReportOversizedAllocation in BigInt::calculateMaximumDigitsRequired instead of ReportAllocationOverflow. r=arai 2022-08-20 12:32:21 +00:00
layout Backed out changeset caf2468b70be (bug 1782596) for causing failures on browser_target_configuration_command_color_scheme.js. CLOSED TREE 2022-08-22 04:53:34 +03:00
media Backed out 7 changesets (bug 1765480) for causing build bustages on config.h. CLOSED TREE 2022-08-17 20:53:08 +03:00
memory Bug 1716727 - patchset #2 [2/2] Deexperimentalize stalling code r=glandium 2022-08-18 20:32:26 +00:00
mfbt Bug 1783051 - Turn default browser agent's `EventLog` into a Windows-only header utility. r=rkraesig 2022-08-17 20:01:58 +00:00
mobile Bug 1785451 - Ride along: Fix some typos r=linter-reviewers,fluent-reviewers,geckoview-reviewers,extension-reviewers,keeler,rpl,calu,ahal,flod DONTBUILD 2022-08-18 07:29:08 +00:00
modules Backed out changeset caf2468b70be (bug 1782596) for causing failures on browser_target_configuration_command_color_scheme.js. CLOSED TREE 2022-08-22 04:53:34 +03:00
mozglue Bug 1785741 - Remove unused profiler_get_profile_json_into_lazily_allocated_buffer - r=canaltinova 2022-08-18 22:26:09 +00:00
netwerk Bug 1783282 - Use a custom attribute instead of derive for implementing xpcom interfaces in rust, r=xpcom-reviewers,necko-reviewers,dragana,barret 2022-08-18 13:57:35 +00:00
nsprpub Bug 1782740 - Update to NSPR 4.34.1 RTM. r=bbeurdouche UPGRADE_NSPR_RELEASE 2022-08-05 09:51:21 +00:00
other-licenses Bug 1743947 - Update Snappy to version 1.1.9. r=dom-storage-reviewers,janv 2022-07-12 15:38:23 +00:00
parser Bug 1770094 r=freddyb,emilio 2022-08-15 14:41:10 +00:00
python Bug 1785139 - linting fixup for vendor_manifest. r=lint-fix CLOSED TREE 2022-08-19 19:49:26 +00:00
remote Bug 1776377 changed MessageHandler classes to use private class fields. r=webdriver-reviewers,jdescottes 2022-08-22 07:23:08 +00:00
security Bug 1786076 - Enable ESlint rule no-unused-vars on the global scope for security/manager/ssl/ xpcshell-tests. r=keeler 2022-08-19 20:44:02 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM 2022-08-18 14:05:58 +00:00
servo Bug 1134171 - When serializing background shorthand skip initial values and order values according to grammar. r=emilio 2022-08-21 22:13:04 +00:00
startupcache Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
storage Bug 1769290 - Part 24: Apply mozilla-js-handle-rooted-typedef against layout,security,storage,tools r=andi 2022-07-14 17:00:24 +00:00
supply-chain Bug 1785002 - Update crypto-common to 0.1.6. r=emilio,supply-chain-reviewers 2022-08-16 21:47:45 +00:00
taskcluster Backed out changeset a36fe75347a1 (bug 1785174) for causing linting failures. 2022-08-17 20:51:11 +03:00
testing Backed out changeset caf2468b70be (bug 1782596) for causing failures on browser_target_configuration_command_color_scheme.js. CLOSED TREE 2022-08-22 04:53:34 +03:00
third_party Bug 1785225 - Update function2 to 2d3a878ef19dd5d2fb188898513610fac0a48621 r=nika 2022-08-17 19:02:06 +00:00
toolkit Bug 1779759 - Block shutdown for terminator telemetry r=chutten 2022-08-21 00:21:10 +00:00
tools Bug 1781378 - Adding final MR onboarding strings r=pdahiya,fluent-reviewers,flod,Mardak 2022-08-19 20:42:45 +00:00
uriloader Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2022-08-16 07:08:27 +00:00
view Bug 1758115 - Part 2: Streamline locking, initialization and shutdown for TimelineConsumers, r=smaug 2022-06-29 15:01:51 +00:00
widget Bug 1785947 - Fix Linux 32-bit WPT backdrop filter tests. r=gfx-reviewers,jrmuizel 2022-08-19 02:13:29 +00:00
xpcom Bug 1783282 - Use a custom attribute instead of derive for implementing xpcom interfaces in rust, r=xpcom-reviewers,necko-reviewers,dragana,barret 2022-08-18 13:57:35 +00:00
xpfe/appshell Bug 1761040 - Prefix thread safety macros with MOZ_ r=geckoview-reviewers,media-playback-reviewers,alwu,jesup,m_kato 2022-08-03 16:39:41 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1766045 - Initial work for UniFFI JS bindings r=nika 2022-08-03 18:59:35 +00:00
.cron.yml Backed out changeset b3f4763a4887 (bug 1752111) for causing l10n-bump failures. 2022-08-12 11:27:09 +03:00
.eslintignore Bug 1766045 - Initial work for UniFFI JS bindings r=nika 2022-08-03 18:59:35 +00:00
.eslintrc-test-paths.js Bug 1782008 - Add existing test directories to the ESLint test path definition file. r=mossop 2022-08-03 11:16:19 +00:00
.eslintrc.js Bug 1786104 - Enable all ESLint rules on dom production files. r=smaug 2022-08-21 18:19:44 +00:00
.flake8 Bug 1775183 - Remove fork_interpose.py. r=firefox-build-system-reviewers,nalexander 2022-06-21 06:44:55 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1776870 - Integrate esmify script into mach. r=yulia,firefox-static-analysis-reviewers,andi 2022-07-11 14:55:11 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 634029 - Add `.rej` and `.orig` files, which can be generated from `hg` commands, to `.hgignore`. r=firefox-build-system-reviewers,andi DONTBUILD 2022-07-11 15:12:35 +00:00
.hgtags No bug - tagging aefc088708a85e810290b4793474e4582d75adf9 with FIREFOX_NIGHTLY_104_END a=release DONTBUILD CLOSED TREE 2022-07-25 16:15:20 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1782273 - Part 30: Enable prettier for selfhosted code. r=tcampbell,Standard8 2022-08-04 17:13:03 +00:00
.prettierrc
.taskcluster.yml Bug 1762128 - bump the cache name for decision images to stop interfering with other trees. r=releng-reviewers,ahal a=release 2022-03-30 14:54:03 +02:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-07-25 16:15:27 +00:00
Cargo.lock Bug 1785002 - Update crypto-common to 0.1.6. r=emilio,supply-chain-reviewers 2022-08-16 21:47:45 +00:00
Cargo.toml Bug 1785002 - Force update hashbrown to 0.12.3. r=emilio,supply-chain-reviewers 2022-08-16 21:47:43 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1783754 - Update to Glean v51.1.0. r=TravisLong,supply-chain-reviewers 2022-08-09 15:58:51 +00:00
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach
mach.cmd
mach.ps1 Bug 1761633 - Silence the possible error from Get-Command r=mhentges DONTBUILD 2022-03-28 19:13:18 +00:00
mots.yaml no bug - mots doc: update to use https by default r=zeid DONTBUILD 2022-08-12 07:28:24 +00:00
moz.build Bug 1737634: mots config file r=sheehan 2022-07-14 15:45:44 +00:00
moz.configure Bug 1773520 - add vscode build backend by default if vscode is installed, r=firefox-build-system-reviewers,nalexander,glandium 2022-07-18 13:14:23 +00:00
mozilla-config.h.in
old-configure.in Bug 1762484 - Enable most of the same warnings on Windows as on other platforms. r=firefox-build-system-reviewers,andi 2022-04-25 22:21:31 +00:00
package-lock.json Bug 1762571 - Update node_modules bundles and package-lock.json files for new node versions. r=mossop 2022-07-07 22:09:00 +00:00
package.json Bug 1766268 - Update eslint-plugin-mozilla's version of estraverse to fix issues with private identifiers. r=mossop 2022-04-27 15:14:35 +00:00
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.