Closed Bug 588351 Opened 14 years ago Closed 14 years ago

'Pause' button doesn't work in Downloads Manager

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
major

Tracking

(fennec2.0b1+)

VERIFIED FIXED
Tracking Status
fennec 2.0b1+ ---

People

(Reporter: p.chwiej, Assigned: jdm)

References

()

Details

Attachments

(2 files)

User-Agent:       Opera/9.80 (Windows NT 5.1; U; pl) Presto/2.6.30 Version/10.61
Build Identifier: Mozilla/5.0 (X11; Linux armv7l; rv:2.0b5pre) Gecko/20100818 Namoroka/4.0b5pre Fennec/2.0a1pre

Maemo 5
fennec nightly (20100818)


Reproducible: Always

Steps to Reproduce:
1. Go to http://pidgin.im
2. Tap 'Download Pidgin' button
3. On the next page tap again on 'Download Pidgin' link
4. Tap 'Save' button
5. Open browser preferences and tap on downloads icon
6. Tap 'Pause' button

Actual Results:  
It's not possible to pause the download, tapping on 'Pause' button has no effect


Expected Results:  
Downloading should be paused
We need to support nsIResumableChannel in e10s.
Status: UNCONFIRMED → NEW
Ever confirmed: true
nsIResumableChannel should be fully supported from the suspend/resume work I did already.  test_resumable_channel_wrap.js passes completely, at least.
We need to support nsIResumableChannel in ExternalHelperAppParent, is what mfinkle means.   jdm:  Feel free to drop a patch on me, if you like.  If not I'll probably be harassing you for review of my own in the next few days.
Assignee: nobody → josh
OS: Linux → Windows Server 2003
Attached patch PatchSplinter Review
Piece of cake.  Pausing and resuming downloads works like a charm.
Attachment #468248 - Flags: review?(jduell.mcbugs)
Some Notes:

- Pause does work if you Cancel/Retry the download first.
- This is seen on Android and Maemo on 8/23 nightly builds.
tracking-fennec: --- → ?
OS: Windows Server 2003 → All
Hardware: Other → All
Severity: normal → major
Comment on attachment 468248 [details] [diff] [review]
Patch

r=dwitte if you want it!
Attachment #468248 - Flags: review?(jduell.mcbugs) → review?(dwitte)
Attachment #468248 - Flags: review?(dwitte) → review+
tracking-fennec: ? → 2.0b1+
Wow, thanks jdm!
http://hg.mozilla.org/mozilla-central/rev/cb00bc18c846
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reopening bug.   This is still broken when trying to pause directly.   I can confirm it pauses only after you cancel/retry as aakash noted.   

Tested against:
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:2.0b4pre) Gecko/201000901 Namoroka/4.04pre Fennec/2.0a1pre

Mozilla/5.0 (Android; Linux armv7l; rv:2.0b5pre) Gecko/20100901 Firefox/4.0b5pre Fennec/2.0a1pre
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
If you cancel/resume, you're actually restarting the download on the chrome side, so that basically means pause doesn't work right for the e10s case.  jdm, do you have thoughts on this?
I definitely remember it working when testing my changes; I'll see if I can reproduce the problem on my local desktop.
Hmm, it most definitely doesn't work. I'm seeing this error in the console:

JavaScript error: , line 0: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDownloadManager.pauseDownload]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: chrome://browser/content/downloads.js :: dv_pauseDownload :: line 381"  data: no]

I'm on it.
Comment on attachment 471910 [details] [diff] [review]
Add missing interface reference to ExternalHelperAppParent.

I feel pretty dumb.  Apparently I wasn't actually testing it properly, because it couldn't have worked without this change.  Anyways, we should be golden with this patch.
Attachment #471910 - Flags: review?(dwitte)
Comment on attachment 471910 [details] [diff] [review]
Add missing interface reference to ExternalHelperAppParent.

Gee gee.
Attachment #471910 - Flags: review?(dwitte) → review+
http://hg.mozilla.org/mozilla-central/rev/5ec06024c508
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
We should have unit tests for this bug, so flagging in-testsuite?. Otherwise, verified FIXED on builds:

Mozilla/5.0 (X11; U; Linux armv71; Nokia N900; en-US; rv:2.0b6pre) Gecko/20100907 Namoroka/4.0b6pre Fennec/2.0b1pre

and

Mozilla/5.0 (Android; Linux armv71; Nokia N900; en-US; rv:2.0b6pre) Gecko/20100907 Namoroka/4.0b6pre Fennec/2.0b1pre
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: