Bug 81605

Summary: Fix the code generator to support [ImplementedAs] for attributes
Product: WebKit Reporter: Chris Rogers <crogers>
Component: Tools / TestsAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, code.vineet, crogers, haraken, japhet, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
patch for landing none

Chris Rogers
Reported 2012-03-19 18:08:48 PDT
An example where this would be useful: readonly attribute [ImplementedAs=releaseTime] AudioParam release; // in Seconds since "release" is a reserved word in Objective-C
Attachments
Patch (16.71 KB, patch)
2012-03-21 18:23 PDT, Kentaro Hara
no flags
patch for landing (16.68 KB, patch)
2012-03-23 07:35 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-03-21 18:23:36 PDT
Adam Barth
Comment 2 2012-03-22 10:10:28 PDT
Comment on attachment 133160 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133160&action=review > Source/WebCore/bindings/scripts/test/TestObj.idl:219 > [ImplementedAs=banana] void orange(); > + attribute [ImplementedAs=banana] int strawberry; I would have made the ImplementedAs different for these two, but it doesn't really matter.
Kentaro Hara
Comment 3 2012-03-23 07:35:19 PDT
Created attachment 133483 [details] patch for landing
WebKit Review Bot
Comment 4 2012-03-23 08:46:41 PDT
Comment on attachment 133483 [details] patch for landing Clearing flags on attachment: 133483 Committed r111865: <http://trac.webkit.org/changeset/111865>
Note You need to log in before you can comment on or make changes to this bug.