[Webkit-unassigned] [Bug 36754] New: [GTK] webkit_get_default_session() should make sure webkit_init() is called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 06:46:47 PDT 2010


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

           Summary: [GTK] webkit_get_default_session() should make sure
                    webkit_init() is called
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


While writing an application that does not create a WebView early in its life,
but that does all of the setup right away, I noticed my removal of the soup
auth dialog feature was not having any effect. That is because webkit_init was
not called much later, when the first WebView is created, and then adds the
feature I tried to remove. I have solved this by creating, and destroying a
WebView while setting up the session (ugh).

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