Open
Bug 304353
Opened 19 years ago
Updated 2 years ago
ext handler progress notifications lack STATE_IS_NETWORK
Categories
(Firefox :: File Handling, defect)
Tracking
()
NEW
People
(Reporter: chpe, Unassigned)
Details
In a nsITransfer implementation, I can normally check for STATE_STOP |
STATE_IS_NETWORK state flags together with the nsresult status in
::OnStateChange to see whether the download finished. However, when the
nsITransfer is driven from the external app handler, the state flags never
include STATE_IS_NETWORK, only STATE_START and STATE_STOP.
Comment 1•19 years ago
|
||
Sounds like a legit bug to me. We should do our best to consistently drive
nsIWebProgressListener callbacks.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Assignee: file-handling → nobody
QA Contact: ian → file-handling
Updated•9 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
•