We're back online!
Welcome to Leechermods 2026: The Signal is Amplified We’re officially heading into our 20th year! After a long period of strategic silence and low-frequency operations from our previous rural Eastern and Northern European outpost, we have fully transitioned to our new operational cycle. The Current Deployment: We are now alternating between the regulatory sanctuary of Iceland and the high-speed intelligence hubs of Singapore , before relocating to the Mekong Delta Hub for a longer-term signal persistence. Apologies for the recent downtime; I've been busy hardening our DNS configurations for enhanced security (Global HTTPS/TLS). A full site redesign (CSS, HTML, JS, and AI-integrated features) is underway to optimize our new CDN backbone and eliminate legacy graphical debt. Stay tuned. The audit never stops. Status: Moving Out. Moving Up. Operational.
Unfortunately, Firefox rendering of APNG is kinda buggy, as you can see on the last (optimized) example.
ReplyDeleteOpera renders them fine, so it's a Firefox problem.
I believe it's a bug #433047
In fact, by Opera it shows the APNG images correctly.
ReplyDeleteThey are displayed much better in Firefox 3.5.7
ReplyDeleteEmpty frame "flicker" only shows in Firefox 3.6
Now it will be great to see it working with this fix from you:
ReplyDeletehttps://bugzilla.mozilla.org/show_bug.cgi?id=546272
https://bug546272.bugzilla.mozilla.org/attachment.cgi?id=427310
I can not compile anything at the moment. I erased by traveling VS from hard disk. Can you or anyone (Tux, morph4u,... someone with VS installed - eMule coders) compile Firefox for windows with this bugfix 3.6, 3.7?
Now it will be great to see it working with this fix from you:
ReplyDeletehttps://bugzilla.mozilla.org/show_bug.cgi?id=546272
diff -u8p -r -N -x '.mozconfig*' -x configure src-1.9/modules/libpr0n/decoders/png/nsPNGDecoder.cpp src/modules/libpr0n/decoders/png/nsPNGDecoder.cpp
--- src-1.9/modules/libpr0n/decoders/png/nsPNGDecoder.cpp 2010-02-17 14:13:21.185725000 +0300
+++ src/modules/libpr0n/decoders/png/nsPNGDecoder.cpp 2010-02-17 14:01:16.746229000 +0300
@@ -213,17 +213,18 @@ void nsPNGDecoder::EndImageFrame()
mImage->GetNumFrames(&numFrames);
// We can't use mPNG->num_frames_read as it may be one ahead.
if (numFrames > 1) {
// Tell the image renderer that the frame is complete
if (mFrameHasNoAlpha)
mImage->SetFrameHasNoAlpha(numFrames - 1);
- if (NS_FAILED(mImage->FrameUpdated(numFrames - 1, mFrameRect))) {
+ nsIntRect r(0, 0, mFrameRect.width, mFrameRect.height);
+ if (NS_FAILED(mImage->FrameUpdated(numFrames - 1, r))) {
mError = PR_TRUE;
// allow the call out to the observers.
}
PRUint32 curFrame;
mImage->GetCurrentFrameIndex(&curFrame);
if (mObserver)
mObserver->OnDataAvailable(nsnull, curFrame == numFrames - 1,
&mFrameRect);
https://bug546272.bugzilla.mozilla.org/attachment.cgi?id=427310
I can not compile anything at the moment. I erased by traveling VS from harddisk. Can you or anyone (Tux, morph4u,... someone with VS installed - emule coders) compile firefox for windows with this bugfix 3.6, 3.7?
i
ReplyDelete