Confirmed users
177
edits
(Add RDM list) |
mNo edit summary |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
= Bug Fixing in | = Bug Fixing in DevTools = | ||
Every quarter the | Every quarter the DevTools team devotes a few people to bug fixing and polish bugs that are beyond the team goals. | ||
The bugs in this effort are meant to be the most important polish/paper cut type bugs in each component. They '''should not''' include new features. The focus here is on improving quality and polish in our existing feature set. | |||
Things to be found in these lists: | |||
* actual issues that prevent using the tool easily | |||
* small broken things that prevent a good UX | |||
This page serves as a dashboard for finding those bugs across various issue trackers like Bugzilla and GitHub. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 37: | Line 44: | ||
</bugzilla> | </bugzilla> | ||
| Priority | | Priority | ||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1311034 Developer Tools] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools", | |||
"blocks": "1311034", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |- style="vertical-align:top" | ||
| [https://bugzilla.mozilla.org/buglist.cgi?o2=substring&v2=1307838&resolution=---&query_format=advanced&f2=blocked&component=Developer%20Tools%3A%20Performance%20Tools%20%28Profiler%2FTimeline%29&product=Firefox&list_id=13249379 Performance] | | [https://bugzilla.mozilla.org/buglist.cgi?o2=substring&v2=1307838&resolution=---&query_format=advanced&f2=blocked&component=Developer%20Tools%3A%20Performance%20Tools%20%28Profiler%2FTimeline%29&product=Firefox&list_id=13249379 Performance] | ||
Line 45: | Line 64: | ||
"component": "Developer Tools: Performance Tools (Profiler/Timeline)", | "component": "Developer Tools: Performance Tools (Profiler/Timeline)", | ||
"blocks": "1307838", | "blocks": "1307838", | ||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1308879 about:debugging] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: about:debugging", | |||
"blocks": "1308879", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1308965 DOM Panel] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: DOM", | |||
"blocks": "1308965", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1314815 Memory/compartment Leaks] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"blocks": "1314815", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1309242 JSON Viewer] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: JSON Viewer", | |||
"blocks": "1309242", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1312444 Storage Inspector] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: Storage Inspector", | |||
"blocks": "1312444", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | |||
} | |||
</bugzilla> | |||
| | |||
|- style="vertical-align:top" | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=1317534 Console] | |||
| | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Developer Tools: Console", | |||
"blocks": "1317534", | |||
"include_fields": "id, priority, summary, product, assigned_to, status" | "include_fields": "id, priority, summary, product, assigned_to, status" | ||
} | } | ||
</bugzilla> | </bugzilla> |