Open
Bug 35507
Opened 25 years ago
Updated 2 years ago
URILoader needs to use webprogress to cancel loads
Categories
(Firefox :: File Handling, defect)
Tracking
()
NEW
People
(Reporter: jud, Unassigned)
References
Details
(Whiteboard: [nsbeta2-][nsbeta3-][rtm-])
No description provided.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Comment 2•25 years ago
|
||
I'm trying to remember the back ground for this bug. If my memory is correct,
when the uri loader receives a on start request, we want to check and see if we
were canceled. If we were, we won't propogate the OnStartRequest....
OnDataAvailable calls would remain untouched....
Reporter | ||
Comment 3•25 years ago
|
||
the idea was that we wanted to ensure that OnStart's and OnStops were indeed
propagated to consumers. I don't recall the context of this particular bug
though.
As I recall the basic idea was that necko would always fire OnStart/OnStop in
pairs (even in case of errors) - therefor URILoader needs to get changed to not
assume that if OnStart would mark a beginning of Data. There could be immediate
OnStop after OnStart. Also I'm not sure that merely checking for Cancel will
suffice.
Comment 5•24 years ago
|
||
Sorry for the spam. New QA Contact for Browser General. Thanks for your help
Joseph (good luck with the new job) and welcome aboard Doron Rosenberg
QA Contact: jelwell → doronr
Updating from [6/1] to [6/15]
Whiteboard: [nsbeta2+] [6/1] → [nsbeta2+][6/15]
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Cleaning up status whiteboard by marking beta2 minus (6/15 has passed)
Whiteboard: [nsbeta2+][6/15] → [nsbeta2-]
M16 has been out for a while now, these bugs target milestones need to be
updated.
Comment 10•24 years ago
|
||
Both the bugs ekrock marked as dependent on this bug have already been fixed.
There's a small piece I still have to do with the cancel propogation but this
doesn't manifest itself in any user visible ways. marking to future.
Whiteboard: [nsbeta2-] → [nsbeta2-][nsbeta3-]
Target Milestone: M16 → Future
Comment 11•24 years ago
|
||
Adding ekrock to CC list.
rtm- based on comments in bug and current future status.
Whiteboard: [nsbeta2-][nsbeta3-] → [nsbeta2-][nsbeta3-][rtm-]
Comment 12•20 years ago
|
||
From Comment #10: "There's a small piece I still have to do with the cancel
propogation but this doesn't manifest itself in any user visible ways."
Is this done yet?
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•17 years ago
|
Assignee: mscott → general
Status: ASSIGNED → NEW
Priority: P3 → --
QA Contact: doronr → general
Target Milestone: Future → ---
Updated•16 years ago
|
Assignee: general → nobody
Component: General → File Handling
Product: SeaMonkey → Core
QA Contact: general → file-handling
Updated•8 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•