Confirmed users
112
edits
(→Guidelines for Mozillians developing new features: link Modules; remove obsolete page) |
(→Suggested implementation process: add test coverage) |
||
| Line 43: | Line 43: | ||
# Implement as normal. Code review rounds will take place, etc. Module owners or their designated peers will provide a super-review for all interface changes. | # Implement as normal. Code review rounds will take place, etc. Module owners or their designated peers will provide a super-review for all interface changes. | ||
# [https://blog.mozilla.org/security/2018/01/15/secure-contexts-everywhere/ Restrict the feature to secure contexts]. | # [https://blog.mozilla.org/security/2018/01/15/secure-contexts-everywhere/ Restrict the feature to secure contexts]. | ||
# Ensure the feature has [https://github.com/w3c/web-platform-tests web-platform-tests] coverage. | |||
# Land potentially disruptive features behind a preference which is off by default. | # Land potentially disruptive features behind a preference which is off by default. | ||