[Webkit-unassigned] [Bug 85833] New: [Qt] preferences to move/split to public API from experimental

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 15:15:12 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85833

           Summary: [Qt] preferences to move/split to public API from
                    experimental
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: maheshk at webkit.org


Agenda of this bug is to either 
    - move webview.experimental.preferences to public API (i.e webview.preferences) 
    - or split most basic settings it in to webview.preferences and webview.experimental.preferences

IMO, basic/stable preferences could be  
Q_PROPERTY(bool autoLoadImages READ autoLoadImages WRITE setAutoLoadImages NOTIFY autoLoadImagesChanged FINAL)
Q_PROPERTY(bool javascriptEnabled READ javascriptEnabled WRITE setJavascriptEnabled NOTIFY javascriptEnabledChanged FINAL)
Q_PROPERTY(bool offlineWebApplicationCacheEnabled READ offlineWebApplicationCacheEnabled WRITE setOfflineWebApplicationCacheEnabled NOTIFY offlineWebApplicationCacheEnabledChanged FINAL)
Q_PROPERTY(bool localStorageEnabled READ localStorageEnabled WRITE setLocalStorageEnabled NOTIFY localStorageEnabledChanged FINAL)

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



More information about the webkit-unassigned mailing list