[Webkit-unassigned] [Bug 119261] New: [WebKit2] [GTK] set-property functions missing for several WebKit2 classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 08:48:41 PDT 2013


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

           Summary: [WebKit2] [GTK]  set-property functions missing for
                    several WebKit2 classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: brian.holt at samsung.com


When building a Debug build e.g. http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug%20WK1/builds/3306/steps/compile-webkit/logs/stdio you will notice this line:

GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `class->set_property != NULL' failed

It appears because there are a number of WebKit* classes that install properties but do not provide a set_property function for the GObjectClass:

Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitWebResource.cpp:
Source/WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:

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