Confirmed users
439
edits
(→Team resources: necko-priority-new, meeting-notes) |
(update bugzilla queries (proxy component added, ftp component removed). Don't use short links anymore.) |
||
| Line 5: | Line 5: | ||
[[File:Error-server-not-found.svg|right]] | [[File:Error-server-not-found.svg|right]] | ||
The general [https://firefox-source-docs.mozilla.org/setup/index.html Getting started section] will get you through most. Finding good first bugs in the networking component: | The general [https://firefox-source-docs.mozilla.org/setup/index.html Getting started section] will get you through most. Finding good first bugs in the networking component: | ||
* [ | * [bugzilla.mozilla.org/buglist.cgi?component=DOM: Networking&component=Networking&component=Networking: Cache&component=Networking: Cookies&component=Networking: DNS&component=Networking: File&component=Networking: Proxy&component=Networking: HTTP&component=Networking: JAR&component=Networking: WebSockets&keywords=good-first-bug, &keywords_type=allwords&product=Core&resolution=---&order=bug_id DESC Good first bug in networking component] | ||
* [https://github.com/mozilla/neqo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 Good first issues in neqo] - the http3 library for necko in Rust | * [https://github.com/mozilla/neqo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 Good first issues in neqo] - the http3 library for necko in Rust | ||
* [https://codetribute.mozilla.org/projects/webplatform?project%3DNetworking Finding first bugs] | * [https://codetribute.mozilla.org/projects/webplatform?project%3DNetworking Finding first bugs] | ||
| Line 33: | Line 33: | ||
** [https://mozilla-necko.github.io/logan/ http log analyzer] - [https://github.com/mozilla-necko/logan#readme How to read a http log] | ** [https://mozilla-necko.github.io/logan/ http log analyzer] - [https://github.com/mozilla-necko/logan#readme How to read a http log] | ||
** [https://github.com/mozilla-necko/triage-list Who's triaging] (http://mozilla-necko.github.io/triage-list/necko-triage.ics) | ** [https://github.com/mozilla-necko/triage-list Who's triaging] (http://mozilla-necko.github.io/triage-list/necko-triage.ics) | ||
* [https:// | * [https://bugzilla.mozilla.org/buglist.cgi?component=DOM:%20Networking&component=Networking&component=Networking:%20Cache&component=Networking:%20Cookies&component=Networking:%20DNS&component=Networking:%20File&component=Networking:%20Proxy&component=Networking:%20HTTP&component=Networking:%20JAR&component=Networking:%20WebSockets&product=Core&resolution=---&votes=2&votes_type=greaterthaneq&order=votes%20DESC Most popular bugs in networking component (with at least two votes)] | ||
* [https:// | * [https://bugzilla.mozilla.org/buglist.cgi?component=DOM:%20Networking&component=Networking&component=Networking:%20Cache&component=Networking:%20Cookies&component=Networking:%20DNS&component=Networking:%20File&component=Networking:%20Proxy&component=Networking:%20HTTP&component=Networking:%20JAR&component=Networking:%20WebSockets&limit=0&product=Core&resolution=---&order=votes%20DESC All bugs in networking component] | ||
* networking bugs with performance impact: [https:// | * networking bugs with performance impact: [https://bugzilla.mozilla.org/buglist.cgi?component=DOM:%20Networking&component=Networking&component=Networking:%20Cache&component=Networking:%20Cookies&component=Networking:%20DNS&component=Networking:%20File&component=Networking:%20Proxy&component=Networking:%20HTTP&component=Networking:%20JAR&component=Networking:%20WebSockets&f1=cf_performance_impact&o1=equals&product=Core&resolution=---&v1=high&order=bug_id%20DESC high] | [https://bugzilla.mozilla.org/buglist.cgi?component=DOM:%20Networking&component=Networking&component=Networking:%20Cache&component=Networking:%20Cookies&component=Networking:%20DNS&component=Networking:%20File&component=Networking:%20Proxy&component=Networking:%20HTTP&component=Networking:%20JAR&component=Networking:%20WebSockets&f1=cf_performance_impact&o1=equals&product=Core&resolution=---&v1=medium&order=bug_id%20DESC medium] | [https://bugzilla.mozilla.org/buglist.cgi?component=DOM:%20Networking&component=Networking&component=Networking:%20Cache&component=Networking:%20Cookies&component=Networking:%20DNS&component=Networking:%20File&component=Networking:%20Proxy&component=Networking:%20HTTP&component=Networking:%20JAR&component=Networking:%20WebSockets&f1=cf_performance_impact&o1=equals&product=Core&resolution=---&v1=low&order=bug_id%20DESC low] | ||
* [[Glossary]] | * [[Glossary]] | ||
* [https://mozilla-necko.github.io/ Necko Blog] | * [https://mozilla-necko.github.io/ Necko Blog] | ||
* [https://mozilla-necko.github.io/triage-list/ Necko Triage List] | * [https://mozilla-necko.github.io/triage-list/ Necko Triage List] | ||
* [https://mozilla-necko.github.io/meeting-notes/ Past Necko meeting notes] | * [https://mozilla-necko.github.io/meeting-notes/ Past Necko meeting notes] | ||
* [https:// | * [https://bugzilla.mozilla.org/buglist.cgi?component=DOM%3A%20Networking&component=Networking&component=Networking%3A%20Cache&component=Networking%3A%20Cookies&component=Networking%3A%20DNS&component=Networking%3A%20File&component=Networking%3A%20HTTP&component=Networking%3A%20JAR&component=Networking%3A%20Proxy&component=Networking%3A%20WebSockets&f1=blocked&f2=keywords&o1=isempty&o2=notsubstring&product=Core&query_format=advanced&resolution=---&status_whiteboard=%5Bnecko-triaged%5D&status_whiteboard_type=allwordssubstr&v2=meta&order=votes%20DESC&limit=0 Bugs that don't block a meta bug] | ||
==Editing firefox-source-docs== | ==Editing firefox-source-docs== | ||