[Webkit-unassigned] [Bug 71111] New: [GTK] Add webkit_settings_new_with_settings() to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 05:11:50 PDT 2011


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

           Summary: [GTK] Add webkit_settings_new_with_settings() to
                    WebKit2 GTK+ API
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


It's a convenient method to create a WebKitSettings object. Probably one of the first things someone would do after creating a WebKitSettings object is set some preferences, because otherwise it wouldn't get the settings from the view with the default values instead of creating a new one. So with this method you could do:

settings = webkit_settings_new_with_settings("enable-javascript", FALSE,
                                                                             "auto-load-images", FALSE,
                                                                             "load-icons-ignoring-image-load-setting", TRUE,
                                                                              NULL);

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