From bda9aa1720be3ca1958bcb4665c5bf2abc2f6d2e Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Mon, 29 Jul 2024 21:51:47 -0500 Subject: [PATCH] jxl decoder fixes --- infra/hangout_services/README.md | 2 +- thorium-libjxl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/hangout_services/README.md b/infra/hangout_services/README.md index f7dbabf9..3ceafd6c 100644 --- a/infra/hangout_services/README.md +++ b/infra/hangout_services/README.md @@ -3,6 +3,6 @@ This is a [component extension](https://chromium.googlesource.com/chromium/src/+/main/extensions/docs/component_extensions.md) that is normally bundled, integrated, and non-removable in Chromium (when the `enable_hangout_services_extension = true` build argument is used). -It is given special permissions by Chromium (based on the extension matching the __nkeimhogjdpnpccoofpliimaahmaaome__ UUID), that allow it to provide extended services on Google Hangouts and its subdomains. However, it has been criticized for being privacy-intrusive, so I have disabled it on most platforms (Android and ThoriumOS still have it, due to a large number of users on those platforms that depend on it). This is the source, extracted from the Chromium repo, with a few tweaks. It can be installed manually via the ["Load Unpacked Extension" method](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) or one can drag 'n drop the pre-built __.crx__ file from the "bin" folder in this directory into `chrome://extensions`. Both methods require that the Developer Mode switch on `chrome://extensions` be toggled on. +It is given special permissions by Chromium (based on the extension matching the __nkeimhogjdpnpccoofpliimaahmaaome__ UUID), that allow it to provide extended services on Google Hangouts and its subdomains. However, it has been [criticized for being privacy-intrusive](https://twitter.com/brave/status/1811129059687997444), so I have disabled it on most platforms (Android and ThoriumOS still have it, due to a large number of users on those platforms that depend on it). This is the source, extracted from the Chromium repo, with a few tweaks. It can be installed manually via the ["Load Unpacked Extension" method](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked) or one can drag 'n drop the pre-built __.crx__ file from the "bin" folder in this directory into `chrome://extensions`. Both methods require that the Developer Mode switch on `chrome://extensions` be toggled on. Most people will never notice or need to notice that this was removed, but there are some people that frequently use Hangouts who rely on the extended functionality provided by it. (Note that Hangouts will still work without it, just not quite as well). diff --git a/thorium-libjxl b/thorium-libjxl index c6f7aacb..109b826e 160000 --- a/thorium-libjxl +++ b/thorium-libjxl @@ -1 +1 @@ -Subproject commit c6f7aacb41ee1b9c37c8a7560697457788dfb802 +Subproject commit 109b826ec9a3d2e26d4f807206c41ea4094f7bc8