Bug 142657 - Web Inspector: Show Parameter Lists for Native DOM methods
Summary: Web Inspector: Show Parameter Lists for Native DOM methods
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-12 23:47 PDT by Joseph Pecoraro
Modified: 2016-12-13 15:38 PST (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 Joseph Pecoraro 2015-03-12 23:47:37 PDT
* 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.
Comment 1 Radar WebKit Bug Importer 2015-03-12 23:47:55 PDT
<rdar://problem/20149674>
Comment 2 Joseph Pecoraro 2015-04-09 16:59:07 PDT
I did a one-off generation for all IDL files. But it would be nice to automate this.
Comment 3 Joseph Pecoraro 2015-04-09 17:14:09 PDT
See Bug 142760 for that work.