Closed
Bug 226919
Opened 21 years ago
Closed 21 years ago
SendStatusChange should check for NS_ERROR_FILE_TARGET_DOES_NOT_EXIST
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
1.04 KB,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
asa
:
approval1.6b+
|
Details | Diff | Splinter Review |
NS_ERROR_FILE_TARGET_DOES_NOT_EXIST should probably be treated like
NS_ERROR_FILE_NOT_FOUND
Updated•21 years ago
|
Summary: SendStatusChange should check for NS_ERROR_FILE_TARGET_DOES_NOT_EXIST → SendStatusChange should check for NS_ERROR_FILE_TARGET_DOES_NOT_EXIST
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #136407 -
Flags: superreview?(darin)
Attachment #136407 -
Flags: review?(bz-vacation)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Comment 2•21 years ago
|
||
Comment on attachment 136407 [details] [diff] [review]
patch
r=bzbarsky. Seems reasonable.
Attachment #136407 -
Flags: review?(bz-vacation) → review+
Updated•21 years ago
|
Attachment #136407 -
Flags: superreview?(darin) → superreview+
Comment 3•21 years ago
|
||
is there a use case where this patch makes a difference?
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 136407 [details] [diff] [review]
patch
this fixes a wrong error message if a helper app is not found. very low risk,
just changes what error message is displayed (a useful one instead of a general
one)
darin: there is. caillon experienced it - he configured a helper app for some
mime type, but it no longer existed, and this error is what this code saw.
Attachment #136407 -
Flags: approval1.6b?
Comment 5•21 years ago
|
||
Comment on attachment 136407 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to 1.6beta
Attachment #136407 -
Flags: approval1.6b? → approval1.6b+
Assignee | ||
Comment 6•21 years ago
|
||
Checking in nsExternalHelperAppService.cpp;
/cvsroot/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp,v <--
nsExternalHelperAppService.cpp
new revision: 1.233; previous revision: 1.232
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•