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
Перейти к файлу
Randell Jesup bafc711011 Bug 1761089: Add support for getFile() to FileSystemHandles in OPFS r=dom-storage-reviewers,jari,janv
Depends on D154482

Differential Revision: https://phabricator.services.mozilla.com/D146986
2022-09-13 17:43:44 +00:00
.cargo Bug 1789547 - Update cubeb-pulse to 0.10.1 r=cubeb-reviewers,kinetik 2022-09-11 23:15:24 +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 1788143 - Rely on selection state to determine combo box value, r=Jamie 2022-09-13 16:18:52 +00:00
browser Bug 1790577 - Reset the tab drop indicator in tabs list. r=NeilDeakin 2022-09-13 17:33:58 +00:00
build Bug 1787505 - land NSS NSS_3_83_BETA2 UPGRADE_NSS_RELEASE, r=nss-reviewers,djackson 2022-09-13 16:39:55 +00:00
caps Bug 1789751 - Remove localhost from MV3 CSP r=mixedpuppy 2022-09-10 23:49:49 +00:00
chrome Backed out changeset 09fd858a96c9 (bug 1783497) for causing Xpcshell failures on test_ext_cookies_partitionKey.js 2022-09-12 21:11:43 +03:00
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 1790559 - [devtools] Update MDN compat data (2022 September 13th week) r=devtools-reviewers,jdescottes 2022-09-13 11:59:38 +00:00
docs Bug 1789902 - Part 1: Support accessing XPCOM static components from Rust, r=xpcom-reviewers,barret 2022-09-13 13:47:13 +00:00
docshell Bug 1705978 - Part 1: Track whether BrowsingContext is embedded in a content document, r=smaug 2022-09-12 06:20:38 +00:00
dom Bug 1761089: Add support for getFile() to FileSystemHandles in OPFS r=dom-storage-reviewers,jari,janv 2022-09-13 17:43:44 +00:00
editor Bug 1789344 - Make `SelectionState::DidMoveNode` track DOM points having pointed the moved content correctly r=m_kato 2022-09-12 23:53:37 +00:00
extensions Bug 1790105 - Fix test_permmanager_getAllByTypes.js intermittent failures. r=pbz. 2022-09-13 04:59:40 +00:00
gfx Bug 1785925 - Add LUT and Colorspace support to GLBlitHelper. r=lsalzman,media-playback-reviewers,alwu 2022-09-13 17:40:43 +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 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 1348272 - Mark nsIInputStream and nsIOutputStream as builtinclass, r=xpcom-reviewers,necko-reviewers,barret,valentin 2022-09-09 18:22:36 +00:00
intl Bug 1789902 - Part 2: Use XPCOM static components instead of Services in Rust, r=xpcom-reviewers,necko-reviewers,barret,valentin 2022-09-13 13:47:13 +00:00
ipc Bug 1784039 - Remove the `isLikelyOOM` property from ipc:content-shutdown messages r=jld 2022-09-13 07:01:57 +00:00
js Bug 1790102 - Make nsXPCWrappedJS into a regular script holder class. r=smaug 2022-09-13 16:25:58 +00:00
layout Bug 1790299 - Make XUL splitter use height property rather than attribute. r=jdescottes,tnikkel 2022-09-13 10:02:05 +00:00
media Bug 1789547 - Update libcubeb to revision 4783607e. r=cubeb-reviewers,kinetik 2022-09-11 23:15:25 +00:00
memory Bug 1785162 - Always stall on OOM on Windows in Nightly r=gsvelto 2022-08-25 19:35:32 +00:00
mfbt Bug 1784990 - Update lz4 to 1.9.4. r=glandium 2022-08-31 16:10:45 +00:00
mobile Bug 1776829 - Implement "Paste" permission action for clipboard.readText. r=geckoview-reviewers,owlish 2022-09-12 07:36:52 +00:00
modules Bug 1785925 - Add LUT and Colorspace support to GLBlitHelper. r=lsalzman,media-playback-reviewers,alwu 2022-09-13 17:40:43 +00:00
mozglue Bug 1612799 - Make UniqueJSONStrings operations fallible - r=canaltinova 2022-09-05 01:19:29 +00:00
netwerk Bug 1789902 - Part 3: Stop generating rust bindings for Services.py, r=xpcom-reviewers,barret 2022-09-13 13:47:14 +00:00
nsprpub Bug 1788009 - NSPR_4_35_RTM, version number only, no code change. r=glandium UPGRADE_NSPR_RELEASE 2022-09-13 06:26:48 +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 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
python Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
remote Bug 1766240 - [bidi] Implement "script.getRealms" command. r=webdriver-reviewers,jdescottes,whimboo 2022-09-12 12:35:19 +00:00
security Bug 1787505 - land NSS NSS_3_83_BETA2 UPGRADE_NSS_RELEASE, r=nss-reviewers,djackson 2022-09-13 16:39:55 +00:00
services Bug 1789902 - Part 2: Use XPCOM static components instead of Services in Rust, r=xpcom-reviewers,necko-reviewers,barret,valentin 2022-09-13 13:47:13 +00:00
servo Bug 1790495 - React to font-size changes on query containers. r=dshin 2022-09-13 17:08:46 +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 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
supply-chain Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
taskcluster Bug 1759030 - Use 'load_graph_config' from vendored taskgraph, r=releng-reviewers,jlorenzo 2022-09-13 14:47:57 +00:00
testing Bug 1713940, null check owner before using it, r=padenot 2022-09-13 17:09:24 +00:00
third_party Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
toolkit Bug 1787940 - Remove redundant toolkit.telemetry.testing.overrideProductsCheck being set in single test files. r=willdurand 2022-09-13 17:21:29 +00:00
tools Bug 1759030 - Use 'load_graph_config' from vendored taskgraph, r=releng-reviewers,jlorenzo 2022-09-13 14:47:57 +00:00
uriloader Backed out 2 changesets (bug 1771423) for causing webcompat regressions CLOSED TREE 2022-09-13 16:26:16 +03:00
view Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
widget Backed out 2 changesets (bug 1789390) for causing bc failures regarding unreferenced file on BackgroundTask_uninstall.jsm. CLOSED TREE 2022-09-13 13:20:20 +03:00
xpcom Bug 1789902 - Part 3: Stop generating rust bindings for Services.py, r=xpcom-reviewers,barret 2022-09-13 13:47:14 +00:00
xpfe/appshell Bug 1786525 - Don't update untransformed anchor rect when moved by move-to-rect. r=stransky 2022-08-30 09:30:27 +00:00
.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 Bug 1764698 - Move LanguageDetector.jsm and related files to toolkit. r=robwu 2022-08-23 05:59:55 +00:00
.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 Bug 1788798 - Support fluent in storybook r=hjones 2022-09-12 21:13:20 +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 1789249 - ESLint should ignore files listed in Generated.txt, and ESLint linter tests. r=mossop 2022-09-09 18:46:38 +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 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 No bug - tagging 6c21710d688563963ed9b143e6794274354f1508 with FIREFOX_NIGHTLY_105_END a=release DONTBUILD CLOSED TREE 2022-08-22 14:31:28 +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 Backed out changeset f737234929d4 for breaking mach commands with git-cinnbar clone. a=backout 2022-09-08 14:35:27 +02:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1766646 - Vendor libwebrtc from 2cdbb969f0 - moz.build file updates 2022-08-30 11:03:37 -04:00
Cargo.lock Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
Cargo.toml Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
client.mk
client.py
configure Bug 1787977 - Include configure in the tree. r=firefox-build-system-reviewers,nalexander 2022-08-30 04:02:12 +00:00
configure.py Bug 1787628 - Add `looseversion` import to `configure.py` r=firefox-build-system-reviewers,glandium 2022-08-30 18:24:55 +00:00
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
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 Bug 1788120 - Add new 'Core: Firefox Source Documentation' module, r=zeid 2022-08-30 20:45:00 +00:00
moz.build Bug 1737634: mots config file r=sheehan 2022-07-14 15:45:44 +00:00
moz.configure Bug 1787977 - Include configure in the tree. r=firefox-build-system-reviewers,nalexander 2022-08-30 04:02:12 +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 1709150 - Consider linter rule to make https the default for all kind of tests we add. r=Standard8,Gijs 2022-09-07 08:45:12 +00:00
package.json Bug 1709150 - Consider linter rule to make https the default for all kind of tests we add. r=Standard8,Gijs 2022-09-07 08:45:12 +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.