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
James Teh b2b99f4e80 Bug 1896047 part 6: Support the CSS attr() function in CssAltContent. r=eeejay
As well as plain strings, alt text items can get their text from an attribute on the Element.
We need to include the values of those attributes when we compute alt text.
In addition, we must watch for changes to these attributes and update the accessibility tree or fire events as necessary.

Differential Revision: https://phabricator.services.mozilla.com/D210018
2024-05-17 00:24:16 +00:00
.cargo Bug 1896191 - build(webgpu): update WGPU to 2f4522714c4037a1842d27bb448b634f089664ab r=webgpu-reviewers,supply-chain-reviewers,nical 2024-05-16 12:24:34 +00:00
.github/workflows
.vscode
accessible Bug 1896047 part 6: Support the CSS attr() function in CssAltContent. r=eeejay 2024-05-17 00:24:16 +00:00
browser Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
build Backed out changeset 95da9894a2b1 (bug 1610148) for causing mass failures 2024-05-17 02:48:02 +03:00
caps Bug 1892257 - Move nsStringBuffer to mfbt. r=nika,xpcom-reviewers,glandium 2024-05-14 14:24:26 +00:00
chrome
config Bug 1883615 - Move libdl checks to moz.configure and make libdl dependencies explicit r=glandium 2024-05-15 20:29:07 +00:00
devtools Bug 1778803 - [devtools] Fix browser_target_command_scope_flag.js intermittent. r=devtools-reviewers,nchevobbe 2024-05-16 16:55:56 +00:00
docs Bug 1878764 - Update builders to rustc 1.78. r=firefox-build-system-reviewers,sergesanspaille 2024-05-15 19:38:32 +00:00
docshell Bug 1784496 - The necko consumers should use the priority's incremental flag r=necko-reviewers,kershaw 2024-05-15 08:18:42 +00:00
dom Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
editor Bug 1877513 - Make HTMLEditor deletes only preceding lines of right child block if the range starts from start of a line r=m_kato 2024-04-27 00:36:26 +00:00
extensions Bug 1851535 - Remove dead arguments for switching LDAP versions. r=mkaply 2024-05-08 22:48:53 +00:00
gfx Bug 1881993 - Allow use of important fonts through FontVisibilityLangPack. r=tjr 2024-05-16 19:43:13 +00:00
gradle/wrapper Bug 1881094 - 7. cleanup firefox-android exclusions in license.yml r=gl,android-reviewers 2024-05-09 16:28:42 +00:00
hal
image Backed out 2 changesets (bug 1893402) for causing mochitest failures regarding nsGlobalWindowInner. CLOSED TREE 2024-05-17 00:16:25 +03:00
intl Bug 1897030 - Remove cfg(icu4x_custom_data) check in icu_segmenter_data. r=m_kato 2024-05-16 05:17:26 +00:00
ipc Bug 1895358 - Part 2: Handle ManagedContainer membership more centrally, r=ipc-reviewers,mccr8 2024-05-15 20:36:28 +00:00
js Bug 1894012 - Part 5: Add a way to filter reported alloc sites using the environment variable r=jandem 2024-05-16 15:27:13 +00:00
layout Backed out 2 changesets (bug 1893402) for causing mochitest failures regarding nsGlobalWindowInner. CLOSED TREE 2024-05-17 00:16:25 +03:00
media Bug 1896547 - Move flag appending to a single location r=media-playback-reviewers,padenot 2024-05-16 18:10:24 +00:00
memory Bug 1895579 - Better distinguish between MaybePageRealloc return values. r=pbone 2024-05-16 02:22:13 +00:00
mfbt Bug 1892257 - Move nsStringBuffer to mfbt. r=nika,xpcom-reviewers,glandium 2024-05-14 14:24:26 +00:00
mobile no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-05-17 00:18:12 +00:00
modules Backed out changeset ddd4b7cfd119 (bug 968273) for causing high frequency mochitest failures on browser_bug968273.js CLOSED TREE 2024-05-17 02:52:49 +03:00
mozglue Bug 1897025 - Change OOM hooks to use cfg() rather than a hidden feature. r=emilio 2024-05-16 08:38:53 +00:00
netwerk Backed out changeset ddd4b7cfd119 (bug 968273) for causing high frequency mochitest failures on browser_bug968273.js CLOSED TREE 2024-05-17 02:52:49 +03:00
nsprpub
other-licenses Backed out 2 changesets (bug 1895492, bug 1889299) for causing bug 1896944. a=backout 2024-05-15 23:07:48 +03:00
parser Bug 1890428 - Add serialization support for Declarative Shadow DOM. r=webidl,smaug 2024-05-15 16:40:21 +00:00
python Backed out changeset 0a1f42ba0143 (bug 1896732) for causing fatal errors while processing mozzbuild file. CLOSED TREE 2024-05-16 23:32:08 +03:00
remote Bug 1894217 - [bidi] Add support for "userContext" argument in "permissions.setPermission" command. r=webdriver-reviewers,whimboo 2024-05-15 09:21:50 +00:00
security Bug 1894047: Error handling for SSLServerCertVerification r=jschanck 2024-05-16 13:40:49 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=release-managers,pascalc 2024-05-16 11:26:11 +00:00
servo Bug 1824877 Part 2 - Rename nsHTMLScrollFrame to mozilla::ScrollContainerFrame. r=dholbert 2024-05-15 17:50:48 +00:00
startupcache
storage Bug 1893683 - Remove ns{A,C}String and other xpcom dependencies from nsStringBuffer. r=smaug,media-playback-reviewers,karlt 2024-05-09 08:34:35 +00:00
supply-chain Bug 1896191 - build(webgpu): update WGPU to 2f4522714c4037a1842d27bb448b634f089664ab r=webgpu-reviewers,supply-chain-reviewers,nical 2024-05-16 12:24:34 +00:00
taskcluster Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
testing Bug 1896047 part 6: Support the CSS attr() function in CssAltContent. r=eeejay 2024-05-17 00:24:16 +00:00
third_party Bug 1896191 - build(webgpu): update WGPU to 2f4522714c4037a1842d27bb448b634f089664ab r=webgpu-reviewers,supply-chain-reviewers,nical 2024-05-16 12:24:34 +00:00
toolkit Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
tools Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
uriloader Bug 1894662 - Disable HTTPS-First for browser_download_idn_blocklist.js r=freddyb,mak 2024-05-16 15:24:47 +00:00
view Bug 1895928 - PresShell::ScheduleViewManagerFlush shouldn't set the layout flush bit. r=smaug 2024-05-10 08:08:42 +00:00
widget Bug 1871789 - Spoof mozInputSource and mozPressure for RFP. r=tjr,webidl,smaug 2024-05-16 19:43:12 +00:00
xpcom Backed out 3 changesets (bug 1894703) for causing failures related to DOCSHELL logging. CLOSED TREE 2024-05-16 21:12:06 +03:00
xpfe/appshell Bug 1787382 - Remove resolutionchange events firing r=win-reviewers,cmartin 2024-05-09 14:37:04 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1889978 - Vendor ffmpeg 7.0 headers. r=media-playback-reviewers,frontend-codestyle-reviewers,alwu 2024-04-30 14:21:45 +00:00
.cron.yml
.eslintignore Bug 1881094 - 8. remove some eslint exclusions for firefox-android, using mach lint --fix r=android-reviewers,frontend-codestyle-reviewers,webcompat-reviewers,denschub,Gijs,gl 2024-05-14 13:59:26 +00:00
.eslintrc-test-paths.js
.eslintrc.js Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1894617: ignore the root .vscode directory too; r=sheehan 2024-05-02 18:26:11 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1894619 - Remove the invalid regex escape sequences in .hgignore. r=sheehan 2024-05-02 18:28:22 +00:00
.hgtags No bug - tagging 41e8bcefc0ec9c22e3dfe0dbc8dd122cfe6316f8 with FIREFOX_NIGHTLY_127_END a=release DONTBUILD CLOSED TREE 2024-05-13 15:05:44 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1885449 - Move GV code shared between Android and iOS to a shared directory. r=geckoview-reviewers,frontend-codestyle-reviewers,nalexander,owlish 2024-05-16 22:08:51 +00:00
.prettierrc.js
.stylelintignore Bug 1881094 - 5. remove stylelint exclusions for firefox-android r=android-reviewers,frontend-codestyle-reviewers,gl 2024-05-02 18:38:36 +00:00
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1892641 - include timestamps in BUILDSTATUS lines from gradle, r=glandium. 2024-04-30 08:17:13 +00:00
Cargo.lock Bug 1896191 - build(webgpu): update WGPU to 2f4522714c4037a1842d27bb448b634f089664ab r=webgpu-reviewers,supply-chain-reviewers,nical 2024-05-16 12:24:34 +00:00
Cargo.toml Bug 1895888 - Vendor fully-implemented Rust relevancy component r=bdk 2024-05-09 19:56:58 +00:00
client.mk
client.py
CLOBBER Bug 1892299 - (fix-afaae4e38a) fix adapted_track_source build exclusion;r?mjf - moz.build file updates 2024-05-14 14:32:38 -07:00
configure
configure.py
GNUmakefile
gradle.properties Bug 1881094 - 7. cleanup firefox-android exclusions in license.yml r=gl,android-reviewers 2024-05-09 16:28:42 +00:00
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml no bug: update timestamp in mots.yaml r=sheehan DONTBUILD 2024-05-10 17:07:02 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1894917 - Remove d3d10 header check to moz.configure r=glandium 2024-05-16 08:49:18 +00:00
package-lock.json
package.json
pyproject.toml
README.txt
settings.gradle Bug 1895781 - Move the App Services and Glean auto-publish logic to its own settings file. r=nalexander 2024-05-10 06:21:28 +00:00
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.