* SUMMARY Show Parameter Lists for Native DOM methods. Currently we maintain a table of parameter lists for built-in JavaScript objects / native functions (Array.prototype, Map.prototype, etc). However, DOM Prototypes (IndexedDB, Navigator, Location, Geolocation, Event, ...) are sparsely implemented. It would be good to at least generate some kind of list from IDL so that we have at least basic support for DOM methods.
<rdar://problem/20149674>
I did a one-off generation for all IDL files. But it would be nice to automate this.
See Bug 142760 for that work.