DOM/WebIDL Review Checklist

From MozillaWiki
< DOM
Revision as of 19:08, 25 September 2014 by Bholley (talk | contribs) (Created page with "A review checklist for DOM Peers while doing WebIDL reviews. Not yet complete. * If the API has [Exposed=SomethingOtherThanWindow]: ** Audit the API implementation to make su...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A review checklist for DOM Peers while doing WebIDL reviews. Not yet complete.

  • If the API has [Exposed=SomethingOtherThanWindow]:
    • Audit the API implementation to make sure it doesn't assume the existence of a Window or a Document
    • Require basic test coverage for each of the contexts in which the API is exposed.