Bug 101072

Summary: [GTK] Simplify GObject DOM bindings code for handling properties
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, haraken, japhet, webkit.review.bot, xan.lopez, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 101074    
Attachments:
Description Flags
Patch
none
Updated patch including new test results xan.lopez: review+

Description Carlos Garcia Campos 2012-11-02 11:15:20 PDT
We can avoid some GObject boilerplate by not defining get/set_property methods when the object doesn't have properties, or writable properties.
Comment 1 Carlos Garcia Campos 2012-11-02 11:22:20 PDT
Created attachment 172091 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-11-02 12:08:06 PDT
Created attachment 172102 [details]
Updated patch including new test results
Comment 3 Xan Lopez 2012-12-01 02:36:12 PST
Comment on attachment 172102 [details]
Updated patch including new test results

Yeah, looks great.
Comment 4 Carlos Garcia Campos 2012-12-04 01:43:10 PST
Committed r136491: <http://trac.webkit.org/changeset/136491>