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
Dan Minor a86224d9f7 Bug 1621500 - Use serial queue for video decoding on OS X; r=ng
The DISPATCH_QUEUE_PRIORITY_DEFAULT queue currently in use starts tasks as they
arrive rather than running tasks sequentially. By using a dedicated serial queue,
frames will be encoded and delivered in the order in which they are added to the
queue. It also makes it possible to post a task to the queue when video capture
is stopped, which can guarantee that all frames have been delivered before stop
completes. This should fix a crash we're seeing in DeliverCapturedFrame which
appears to be caused by racing between the main thread in Stop() and the capture
thread in captureOutput. The new queue is set to target the
DISPATCH_QUEUE_PRIORITY_DEFAULT, so tasks will still run there. This should give
us serial execution without the overhead of starting a new thread to manage our
queue.

The new upstream implementation creates a serial queue rather than using
DISPATCH_QUEUE_PRIORITY_DEFAULT. It also raises the priority of the queue above
default, but I think that should wait for a separate bug.

Differential Revision: https://phabricator.services.mozilla.com/D82721
2020-07-08 17:27:09 +00:00
.cargo Bug 1651545 - Update jsparagus for bug 1642476. r=nbp 2020-07-09 09:41:04 +00:00
.vscode
accessible Bug 1650590: A11y COM handler: Use CoTaskMemAlloc/Free for row/column header ids arrays when returned by IGeckoBackChannel::Refresh. r=MarcoZ 2020-07-09 06:56:24 +00:00
browser Bug 1651310 - Increase Ctrl-Tab preview limit from 6 to 7. r=Gijs 2020-07-08 23:10:56 +00:00
build Backed out 5 changesets (bug 1650996, bug 1649974) for perma failures on Android 7.0. CLOSED TREE 2020-07-09 10:33:45 +03:00
caps Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
chrome Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
config Bug 1614941, add more date formats to dsb and hsb, r=jwalden 2020-07-07 11:46:05 +00:00
devtools Backed out 3 changesets (bug 1645234) for failing browser_webconsole_requestStorageAccess_errors.js on a CLOSED TREE 2020-07-09 13:05:14 +03:00
docs Bug 1555560: Add support for black formatting with mozlint; r=sylvestre 2020-07-08 22:08:08 +00:00
docshell Bug 1649879 - Handle URIFixup that happens on a failed channel in DocumentLoadListener if available, rather than waiting for it to reach nsDocShell. r=kmag 2020-07-08 23:38:22 +00:00
dom Bug 1621500 - Use serial queue for video decoding on OS X; r=ng 2020-07-08 17:27:09 +00:00
editor Bug 1647556 - part 9-2: Make WSRunObject::InsertBreak() stop using FindNearestFragment() r=m_kato 2020-07-09 09:44:41 +00:00
extensions Bug 1649729 - Get rid of MOZ_ACCESS_THREAD_BOUND macro. r=froydnj 2020-07-01 13:13:23 +00:00
gfx Bug 1525561 - Rename nsPresContext::GetToplevelContentDocumentPresContext to GetInProcessRootContentDocumentPresContext. r=heycam 2020-07-09 01:58:59 +00:00
gradle/wrapper
hal Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
image Bug 1646768 - Add Telemetry for MCB-Download Blocking r=ckerschb 2020-07-09 09:58:52 +00:00
intl Bug 1534160 - Part 2: Cherry-pick patch for Android time zone detection. r=jwalden 2020-07-09 09:52:26 +00:00
ipc Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
js Bug 1651445 - Stop using CallNonGenericMethod for Number methods. r=anba 2020-07-09 10:59:50 +00:00
layout Bug 1625930: Fire StyleSheetApplicableStateChanged event explicitly if the stylesheet is getten from the cache. r=emilio 2020-07-08 15:13:03 +00:00
media Bug 1326005: Always update the Jsep ICE transport's candidate list when negotiation completes. r=mjf 2020-07-08 18:32:17 +00:00
memory Bug 1651079 - Add necessary LOCAL_INCLUDES for StackWalk.cpp in memory/replace/logalloc/replay. r=rstewart 2020-07-08 21:37:24 +00:00
mfbt Backed out 5 changesets (bug 1650996, bug 1649974) for perma failures on Android 7.0. CLOSED TREE 2020-07-09 10:33:45 +03:00
mobile Bug 1641597 - Add document.allowDeprecatedTls for error pages r=geckoview-reviewers,NeilDeakin,smaug,esawin 2020-07-08 15:37:18 +00:00
modules Bug 1632448 - Remove AddSearchProvider implementation. r=baku,daleharvey 2020-07-09 09:52:24 +00:00
mozglue Bug 1651136 - Part 1: Allow (and mark) certain xpcom/ headers as non-XPCOM. r=froydnj,bytesized 2020-07-08 22:57:26 +00:00
netwerk Bug 1649879 - Handle URIFixup that happens on a failed channel in DocumentLoadListener if available, rather than waiting for it to reach nsDocShell. r=kmag 2020-07-08 23:38:22 +00:00
nsprpub Bug 1640515 - Firefox 79 should pick up NSPR 4.26. r=kjacobs DONTBUILD UPGRADE_NSPR_RELEASE 2020-06-24 15:52:27 +00:00
other-licenses
parser Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-07-04 09:38:43 +00:00
python Bug 1651130 - Part 2: Add a new tools/update-programs build project. r=froydnj 2020-07-08 23:03:21 +00:00
remote Bug 1651312 - [remote] Fix invalid data type checks in browser-chrome tests. r=remote-protocol-reviewers,maja_zf 2020-07-08 13:47:22 +00:00
security Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
services Bug 1642866 - include details about sending the command in the log. r=rfkelly 2020-07-09 05:12:22 +00:00
servo Bug 1650189 - Fix an off-by-one in the transition property iterator. r=mrobinson 2020-07-06 16:26:20 +00:00
startupcache Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
storage Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
taskcluster Bug 1531358 - [meta] ensure windows 10 ux machines running performance are only running on mozilla-central/try as tier-2 r=perftest-reviewers,sparky 2020-07-09 09:04:26 +00:00
testing Bug 1398179 - re-enable clients-get-cross-origin.https.html WPT r=dom-workers-and-storage-reviewers,edenchuang 2020-07-07 13:48:26 +00:00
third_party Bug 1651545 - Update jsparagus for bug 1642476. r=nbp 2020-07-09 09:41:04 +00:00
toolkit Bug 1646768 - Add Telemetry for MCB-Download Blocking r=ckerschb 2020-07-09 09:58:52 +00:00
tools Bug 1555560: Add support for black formatting with mozlint; r=sylvestre 2020-07-08 22:08:08 +00:00
uriloader Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
view
widget Bug 1649591 - Fix remote desktop graphics initialization. r=jrmuizel 2020-07-08 22:25:02 +00:00
xpcom Backed out 5 changesets (bug 1650996, bug 1649974) for perma failures on Android 7.0. CLOSED TREE 2020-07-09 10:33:45 +03:00
xpfe/appshell Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml No bug: Update links to hg.mozilla.org to use default instead of tip in taskcluster/; r=Callek 2020-07-08 18:41:17 +00:00
.eslintignore Bug 1618465 - Move pdf.js to toolkit (main files). r=bdahl,Pike 2020-07-02 07:13:46 +00:00
.eslintrc.js
.flake8 Bug 1555560: Add support for black formatting with mozlint; r=sylvestre 2020-07-08 22:08:08 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1626058: Build docker images with kaniko, instead of dind; r=glandium,hwine 2020-07-07 19:53:32 +00:00
.hgtags No bug - tagging 4c7e22cb6a476089657b971f2ebe333c5649a4a9 with FIREFOX_NIGHTLY_79_END a=release DONTBUILD CLOSED TREE 2020-06-29 15:15:37 +00:00
.lldbinit
.mailmap Bug 1650456 - Correct name in a few places, r=froydnj 2020-07-03 20:20:29 +00:00
.prettierignore
.prettierrc
.taskcluster.yml No bug: Update links to hg.mozilla.org to use default instead of tip in taskcluster/; r=Callek 2020-07-08 18:41:17 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1651545 - Update jsparagus for bug 1642476. r=nbp 2020-07-09 09:41:04 +00:00
Cargo.toml Bug 1648885 and Bug 1649432: vendor latest Cranelift to get Spectre mitigations and fix fuzzbug. r=bbouvier 2020-07-02 15:47:56 +00:00
client.mk
client.py Bug 1650306 - Address the defects found by the pylint/no-else-return rule. r=sylvestre 2020-07-08 09:24:49 +00:00
CLOBBER
configure.in
configure.py Bug 1649901 - Improve reproducibility of config_status_deps.in files r=froydnj 2020-07-01 22:55:52 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Backed out changeset 19269e470c71 (bug 1594914) for causing bustages. 2020-07-09 01:36:29 +03:00
Makefile.in Bug 1641291 - Part 2: Make NSDISTMODE=copy impact install manifests. r=glandium 2020-07-07 02:16:12 +00:00
moz.build Bug 1648348 - Create "Writing Rust Code" docs. r=froydnj,zbraniecki,lina. 2020-07-07 07:38:27 +00:00
moz.configure Bug 1641291 - Part 1: Allow cross-compiling from host macOS -> Windows target. r=froydnj 2020-07-07 02:13:35 +00:00
mozilla-config.h.in
old-configure.in Bug 1641291 - Pre: Work around logging not handling '\x' in old-configure output. r=froydnj 2020-07-07 02:13:22 +00:00
package-lock.json
package.json
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Mozilla 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 Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

If you have a question about developing Mozilla, and can't find the solution
on https://developer.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 Mozilla developers for
testing, may be buggy.