Closed
Bug 196994
Opened 23 years ago
Closed 23 years ago
HTTP generates spurious transport status events
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.4alpha
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
(Keywords: perf)
Attachments
(1 file)
|
562 bytes,
patch
|
dougt
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
the code in nsHttpTransaction designed to suppress spurious transport status
events (events that change value before the UI thread has had time to process
the initial PLEvent) is incomplete. the result is a flood of extra PLEvents.
of course the nsBrowserStatusFilter suppresses most of these, so it is probably
not much of a performance problem.
(this problem appears to be unrelated to the problem of "Transferring from
host..." messages remaining in the status bar after a page finishes loading.)
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4alpha
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #116938 -
Flags: superreview?(jaggernaut)
Attachment #116938 -
Flags: review?(dougt)
Updated•23 years ago
|
Attachment #116938 -
Flags: review?(dougt) → review+
Comment 2•23 years ago
|
||
Comment on attachment 116938 [details] [diff] [review]
v1 patch
sr=jag
Attachment #116938 -
Flags: superreview?(jaggernaut) → superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•