@@ -8,7 +8,7 @@ of their two days working on bug triage/investigation.
8
8
## 1. Review untriaged bugs
9
9
10
10
Look through [ this list of untriaged
11
- bugs] ( https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-stars%20-opened&q=component%3AInternals%3ENetwork%20status% 3Aunconfirmed%2Cuntriaged%20-component%3AInternals%3ENetwork%3ECookies% 20-component%3AInternals%3ENetwork%3EDNS%20-component%3AInternals %3ENetwork%3ECookies%20-component%3AInternals% 3ENetwork%3ECertificate%20-component%3AInternals% 3ENetwork%3EReportingAndNEL%20-component%3AInternals% 3ENetwork%3EDataUse%20-component%3AInternals% 3ENetwork%3EEV%20-component%3AInternals% 3ENetwork%3EDataProxy%20-component%3AInternals% 3ENetwork%3ECertTrans%20-component%3AInternals% 3ENetwork%3ENetworkQuality%20-component%3AInternals% 3ENetwork%3EDoH%20-component%3AInternals% 3ENetwork%3ENetInfo%20-component%3AInternals% 3ENetwork%3EVPN%20-Needs%3DFeedback%20-Label%3ANetwork-Triaged ) .
11
+ bugs] ( https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-stars%20-opened&q=status% 3Aunconfirmed%2Cuntriaged%20-Needs%3DFeedback% 20-Label%3ANetwork-Triaged%20component%3DInternals%3ENetwork%2CInternals %3ENetwork%3ECache%2CInternals% 3ENetwork%3ESSL%2CInternals% 3ENetwork%3EQUIC%2CInternals% 3ENetwork%3EAuth%2CInternals% 3ENetwork%3EHTTP2%2CInternals% 3ENetwork%3EProxy%2CInternals% 3ENetwork%3ELibrary%2CInternals% 3ENetwork%3ELogging%2CInternals% 3ENetwork%3EConnectivity%2CInternals% 3ENetwork%3EDomainSecurityPolicy%2CInternals%3ENetwork%3ETrustTokens%2CInternals% 3ENetwork%3EFilters%2CInternals%3ENetwork%3EFTP%2CInternals%3ENetwork%3ESDCH ) .
12
12
13
13
* Go through them in the given order (top to bottom).
14
14
The link sorts them by priority and then recency.
@@ -56,7 +56,7 @@ crashers](https://goto.google.com/network_triage_internal#investigating-crashers
56
56
## 2. Follow-up on issues with the Needs-Feedback label
57
57
58
58
Look through [ this list of Needs=Feedback
59
- bugs] ( https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-modified&q=component%3AInternals% 3ENetwork%20Needs%3DFeedback%20-component%3AInternals %3ENetwork%3ECookies%20-component%3AInternals% 3ENetwork%3EDNS%20-component%3AInternals% 3ENetwork%3ECookies%20-component%3AInternals% 3ENetwork%3ECertificate%20-component%3AInternals% 3ENetwork%3EReportingAndNEL%20-component%3AInternals% 3ENetwork%3EDataUse%20-component%3AInternals% 3ENetwork%3EEV%20-component%3AInternals% 3ENetwork%3EDataProxy%20-component%3AInternals% 3ENetwork%3ECertTrans%20-component%3AInternals% 3ENetwork%3ENetworkQuality%20-component%3AInternals% 3ENetwork%3EDoH%20-component%3AInternals% 3ENetwork%3ENetInfo%20-component%3AInternals% 3ENetwork%3EVPN ) .
59
+ bugs] ( https://bugs.chromium.org/p/chromium/issues/list?sort=pri%20-modified&q=Needs%3DFeedback%20component%3DInternals% 3ENetwork%2CInternals%3ENetwork%3ECache%2CInternals %3ENetwork%3ESSL%2CInternals% 3ENetwork%3EQUIC%2CInternals% 3ENetwork%3EAuth%2CInternals% 3ENetwork%3EHTTP2%2CInternals% 3ENetwork%3EProxy%2CInternals% 3ENetwork%3ELibrary%2CInternals% 3ENetwork%3ELogging%2CInternals% 3ENetwork%3EConnectivity%2CInternals% 3ENetwork%3EDomainSecurityPolicy%2CInternals% 3ENetwork%3ETrustTokens%2CInternals% 3ENetwork%3EFilters%2CInternals% 3ENetwork%3EFTP%2CInternals% 3ENetwork%3ESDCH ) .
60
60
61
61
* Go through them in the given order (top to bottom).
62
62
The link sorts them by priority and then recency.
@@ -79,6 +79,48 @@ On the final day of your rotation, send a brief summary to net-dev@chromium.org
79
79
detailing any interesting or concerning trends. Do not discuss any restricted
80
80
bugs on the public mailing list.
81
81
82
+ ## Covered bug components
83
+
84
+ Not all of the subcomponents of ` Interals>Network ` are handled by this rotation.
85
+
86
+ The ones that are included are:
87
+
88
+ ```
89
+ Internals>Network
90
+ Internals>Network>Auth
91
+ Internals>Network>Cache
92
+ Internals>Network>Connectivity
93
+ Internals>Network>DomainSecurityPolicy
94
+ Internals>Network>Filters
95
+ Internals>Network>FTP
96
+ Internals>Network>HTTP2
97
+ Internals>Network>Library
98
+ Internals>Network>Logging
99
+ Internals>Network>Proxy
100
+ Internals>Network>QUIC
101
+ Internals>Network>SDCH
102
+ Internals>Network>SSL
103
+ Internals>Network>TrustTokens
104
+ ```
105
+
106
+ The rest of the ` Internals>Network ` subcomponents are out of scope,
107
+ and covered by separate rotations:
108
+
109
+ ```
110
+ Internals>Network>Certificate
111
+ Internals>Network>CertTrans
112
+ Internals>Network>Cookies
113
+ Internals>Network>DataProxy
114
+ Internals>Network>DataUse
115
+ Internals>Network>DNS
116
+ Internals>Network>DoH
117
+ Internals>Network>EV
118
+ Internals>Network>NetInfo
119
+ Internals>Network>NetworkQuality
120
+ Internals>Network>ReportingAndNEL
121
+ Internals>Network>VPN
122
+ ```
123
+
82
124
## Management
83
125
84
126
* Your rotation will appear in Google Calendar as two days. You are expected to
0 commit comments