CLOSED FIXED 15090
[S60] There should be a way to enable/disable progressive play at build time
https://bugs.webkit.org/show_bug.cgi?id=15090
Summary [S60] There should be a way to enable/disable progressive play at build time
Prashanth Gedde Narayanaswamy
Reported 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.
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+
Prashanth Gedde Narayanaswamy
Comment 1 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.
Sachin Padma
Comment 2 2007-08-31 11:32:17 PDT
Comment on attachment 16130 [details] Fixes for the handling enable/disabling the progressive download r=me
Note You need to log in before you can comment on or make changes to this bug.