Bug 78059

Summary: [GTK] Ignore [Custom] attributes in CodeGeneratorGObject.pm
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, mrobinson, pf, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-02-07 17:21:33 PST
CodeGeneratorGObject.pm does not support custom attributes. We can skip generating code for attributes with [Custom]. The change would make sense since CodeGeneratorGObject.pm already skips attributes with [CustomGetter] or [CustomSetter].
Comment 1 Kentaro Hara 2012-02-07 17:28:09 PST
Created attachment 125961 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-07 20:14:18 PST
Comment on attachment 125961 [details]
Patch

Clearing flags on attachment: 125961

Committed r107034: <http://trac.webkit.org/changeset/107034>
Comment 3 WebKit Review Bot 2012-02-07 20:14:23 PST
All reviewed patches have been landed.  Closing bug.