Closed
Bug 3851
Opened 26 years ago
Closed 26 years ago
timer requests for throbbingN.gif
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: gagan, Assigned: pnunn)
Details
It appears that even after the load is complete for any url request the timer
for the animating Netscape icon is not stopped. This results in periodic
requests for that image, even though we don't need it. So I guess the fix would
probably be to simply get a hook into the allconnectionscomplete that should
kill the timer that triggers the gif_delay_timer_callback... I haven't verified
this on Mac or Linux but I would imagine it to be the same.
Let me know if you need more details.
Although this may sound small, we do a lot of sad/stupid stuff inside Netlib for
every request and so fixing this will immensely improve our performance.
Maybe related to the timer->Cancel bug Michaelp
warned me about.
I'll look into it.
thx Gagan,
-pn
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
Gagan has kindly volunteered to verify this, since it's over my head. Thanks,
Gagan!
Comment 5•26 years ago
|
||
Thank you, Gagan!
You need to log in
before you can comment on or make changes to this bug.
Description
•