Closed
Bug 120041
Opened 23 years ago
Closed 23 years ago
page load tests timing out on four pages as of ~10pm 01/14 (win2k/linux)
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
People
(Reporter: jrgmorrison, Assigned: pavlov)
References
()
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
862 bytes,
patch
|
timeless
:
review+
timeless
:
superreview+
|
Details | Diff | Splinter Review |
The page load test is now timing out for four pages, as of builds pulled after
~10pm this evening. The pages that are timing out are www.yahoo.com,
www.msn.com, www.voodooextreme.com, www.tomshardware.com on either the test
server http://cowtools/ or on the btek test.
I have the same timeout problem on every load of those pages also on win2k, in
a brand new build that I updated at the same time (about 10pm).
I figure this is you, pav, with the changes to prevent redundant reload of
images from the network (thanks for fixing that, by the way. Sorry about this
glitch). It would be good to get a fix for this asap, among other reasons being
that this timeout will add another 10 min. to the btek cycle, and we narrow the
coverage of an already too narrow test.
Blocks: 115520
Keywords: regression
Assignee | ||
Comment 1•23 years ago
|
||
a last-minute change I made for darin to QI to caching chan instead of http
chan used the wrong param.
Comment 2•23 years ago
|
||
sr=darin
Assignee | ||
Comment 3•23 years ago
|
||
ok, the problem was that we weren't calling the proxy's OnStopRequest when the
proxy was removed if it hadn't been sent. imgRequestProxy::OnStopRequest
removes itself from the loadgroup, so not calling this would leave the request
in there forever.
Attachment #65178 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
if it works, ship it! rs=darin
Comment on attachment 65182 [details] [diff] [review]
fix
[rs=darin]
r=timeless
Attachment #65182 -
Flags: superreview+
Attachment #65182 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•