Bug 11392 - [S60] Add one setting to TBrCtlSettings for auto launching downloaded files progressively
Summary: [S60] Add one setting to TBrCtlSettings for auto launching downloaded files p...
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:
Depends on:
Blocks:
 
Reported: 2006-10-23 10:17 PDT by George Guo
Modified: 2006-11-11 21:14 PST (History)
1 user (show)

See Also:


Attachments
The solution for the bug id (15.73 KB, patch)
2006-10-23 12:41 PDT, 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-10-23 10:17:44 PDT
Automatically open progressive download files
The browser can attempt to automatically open progressive download files
(during the ongoing download) according to the value of the setting [Draft]
Open while loading §qtn.browsers.sett.open.loading§. The options are Yes
§qtn.brow.sett.open.downloads.yes§ (default) and No §qtn.brow.sett.open.downloads.no§.

Need to add one general settings to Browser which allows the browser launch downloaded media automatically, and hence I need to change BrCtlDefs.h

        enum TBrCtlSettings
            {
            ESettingsUnknown = -1, ///< Not used
            /**
            * If set to On, large pages are optimized for display on a small screen.
            * If set to Off, all pages display in their original format.
            */
            ESettingsSmallScreen = 0,
            /**
            * If set to On, images automatically load when a page is downloaded.
            * If set to Off, images are not loaded. Default: On
            */
	***
	***
	***
           ESettingsSmartLink,
           ESettingsAutoOpenDownloads, // For automatically open the downloaded files progressively
            ESettingsMaxEnum              ///< Must be last one
            };
Comment 1 George Guo 2006-10-23 12:41:44 PDT
Created attachment 11186 [details]
The solution for the bug id
Comment 2 Sachin Padma 2006-10-24 06:39:08 PDT
Comment on attachment 11186 [details]
The solution for the bug id 

r=me
Comment 3 Bradley Morrison 2006-10-24 08:21:24 PDT
Committed: r17254