Confirmed users
14,525
edits
(→People) |
|||
(36 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== How to Contact Us == | == How to Contact Us == | ||
* | * Real-time chat takes place on the [https://kiwiirc.com/client/irc.mozilla.org/?#content #content] channel on [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Getting_Started_with_IRC irc.mozilla.org] | ||
* | * Discussions take place on the [https://lists.mozilla.org/listinfo/dev-platform dev-platform] mailing list. | ||
== Meetings == | == Meetings == | ||
We do not generally hold team meetings at this time. | |||
== Getting Involved == | |||
See our [[QA/Platform/DOM/Participate|Participate]] page to get a list of projects seeking volunteers. | |||
= Strategy = | = Strategy = | ||
Line 21: | Line 24: | ||
* [https://developer.mozilla.org/en-US/docs/Simple_Firefox_build How to build Firefox] | * [https://developer.mozilla.org/en-US/docs/Simple_Firefox_build How to build Firefox] | ||
* [https://dxr.mozilla.org/mozilla-central/source/testing/web-platform/README.md How to run the web platform tests] | * [https://dxr.mozilla.org/mozilla-central/source/testing/web-platform/README.md How to run the web platform tests] | ||
* [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Helping_the_DOM_team Helping DOM QA | * [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Helping_the_DOM_team Helping DOM QA] | ||
Reference: | Reference: | ||
Line 33: | Line 36: | ||
* improve test coverage in the web platform tests | * improve test coverage in the web platform tests | ||
* improve test coverage of in-product features prior to shipping in a Firefox release | * improve test coverage of in-product features prior to shipping in a Firefox release | ||
* improving accessibility to participating in team activities | |||
= Triage = | = Bugs = | ||
== Triage == | |||
''[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Helping_the_DOM_team/Bug_Triage Triage]'' is the process of going through a list of bugs to identify and prioritize bugs for testing. | ''[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Helping_the_DOM_team/Bug_Triage Triage]'' is the process of going through a list of bugs to identify and prioritize bugs for testing. | ||
Line 48: | Line 53: | ||
* [http://mzl.la/1NQkAvC Requests for verification] | * [http://mzl.la/1NQkAvC Requests for verification] | ||
* [http://mzl.la/1NQcK5a Requests for automation] | * [http://mzl.la/1NQcK5a Requests for automation] | ||
== Top Crashes == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"casesubstring", | |||
"v1":"DOM", | |||
"f3":"component", | |||
"o3":"nowordssubstr", | |||
"v3":"Content, CSS", | |||
"keywords":"topcrash", | |||
"resolution":"---" | |||
} | |||
</bugzilla> | |||
== Crashes == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"casesubstring", | |||
"v1":"DOM", | |||
"f3":"component", | |||
"o3":"nowordssubstr", | |||
"v3":"Content, CSS", | |||
"keywords":"crash", | |||
"resolution":"---" | |||
} | |||
</bugzilla> | |||
== Regressions == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"casesubstring", | |||
"v1":"DOM", | |||
"f2":"component", | |||
"o2":"nowordssubstr", | |||
"v2":"Content, CSS", | |||
"f3":"cf_qa_whiteboard", | |||
"o3":"nowordssubstr", | |||
"v3":"triage", | |||
"keywords":"regressionwindow-wanted", | |||
"resolution":"---" | |||
} | |||
</bugzilla> | |||
== Recent Reports == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"casesubstring", | |||
"v1":"DOM", | |||
"f2":"component", | |||
"o2":"nowordssubstr", | |||
"v2":"Content, CSS", | |||
"f3":"op_sys", | |||
"o3":"nowordssubstr", | |||
"v3":"Gonk", | |||
"chfield":"[Bug creation]", | |||
"chfieldto":"Now", | |||
"chfieldfrom":"-1m", | |||
"status":"UNCONFIRMED" | |||
} | |||
</bugzilla> | |||
== Stale Reports == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"casesubstring", | |||
"v1":"DOM", | |||
"f3":"component", | |||
"o3":"nowordssubstr", | |||
"v3":"Content, CSS", | |||
"f2":"days_elapsed", | |||
"o2":"greaterthan", | |||
"v2":"365", | |||
"status":"UNCONFIRMED" | |||
} | |||
</bugzilla> | |||
= Features = | = Features = | ||
Line 77: | Line 167: | ||
| Firefox 39 (June 30, 2015) | | Firefox 39 (June 30, 2015) | ||
| Ben Turner [:bent] | | Ben Turner [:bent] | ||
| [http://mzl.la/ | | [http://mzl.la/1OV4CU3 several] | ||
| DONE | |||
| DONE | | DONE | ||
|- | |- | ||
| [https://trello.com/c/16ShYTsh/13-picture-tag Picture Tag] | | [https://trello.com/c/16ShYTsh/13-picture-tag Picture Tag] ([https://usecases.responsiveimages.org/#use-cases use cases]) | ||
| Firefox 38 (May 12, 2015) | | Firefox 38 (May 12, 2015) | ||
| John Schoenick [:johns] | | John Schoenick [:johns] | ||
| {{bug|870022}} | | {{bug|870022}} | ||
| DONE | | DONE | ||
| | | DONE | ||
|- | |- | ||
| [https://trello.com/c/qlwsobbB/407-broadcast-channel-api BroadcastChannel API] | | [https://trello.com/c/qlwsobbB/407-broadcast-channel-api BroadcastChannel API] |