Bug 11568 - [S60] When downloading Small files(less than 100K, Music player fails to play them second time
Summary: [S60] When downloading Small files(less than 100K, Music player fails to play...
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2006-11-10 11:59 PST by George Guo
Modified: 2006-11-19 19:25 PST (History)
3 users (show)

See Also:


Attachments
Solution to the bug (1.81 KB, patch)
2006-11-10 12:37 PST, George Guo
Sachin.Padma: review-
Details | Formatted Diff | Diff
new patch created for the solution (1.84 KB, patch)
2006-11-10 13:47 PST, George Guo
Sachin.Padma: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description George Guo 2006-11-10 11:59:39 PST
When downloading small music files(less than 100K), On launching of Music Player(progressively), file will be played, but if you Stop it(after it was completed), and try to play it again - Musi Player will not play it.
It was found that when DlMgr decides to play file progressively, the flag is set on the download to be Progressive and on download completion it won't be moved to Gallery. At that point Music Player has control of the download and have to move the file.
Problem was inside HttpDownloadObserver, that was resetting the Progressive flag to be False, after Music Player was already launched - that allowed for Download Manager to move the file on completion.
Comment 1 George Guo 2006-11-10 12:34:53 PST
Lotus Notes ID: SPAS-6VEQFF
Comment 2 George Guo 2006-11-10 12:37:34 PST
Created attachment 11466 [details]
Solution to the bug

This is a task submitted on behalf of Stan, Please contact Stan for more detail
Comment 3 Bradley Morrison 2006-11-10 12:44:06 PST
PLEASE SET UP YOUR BUGS WITH THE CORRECT S60 SPECIFIC METDA
Comment 4 Bradley Morrison 2006-11-10 12:45:42 PST
*Please* create your bugs with attributes identifying this as an s60 specific bug.  See the bug submission template here:

http://trac.webkit.org/projects/webkit/wiki/S60Buzilla

Please remember we are sharing this database with a *lot* of people.
Comment 5 Sachin Padma 2006-11-10 13:03:59 PST
Comment on attachment 11466 [details]
Solution to the bug

I cant apply the patch. Please resubmit.
Comment 6 George Guo 2006-11-10 13:47:18 PST
Created attachment 11467 [details]
new patch created for the solution
Comment 7 Sachin Padma 2006-11-10 14:30:08 PST
Comment on attachment 11467 [details]
new patch created for the solution

r=me
Comment 8 Sachin Padma 2006-11-10 14:37:38 PST
committed as r17710