Bug 78059 - [GTK] Ignore [Custom] attributes in CodeGeneratorGObject.pm
Summary: [GTK] Ignore [Custom] attributes in CodeGeneratorGObject.pm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 17:21 PST by Kentaro Hara
Modified: 2012-02-07 20:14 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2012-02-07 17:28 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

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