Bug 111911

Summary: Dictionary converters should be autogenerated from IDL
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: abarth, annevk, dcarney, haraken
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108906    

Description Eric Seidel (no email) 2013-03-08 18:30:00 PST
Dictionary converters should be autogenerated from IDL

Right now these have to be written by hand.  It's really ugly and error-prone.  One example:
https://bugs.webkit.org/attachment.cgi?id=192168&action=review

We probably have a bug on this somewhere, but I didn't see it.  Feel free to dupe this.
Comment 1 Anne van Kesteren 2023-05-28 09:22:17 PDT
Looking at how this works for addEventListener() this appears to be resolved.