[Webkit-unassigned] [Bug 11392] New: Add one setting to TBrCtlSettings for auto launching downloaded files progressively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 10:17:45 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11392

           Summary: Add one setting to TBrCtlSettings for auto launching
                    downloaded files progressively
           Product: WebKit
           Version: 420+ (nightly)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: george.guo at nokia.com
                CC: george.guo at nokia.com


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
            };


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list