DOM/WebIDL Review Checklist: Difference between revisions

From MozillaWiki
< DOM
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 19:08, 25 September 2014

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.