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.
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 on attachment 16130 [details] Fixes for the handling enable/disabling the progressive download r=me