Bug 15090 - [S60] There should be a way to enable/disable progressive play at build time
Summary: [S60] There should be a way to enable/disable progressive play at build time
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 05:29 PDT by Prashanth Gedde Narayanaswamy
Modified: 2008-06-11 00:22 PDT (History)
0 users

See Also:


Attachments
Fixes for the handling enable/disabling the progressive download (5.33 KB, patch)
2007-08-27 05:54 PDT, Prashanth Gedde Narayanaswamy
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 Prashanth Gedde Narayanaswamy 2007-08-27 05:29:05 PDT
This is one of the task involved in enabling/disabling the progressive download.
ResourceLoader has to be updated with appropriate changes to handle the progressiveness of all the downloads in a session.

Download session attribute - EDlMgrProgressiveDownload has to be set to ETrue if the feature flag is enabled else set to EFalse.
Comment 1 Prashanth Gedde Narayanaswamy 2007-08-27 05:54:50 PDT
Created attachment 16130 [details]
Fixes for the handling enable/disabling the progressive download

This is one of the task involved in enabling/disabling the progressive download.
ResourceLoader has to be updated with appropriate changes to handle the progressiveness of a download.

Download session attribute - EDlMgrProgressiveDownload has to be set to ETrue or EFalse based on the feature flag value for progressive download.

Note : Since this has the dependency over two of the other tasks (bh1s60#18365 & bh1s60#18366) and the approval/addition of new feature flag for progressive download, this task should not be checked in till the other two tasks gets checked in which is not part of OSS.
Comment 2 Sachin Padma 2007-08-31 11:32:17 PDT
Comment on attachment 16130 [details]
Fixes for the handling enable/disabling the progressive download

r=me