Bug 135411

Summary: [GTK] GLib tests fail with recent GTK+ due to runtime warning about deprecated properties
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2014-07-30 00:17:33 PDT
Recent versions of GTK+ now warns at runtime when a deprecated property or signal is used. A diagnostic mode was added that is enabled by default, but that can be disabled by setting G_ENABLE_DIAGNOSTIC=0, see https://bugzilla.gnome.org/show_bug.cgi?id=601686
Comment 1 Carlos Garcia Campos 2014-07-30 00:20:46 PDT
Created attachment 235735 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-07-30 00:47:48 PDT
Committed r171794: <http://trac.webkit.org/changeset/171794>