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
sotaro 954c16acec Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman
WebGPU uses CompositableInProcessManager to push TextureHost directly from WebGPUParent to WebRender. But CompositableInProcessManager plumbing has a problem and caused Bug 1805209.

gecko already has a similar mechanism, called RemoteTextureMap. It is used in oop WebGL. If WebGPU uses RemoteTextureMap instead of CompositableInProcessManager, both WebGPU and oop WebGL use same mechanism.

WebGPUParent pushes a new texture to RemoteTextureMap. The RemoteTextureMap notifies the pushed texture to WebRenderImageHost.

Before the change, only one TextureHost is used for one swap chain. With the change, multiple TextureHosts are used for one swap chain with recycling.

The changes are followings.

- Use RemoteTextureMap instead of CompositableInProcessManager.
- Use RemoteTextureOwnerId instead of CompositableHandle.
- Use WebRenderCanvasData instead of WebRenderInProcessImageData.
- Add remote texture pushed callback functionality to RemoteTextureMap. With it, RemoteTextureMap notifies a new pushed remote texture to WebRenderImageHost.
- Remove CompositableInProcessManager.

Differential Revision: https://phabricator.services.mozilla.com/D164890
2022-12-23 20:41:02 +00:00
.cargo Bug 1805652 - neqo v0.6.3, r=necko-reviewers,jesup 2022-12-23 10:16:53 +00:00
.vscode
accessible Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2022-12-23 19:06:50 +00:00
build Bug 1771075 - Enable C++20 -Wvolatile warnings. r=firefox-build-system-reviewers,glandium 2022-12-23 03:27:37 +00:00
caps
chrome
config Bug 1805798: Allow-list std::string in RegExpUnparser::VisitClassSetOperand r=sfink 2022-12-22 18:45:11 +00:00
devtools Bug 1802862 - Skip browser_dbg-html-breakpoints.js on Linux debug and TSAN due to frequent timeouts. r=jmaher 2022-12-23 16:10:02 +00:00
docs no bug - moz-phab reorg - document reviewbot behavior r=marco DONTBUILD 2022-12-20 09:45:23 +00:00
docshell Bug 1596845 - Make DNSServices available as Services.dns r=necko-reviewers,webdriver-reviewers,kershaw 2022-12-23 09:26:17 +00:00
dom Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman 2022-12-23 20:41:02 +00:00
editor Backed out changeset 78bd7cfde7b6 (bug 1793876) for causing wpt failures in /editing/other/editing-div-outside-body.html?designMode 2022-12-20 12:14:01 +02:00
extensions Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
gfx Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman 2022-12-23 20:41:02 +00:00
gradle/wrapper
hal
image Bug 1801397. Render questionable 1x1 gifs with no image data like other clients. r=aosmond 2022-12-15 00:41:56 +00:00
intl Bug 1805931, part 2 - Automated removal of uses of ROOT and UNROOT CC macros. r=smaug 2022-12-15 19:45:01 +00:00
ipc Bug 1806949: Implement WebTransport slots and Reliability() r=smaug 2022-12-23 02:40:22 +00:00
js Bug 1806366 - Part 3: Remove unnecessary JSContext usage. r=tcampbell 2022-12-23 07:12:12 +00:00
layout Bug 1805209 - Use RemoteTexture for WebGPU r=gfx-reviewers,lsalzman 2022-12-23 20:41:02 +00:00
media Bug 1805721 - Update libcubeb to revision dbc60333. r=cubeb-reviewers,kinetik 2022-12-15 08:59:19 +00:00
memory Bug 1805690 - Convert block_analyzer.py to python3. r=mccr8 2022-12-15 18:08:40 +00:00
mfbt Bug 1806779 - Fix C++20 -Wdeprecated-volatile warnings in mfbt/SHA1.cpp. r=glandium 2022-12-22 02:58:24 +00:00
mobile Bug 1805131 - Convert GeckoViewPrompter.jsm to ESM. r=geckoview-reviewers,credential-management-reviewers,sgalich,owlish 2022-12-23 05:30:13 +00:00
modules Bug 1802279 - Extend preference to disable WritableFileStream in all contexts. r=dom-storage-reviewers,janv 2022-12-23 18:40:51 +00:00
mozglue Bug 1752703 - Move the pthread_thread_create() interposer under mozglue and prepare for having a single place where we place interposer functions r=glandium 2022-12-21 10:24:41 +00:00
netwerk Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
nsprpub
other-licenses
parser Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
python Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
remote Bug 1806306 - Convert AsyncShutdown imports to direct ES imports. r=mak,webdriver-reviewers,application-update-reviewers,bytesized 2022-12-23 12:37:06 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=RyanVM 2022-12-22 14:54:32 +00:00
services Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
servo Bug 1806273 - Partial fix for container units in pseudo-elements. r=emilio 2022-12-21 01:04:05 +00:00
startupcache
storage Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
supply-chain Bug 1804359 - Update uuid to 1.x. r=emilio,janerik,webdriver-reviewers,supply-chain-reviewers 2022-12-22 09:11:10 +00:00
taskcluster Bug 1806934 - Enable TSAN web-platform-tests-wdspec by default. r=webdriver-reviewers,jmaher,whimboo 2022-12-22 20:31:42 +00:00
testing Bug 1807202 - [testing] Always close the new tab as opened by BrowserTestUtils.withNewTab() even if test throws an error. r=jmaher 2022-12-23 19:58:25 +00:00
third_party Bug 1805652 - neqo v0.6.3, r=necko-reviewers,jesup 2022-12-23 10:16:53 +00:00
toolkit Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
tools Bug 1806720 - make no-cu-reportError rule smarter about replacements, r=cmkm,Standard8 2022-12-23 14:38:20 +00:00
uriloader Backed out changeset 4be804d1c686 (bug 1806500) for causing mochitest failures on test_has_permissions.html. CLOSED TREE 2022-12-20 22:52:57 +02:00
view
widget Bug 1596845 - Turn nsIDNSService dns flags into a cenum r=necko-reviewers,geckoview-reviewers,kershaw,m_kato 2022-12-23 09:26:17 +00:00
xpcom Bug 1806359 - Convert telemetry imports to direct ES imports. r=necko-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,janerik,mconley,sgalich,bytesized,kershaw 2022-12-23 12:37:07 +00:00
xpfe/appshell Bug 1801391 - Avoid handling multiple widget fullscreen at the same time; r=smaug 2022-12-21 12:49:18 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc-test-paths.js
.eslintrc.js Bug 1806723 - Replace Cu.reportError with console.error in dom/console code. r=smaug 2022-12-21 13:18:28 +00:00
.flake8 Bug 1804425 - Drop python/devtools/migrate-l10n/ as unused. r=flod,devtools-reviewers,jdescottes 2022-12-19 09:10:07 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1804969 - Rewrite chrome:// JS imports in Storybook r=mconley,hjones 2022-12-21 00:55:04 +00:00
.hgtags
.isort.cfg
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Backed out 4 changesets (bug 1805427) for causing xpc failures in toolkit/components/extensions/test/xpcshell/test_ext_scripting_persistAcrossSessions.js CLOSED TREE 2022-12-15 18:43:29 +02:00
Cargo.lock Bug 1805652 - neqo v0.6.3, r=necko-reviewers,jesup 2022-12-23 10:16:53 +00:00
Cargo.toml Bug 1804359 - Update uuid to 1.x. r=emilio,janerik,webdriver-reviewers,supply-chain-reviewers 2022-12-22 09:11:10 +00:00
client.mk
client.py
CLOBBER
configure
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1805268 - update Mozharness and Core::Build and Release Rools module owners. r=releng-reviewers,zeid,ahal DONTBUILD 2022-12-19 21:21:02 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
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.