Confirmed users
14,525
edits
(→Triage) |
|||
| Line 35: | Line 35: | ||
* improving accessibility to participating in team activities | * 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 49: | Line 50: | ||
* [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":"anywordssubstr", | |||
"v1":"DOM", | |||
"keywords":"topcrash" | |||
} | |||
</bugzilla> | |||
== Regressions == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"anywordssubstr", | |||
"v1":"DOM", | |||
"keywords":"regression" | |||
} | |||
</bugzilla> | |||
== Reported Last Month == | |||
<bugzilla> | |||
{ | |||
"product":"core", | |||
"f1":"component", | |||
"o1":"anywordssubstr", | |||
"v1":"DOM", | |||
"chfield":"[Bug Creation]", | |||
"chfieldto":"Now", | |||
"chfieldfrom":"-1m" | |||
} | |||
</bugzilla> | |||
= Features = | = Features = | ||