Bug 111911 - Dictionary converters should be autogenerated from IDL
Summary: Dictionary converters should be autogenerated from IDL
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108906
  Show dependency treegraph
 
Reported: 2013-03-08 18:30 PST by Eric Seidel (no email)
Modified: 2023-05-28 09:22 PDT (History)
4 users (show)

See Also:


Attachments

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