Bug 11568

Summary: [S60] When downloading Small files(less than 100K, Music player fails to play them second time
Product: WebKit Reporter: George Guo <george.guo>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: S60webkit, Sachin.Padma, Stanislav.Paltis
Priority: P2 Keywords: PlatformOnly
Version: 420+   
Hardware: S60 Hardware   
OS: S60 3rd edition   
Attachments:
Description Flags
Solution to the bug
Sachin.Padma: review-
new patch created for the solution Sachin.Padma: review+

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