Bug 156428

Summary: [WebIDL] Add support for [ExportMacro=XXX] IDL extended attribute
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, darin, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-04-08 16:41:20 PDT
Add support for [ExportMacro=XXX] IDL extended attribute (e.g. [ExportMacro=WEBCORE_EXPORT]) so developers can indicate in the IDL which macro to use to export the generated JS bindings class.
We currently support this by hard-coding JS class names in the bindings generator which is ugly.
Comment 1 Chris Dumez 2016-04-08 16:58:14 PDT
Created attachment 276058 [details]
Patch
Comment 2 WebKit Commit Bot 2016-04-08 20:07:43 PDT
Comment on attachment 276058 [details]
Patch

Clearing flags on attachment: 276058

Committed r199264: <http://trac.webkit.org/changeset/199264>
Comment 3 WebKit Commit Bot 2016-04-08 20:07:48 PDT
All reviewed patches have been landed.  Closing bug.