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
André Bargull 50d9348a9e Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz
Replace the existing callers of `JS::NewArrayBufferWithContents` with the new
`UniquePtr` alternative.

Three callers to the old `JS::NewArrayBufferWithContents` function were left
unchanged:
- `mozilla::dom::FileReader::OnLoadEndArrayBuffer()` and
  `mozilla::dom::ArrayBufferBuilder::TakeArrayBuffer()` both store the data
  buffer as members and therefore have a more complicated lifetime.
- `JSStructuredCloneReader::readTransferMap()` because it's not clear if the
  data can be free'ed when `ArrayBuffectObject` allocation fails.

Differential Revision: https://phabricator.services.mozilla.com/D182588
2023-07-06 20:50:59 +00:00
.cargo Backed out changeset 674dc1b6026b (bug 1838493) for webrender standalone related build bustages.CLOSED TREE 2023-07-05 21:54:02 +03:00
.vscode
accessible Bug 1841216: Fire a11y description change event when aria-description is changed. r=nlapre 2023-07-06 01:32:56 +00:00
browser Bug 1842075 - Account for fragment when deciding to reload view page. r=kcochrane 2023-07-06 20:10:31 +00:00
build Bug 1841974 - Work around a rust bug that causes bogus ODR violation detection. r=decoder 2023-07-06 19:10:47 +00:00
caps Bug 1798493 - Part 1: Use nsIPrincipal instead of ContentPrincipalInfo for PLockManager r=asuth 2023-06-28 20:48:14 +00:00
chrome
config Bug 1841567 - Stop running check_binary on host binaries. r=firefox-build-system-reviewers,sergesanspaille 2023-07-05 07:50:50 +00:00
devtools Backed out changeset 1c835137f532 (bug 1824886) for causing multiple failures. CLOSED TREE 2023-07-06 02:11:59 +03:00
docs Backed out changeset 088b1611348a (bug 1841117) as requested by canadahonk CLOSED TREE 2023-07-04 18:39:27 -04:00
docshell Bug 1814254 - Load about:translations in privilegedabout process; r=nordzilla 2023-07-05 12:06:59 +00:00
dom Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
editor Backed out 2 changesets (bug 1840822) editor/libeditor/tests/test_htmleditor_keyevent_handling.html CLOSED TREE 2023-07-06 16:07:49 +03:00
extensions
gfx Bug 1841919 - Fix "variable does not need to be mutable" warning in wrench. r=gfx-reviewers,jrmuizel 2023-07-06 04:26:41 +00:00
gradle/wrapper
hal
image Bug 1831457. Call MaybeRestrictSVGContext in VectorImage::GetImageProvider. r=aosmond 2023-07-06 11:59:34 +00:00
intl Bug 1841918 - Fix new l10nregistry-rs warnings with rustc 1.71. r=eemeli 2023-07-06 09:51:30 +00:00
ipc Bug 1841085 - Aggregate scalar reading code in ipc pickling r=handyman,jld 2023-07-06 07:20:23 +00:00
js Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
layout Backed out changeset 1c835137f532 (bug 1824886) for causing multiple failures. CLOSED TREE 2023-07-06 02:11:59 +03:00
media Bug 1841766 - Vendor libogg using mach vendor r=kinetik 2023-07-05 12:19:43 +00:00
memory Bug 1839596 - Explicitly tell jemalloc which is the main thread r=smaug 2023-06-30 00:57:20 +00:00
mfbt Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
mobile Bug 1841498 - Convert BrowserUsageTelemetry.jsm to ESM. r=geckoview-reviewers,calu 2023-07-06 01:04:51 +00:00
modules Bug 1841993: OpenBSD defaults to W^X r=jandem 2023-07-06 15:05:01 +00:00
mozglue Bug 1837242 - Fix the DLL blocklist code for older versions of Windows. r=gstoll 2023-07-06 17:03:34 +00:00
netwerk Bug 1347459 - make the link and URL protocol setters adhere to the URL spec text validating changes of protocol between file and/or special schemes; r=kershaw,necko-reviewers 2023-07-06 15:40:31 +00:00
nsprpub
other-licenses
parser Bug 1838829 - Skip failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,dimi,valentin,robwu 2023-06-28 13:21:00 +00:00
python Bug 1825792 - Use moz-support-link in the addon abuse report dialog r=extension-reviewers,fluent-reviewers,tgiles,flod,robwu 2023-07-06 19:21:59 +00:00
remote Bug 1792529 - [marionette] Remove "Marionette:SingleTap" and legacy actions module. r=webdriver-reviewers,jgraham 2023-06-29 10:10:39 +00:00
security Bug 1841917 - Fix "variable does not need to be mutable" warnings. r=keeler 2023-07-06 19:39:15 +00:00
services Backed out 2 changesets (bug 1807618) for autocomplete related failures. CLOSED TREE 2023-07-06 01:27:55 +03:00
servo Bug 1841923 - Fix "variable does not need to be mutable" warning in geckoservo. r=emilio 2023-07-06 07:27:39 +00:00
startupcache Bug 1841660 - Fix potential deadlock waiting for StartupCache ThreadedPrefetch, r=jesup 2023-07-04 19:05:06 +00:00
storage
supply-chain Backed out changeset 674dc1b6026b (bug 1838493) for webrender standalone related build bustages.CLOSED TREE 2023-07-05 21:54:02 +03:00
taskcluster Bug 1835689 - don't include cached tasks in existing_tasks for release promotion. r=releng-reviewers,taskgraph-reviewers,bhearsum 2023-07-06 09:32:11 +00:00
testing Bug 1838694: fix(webgpu): only set PopErrorScopeResult::resultType in Device::PopErrorScope if an error was actually found r=webgpu-reviewers,jgilbert 2023-07-06 20:50:53 +00:00
third_party Bug 1841577 - Don't set WEBRTC_ENABLE_AVX2 on platforms that don't have AVX2 (moz.build refresh). r=mjf,webrtc-reviewers 2023-07-06 19:34:44 +00:00
toolkit Bug 1841314 - Part 2: Prefer JS::NewExternalArrayBuffer with UniquePtr. r=sfink 2023-07-06 20:50:59 +00:00
tools Bug 1841974 - Fix for Fuzzer related SM bustage 2023-07-06 23:00:42 +03:00
uriloader Bug 1838829 - Skip failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,dimi,valentin,robwu 2023-06-28 13:21:00 +00:00
view
widget Bug 1841871: Add native event profiling and logging to Windows AppShell r=gstoll 2023-07-06 19:57:40 +00:00
xpcom Bug 1674369 - Backed out changeset (Bug 288154) for encoding pipe character in URL query parser r=valentin,emk 2023-07-05 16:02:49 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc-test-paths.js
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - tagging 592c2df16ac45a09c837b8a281e366c419c8b94d with FIREFOX_NIGHTLY_116_END a=release DONTBUILD CLOSED TREE 2023-07-04 08:35:00 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Backed out changeset 674dc1b6026b (bug 1838493) for webrender standalone related build bustages.CLOSED TREE 2023-07-05 21:54:02 +03:00
Cargo.toml Backed out changeset 1c1f6303ef48 (bug 1689358) for causing build bustages. CLOSED TREE 2023-07-05 11:33:30 +03:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2023-07-04 08:35:07 +00:00
configure
configure.py Backed out changeset 8794662a8a7a (bug 1840537) on request by glandium 2023-07-04 07:56:31 +03:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1839895 - Update references to Core::DOM: Push Notifications to Core::DOM: Notifications. r=zeid,webidl,smaug 2023-06-27 14:21:00 +00:00
moz.build
moz.configure Bug 1839743 - Move some things around for them to be available in toolkit/moz.configure. r=firefox-build-system-reviewers,ahochheiden 2023-06-27 08:56:17 +00:00
mozilla-config.h.in
old-configure.in Backed out 2 changesets (bug 1836874, bug 1836875) because will break win PGO and SM jobs(as requested by Ryan) CLOSED TREE 2023-07-02 08:15:24 -04:00
package-lock.json
package.json
pyproject.toml
README.txt
settings.gradle
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.