WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
11392
[S60] Add one setting to TBrCtlSettings for auto launching downloaded files progressively
https://bugs.webkit.org/show_bug.cgi?id=11392
Summary
[S60] Add one setting to TBrCtlSettings for auto launching downloaded files p...
George Guo
Reported
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 };
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
View All
Add attachment
proposed patch, testcase, etc.
George Guo
Comment 1
2006-10-23 12:41:44 PDT
Created
attachment 11186
[details]
The solution for the bug id
Sachin Padma
Comment 2
2006-10-24 06:39:08 PDT
Comment on
attachment 11186
[details]
The solution for the bug id r=me
Bradley Morrison
Comment 3
2006-10-24 08:21:24 PDT
Committed:
r17254
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug