Bug 111911
| Summary: | Dictionary converters should be autogenerated from IDL | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | WebCore JavaScript | Assignee: | 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 | ||
Eric Seidel (no email)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
Looking at how this works for addEventListener() this appears to be resolved.