Bug 135411 - [GTK] GLib tests fail with recent GTK+ due to runtime warning about deprecated properties
Summary: [GTK] GLib tests fail with recent GTK+ due to runtime warning about deprecate...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-07-30 00:17 PDT by Carlos Garcia Campos
Modified: 2014-07-30 00:47 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2014-07-30 00:20 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>