tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0cbcfd42039b19c0c62ae74cb233d22cf136564c
parent ac7345a87f96a7d94d98e4db4db35029f204ecd5
Author: Tom Schuster <tschuster@mozilla.com>
Date:   Tue,  4 Nov 2025 10:47:33 +0000

Bug 1997106 - Explicitly RequestDecode in FetchDecodedImageHelper::OnImageReady. r=tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D270518

Diffstat:
Mimage/FetchDecodedImage.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/image/FetchDecodedImage.cpp b/image/FetchDecodedImage.cpp @@ -43,6 +43,7 @@ class FetchDecodedImageHelper : public imgIContainerCallback, } mImage = aImage; + RequestDecode(); return NS_OK; }