Bug 124489

Summary: REGRESSION(r158821): [GTK] API break due to removed properties in GObject DOM bindings
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, pnormand
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2013-11-18 02:49:14 PST
In r158821, several properties were changed from readonly to CustomSetter. The GObject DOM bindings currently skips any attribute having a custom getter or setter, and those properties are not generated anymore.
Comment 1 Carlos Garcia Campos 2013-11-18 02:54:09 PST
Created attachment 217185 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-11-18 03:03:37 PST
Committed r159411: <http://trac.webkit.org/changeset/159411>