Bug 142657
Summary: | Web Inspector: Show Parameter Lists for Native DOM methods | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
* 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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/20149674>
Joseph Pecoraro
I did a one-off generation for all IDL files. But it would be nice to automate this.
Joseph Pecoraro
See Bug 142760 for that work.