Confirmed users
112
edits
(→Mozilla DOM team members (:IRC_nick): new taipei members) |
(Link to "making changes to Gecko" pages) |
||
| (7 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
DOM as used by Mozilla encompasses the implementation of a wide variety of "infrastructure" web standards that glue together user input, script execution, networking, and provide the building blocks for APIs as well as the implementation of some. | |||
Standards include, but are not limited to, Web IDL, HTML, DOM, UI Events, Service Workers, Encoding, Storage, HTTP, and Indexed DB. | |||
For documentation on the DOM and how to develop for it, see [https://developer.mozilla.org/ MDN]. | |||
== Communication == | |||
Mozilla's DOM teams use Matrix: | |||
* [https://chat.mozilla.org/#/room/#dom:mozilla.org #dom:mozilla.org] | |||
* | * [https://chat.mozilla.org/#/room/#domcore:mozilla.org #domcore:mozilla.org] | ||
* | * [https://chat.mozilla.org/#/room/#workers-and-storage:mozilla.org #workers-and-storage:mozilla.org] | ||
* [https://chat.mozilla.org/#/room/#fission:mozilla.org #fission:mozilla.org] | |||
* [https://chat.mozilla.org/#/room/#necko:mozilla.org #necko:mozilla.org] | |||
* [ | |||
* | |||
* | |||
and occasionally email through [https://lists.mozilla.org/listinfo/dev-platform dev-platform]. | |||
[https:// | |||
== Bug triage == | |||
See [[DOM/Triage]]. | |||
== Onboarding == | |||
See [[DOM/Engineering]]. | |||
== Making changes to Gecko == | |||
* [[DOM/Web-Observable Changes]] | |||
* [[ExposureGuidelines]] | |||
* [[DOM/WebIDL Review Checklist]] | |||
== Older content == | |||
=== Subpages of {{FULLPAGENAME}} === | |||
{{Special:PrefixIndex/{{FULLPAGENAME}}/}} | {{Special:PrefixIndex/{{FULLPAGENAME}}/}} | ||
== See also == | === See also === | ||
* [[TPE_DOM]] | * [[TPE_DOM]] | ||
* [https://www.standu.ps/project/dom/ DOM status reporting board] | * [https://www.standu.ps/project/dom/ DOM status reporting board] | ||
* https://developer.mozilla.org/en-US/docs/Web/API | * https://developer.mozilla.org/en-US/docs/Web/API | ||
* [[Standards]] | * [[Standards]] | ||
* [[CSS]] | |||
* [[WebAPI]] | * [[WebAPI]] | ||
* For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]]. | * For older information about the not out-of-fashion "moz-" prefixed APIs, see [[DOM/prefixes]]. | ||
* http://web-confluence.appspot.com/ | |||