Fune (船) is a Firefox ESR fork with the intent of bringing back the Firefox 2.0 look and overall decrapifying the browser.
Find a file
Mitchell Hentges 0492b82b77 Bug 1750874: Support launching Mach with py instead of python r=glandium
When installing from Python.org, the `python` command isn't available by
default (in favour of `py`). Support using `py` instead.

There were issues running `hg` when `python` isn't added to the `PATH`,
so the docs are being updated accordingly.
Of course, it's still worth supporting `py`-instead-of-`python`
workflows for `git` users who won't be impacted by that bug.

Differential Revision: https://phabricator.services.mozilla.com/D136286
2022-01-21 18:22:58 +00:00
.cargo Bug 1726279 - Enable AudioIPC rework for Windows and Linux by default. r=cubeb-reviewers,padenot 2022-01-14 03:52:35 +00:00
.vscode
accessible Bug 1749274: Don't return an OOP iframe COM proxy in MsaaAccessible::ResolveChild. r=eeejay 2022-01-21 01:20:49 +00:00
browser Bug 1750233 - Allow JSON policy to be a REG_SZ. r=mstriemer 2022-01-21 18:17:01 +00:00
build Bug 1748737: Bump attrs to be compatible with mochitest r=ahal 2022-01-21 18:21:56 +00:00
caps Bug 1544127 - Make sure nsIPrincipal is only accessed on main thread, r=necko-reviewers,valentin 2022-01-19 13:52:05 +00:00
chrome Bug 1747165 - Replace TK_FLAGS/TK_LIBS with MOZ_GTK3_FLAGS/MOZ_GTK3_LIBS. r=firefox-build-system-reviewers,andi 2021-12-23 20:29:07 +00:00
config Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
devtools Bug 1751032 - [devtools] Migrate all tabs selectors to a selector module. r=bomsy 2022-01-21 16:01:01 +00:00
docs Bug 1746286: Don't recommend adding "Mach" to your PATH r=ahal 2022-01-13 21:39:39 +00:00
docshell Bug 1748874 - Part 3: Mark the decl of SessionStoreRestoreData::RestoreInto as CAN_RUN_SCRIPT r=masayuki 2022-01-11 11:52:27 +00:00
dom Backed out changeset a428c4aa428e (bug 1697256) for causing crashtest failures in dom/base/crashtests/1697256.html CLOSED TREE 2022-01-21 20:20:17 +02:00
editor Bug 1749299 - Make HTMLEditor::HandleInsertLinefeed() stop handling it if insertion point cannot have text nodes r=m_kato 2022-01-16 06:21:17 +00:00
extensions Bug 1751264 - adjust tests that should be passing on win10. r=intermittent-reviewers,MasterWayZ 2022-01-20 21:02:44 +00:00
gfx Bug 1751252 - Block partial present on Linux NVIDIA and ship X11 EGL with NVIDIA to release. r=rmader,jrmuizel,jnicol 2022-01-21 16:24:06 +00:00
gradle/wrapper Bug 1724480 - Upgrade JDK to Java 17. r=glandium,ahal,calu 2022-01-11 19:16:01 +00:00
hal Bug 1750142 - Support screen.orientation.lock('any') on GeckoView backend. r=geckoview-reviewers,calu 2022-01-15 11:19:55 +00:00
image Bug 1712836. Decrease number of iframes containing animated gifs so slower platforms have a chance to end test with no paints pending. r=aosmond 2022-01-19 21:11:12 +00:00
intl Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
ipc Bug 1748852: Assert on IPC_FAIL unless fuzzing. r=ipc-reviewers,nika,media-playback-reviewers,alwu 2022-01-20 15:42:57 +00:00
js Bug 1750930 - Make the indirect stub table two-level. r=yury 2022-01-21 15:37:21 +00:00
layout Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
media Bug 1749852 [Linux] Don't build VA-API with MOZ_FFVPX_AUDIOONLY r=jhorak 2022-01-17 08:40:41 +00:00
memory Bug 1747756 - Move Windows system libraries from LIBS to moz.build. r=firefox-build-system-reviewers,mhentges 2021-12-30 20:56:43 +00:00
mfbt Bug 1748874 - Part 5: Require CAN_RUN_SCRIPT to be at the first declaration r=andi 2022-01-11 11:52:27 +00:00
mobile Bug 1750395 - Use mozshowdropdown events to show select dropdown. r=agi 2022-01-21 11:08:38 +00:00
modules Bug 1751252 - Block partial present on Linux NVIDIA and ship X11 EGL with NVIDIA to release. r=rmader,jrmuizel,jnicol 2022-01-21 16:24:06 +00:00
mozglue Bug 1747429 - Replace preprocessor urlbar* variables with CSS vars. r=dao 2022-01-20 22:46:29 +00:00
netwerk Bug 1703634 - Disable test_trr_cancel.js::cancel_immediately for socket process r=necko-reviewers,kershaw 2022-01-21 13:45:08 +00:00
nsprpub Bug 1743566 - Finalize NSPR version number (no code change). r=glandium UPGRADE_NSPR_RELEASE DONTBUILD 2021-12-18 01:13:20 +00:00
other-licenses
parser Bug 1749522 - When plain text encoding speculation fails, restart the plaintext mode of the tokenizer. r=smaug 2022-01-17 09:16:10 +00:00
python Bug 1750874: Support launching Mach with py instead of python r=glandium 2022-01-21 18:22:58 +00:00
remote Bug 1751361 - [marionette] Replace assertions for Firefox with Desktop. r=webdriver-reviewers,jdescottes 2022-01-21 16:03:23 +00:00
security Bug 1640316 - Add tests for corrupted CRLite information. r=keeler 2022-01-20 18:09:24 +00:00
services No Bug, mozilla-central repo-update HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2022-01-20 17:50:51 +00:00
servo Bug 1751088 - Choose tabpanel background based on content preferred color-scheme. r=dao 2022-01-20 12:09:13 +00:00
startupcache
storage Bug 1748718 - Part 2: Use the specified type for rust xpidl constants, r=emilio 2022-01-07 20:35:15 +00:00
taskcluster Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
testing Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
third_party Bug 1748737: Bump attrs to be compatible with mochitest r=ahal 2022-01-21 18:21:56 +00:00
toolkit Bug 1750233 - Allow JSON policy to be a REG_SZ. r=mstriemer 2022-01-21 18:17:01 +00:00
tools Bug 1748737: Bump attrs to be compatible with mochitest r=ahal 2022-01-21 18:21:56 +00:00
uriloader Bug 1745650 - If a download upgrades to https via httpsFirst-/httpsOnly - mode it fails. r=ckerschb,necko-reviewers,dragana 2022-01-20 14:14:10 +00:00
view
widget Bug 1751252 - Block partial present on Linux NVIDIA and ship X11 EGL with NVIDIA to release. r=rmader,jrmuizel,jnicol 2022-01-21 16:24:06 +00:00
xpcom Bug 1749825 - Make it possible for privileged script to opt elements into mousewheel autodir/honour root behaviour. r=botond 2022-01-21 16:12:48 +00:00
xpfe/appshell Bug 1748888 - Add ErrorResult parameter to PromiseNativeHandler callbacks r=smaug 2022-01-20 19:11:39 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1719554 - Unify unicode::Script as intl::Script; r=platform-i18n-reviewers,gregtatum 2021-12-06 18:15:50 +00:00
.cron.yml Bug 1748581 - Update l10n changesets with daily builds r=aki 2022-01-18 18:07:59 +00:00
.eslintignore Bug 1750596 - Moving save to Pocket vendors into their own bundle. r=gvn 2022-01-20 21:27:44 +00:00
.eslintrc.js Bug 1746751 - Use ChromeUtils.import with one parameter in blocklist test code. r=robwu DONTBUILD 2022-01-07 10:06:51 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1749650 - Ignore clangd index files in gecko root folder. r=firefox-build-system-reviewers,andi 2022-01-12 17:20:04 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1749650 - Ignore clangd index files in gecko root folder. r=firefox-build-system-reviewers,andi 2022-01-12 17:20:04 +00:00
.hgtags No bug - tagging 84580a18f7004d023fe9666a0f01c1b97b03c355 with FIREFOX_NIGHTLY_97_END a=release DONTBUILD CLOSED TREE 2022-01-10 17:50:29 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4 Bug 1747970 - Move AC_CHECK_FUNC{,S} to python configure. r=firefox-build-system-reviewers,andi 2022-01-20 21:01:20 +00:00
AUTHORS
build.gradle Bug 1750544 - Upgrade to Glean v43.0.2. r=chutten 2022-01-17 16:26:33 +00:00
Cargo.lock Bug 1750646 - Bulk update of rust crates (q, r, s, t, u, v and w). r=emilio 2022-01-18 09:10:42 +00:00
Cargo.toml Bug 1730004 - Add a crate with diagnostic / nightly asserts. r=nika,emilio 2022-01-07 21:24:45 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-12-06 19:18:29 +00:00
configure.in
configure.py Bug 1747332 - Move build environment checks to configure.py. r=firefox-build-system-reviewers,andi 2021-12-23 20:47:47 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1740123: Allow invoking Mach outside of MozillaBuild r=glandium 2022-01-06 06:49:47 +00:00
mach.cmd Bug 1750874: Support launching Mach with py instead of python r=glandium 2022-01-21 18:22:58 +00:00
mach.ps1 Bug 1750874: Support launching Mach with py instead of python r=glandium 2022-01-21 18:22:58 +00:00
Makefile.in Bug 1744325 - Remove outdated update-packaging cruft. r=bhearsum,firefox-build-system-reviewers,glandium 2021-12-10 17:31:08 +00:00
moz.build
moz.configure Bug 1747970 - Move AC_CHECK_FUNC{,S} to python configure. r=firefox-build-system-reviewers,andi 2022-01-20 21:01:20 +00:00
mozilla-config.h.in Bug 1746991 - Avoid warning noise from __STDC_CONSTANT_MACROS being redefined. r=firefox-build-system-reviewers,andi 2021-12-21 21:22:26 +00:00
old-configure.in Bug 1747970 - Move AC_CHECK_FUNC{,S} to python configure. r=firefox-build-system-reviewers,andi 2022-01-20 21:01:20 +00:00
package-lock.json
package.json
README.txt
settings.gradle Bug 1745246 - Move org/mozilla/thirdparty to it's own module. r=calu 2022-01-11 19:16:02 +00:00
substitute-local-geckoview.gradle Bug 1745246 - Allow specifying multiple maven artifacts from build. r=calu,ahal 2022-01-11 19:16:01 +00:00
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.