Closed
Bug 588151
Opened 13 years ago
Closed 13 years ago
HelperAppDlg doesn't do anything for Nothing
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
1.67 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
We never(?) handle the "Nothing" case in HelperAppDlg. We need to cancel the download.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → mark.finkle
Attachment #466750 -
Flags: review?(mbrubeck)
Comment 2•13 years ago
|
||
Comment on attachment 466750 [details] [diff] [review] patch >+ const NS_BINDING_ABORTED = 0x804b0002; I'd rather see this line at the top of the function (or the file) instead of repeated twice... your call though, if you prefer it this way. (If you want to refactor this function a little to remove all the code duplication that'd be great too, but I'm not going to demand it.)
Attachment #466750 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 3•13 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/e2f62fd32fc5
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•13 years ago
|
||
Verified on: Mozilla/5.0(Android; Linux armv7l; rv:2.0b5pre) Gecko/20100820 Namoroka/4.0b5pre Fennec/2.0a1pre
You need to log in
before you can comment on or make changes to this bug.
Description
•