Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Side by Side Diff: net/docs/bug-triage-labels.md

Issue 2697323005: docs: Change "ChromeOS" to "Chrome OS". (Closed)
Patch Set: update more markdown files Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/ozone_overview.md ('k') | net/docs/bug-triage-suggested-workflow.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Chrome Network Bug Triage : Components and labels 1 # Chrome Network Bug Triage : Components and labels
2 2
3 ## Some network component caveats 3 ## Some network component caveats
4 4
5 * **Internals>Network>SSL** 5 * **Internals>Network>SSL**
6 6
7 This includes issues that should be also tagged as **Security>UX** 7 This includes issues that should be also tagged as **Security>UX**
8 (certificate error pages or other security interstitials, omnibox indicators 8 (certificate error pages or other security interstitials, omnibox indicators
9 that a page is secure), and more general SSL issues. If you see requests 9 that a page is secure), and more general SSL issues. If you see requests
10 that die in the SSL negotiation phase, in particular, this is often the 10 that die in the SSL negotiation phase, in particular, this is often the
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 also have some logic at the Internals>Network>Cache layer. 142 also have some logic at the Internals>Network>Cache layer.
143 143
144 * **UI>Browser>Navigation** 144 * **UI>Browser>Navigation**
145 145
146 * **UI>Browser>History** 146 * **UI>Browser>History**
147 147
148 Issues which only appear with forward/back navigation. 148 Issues which only appear with forward/back navigation.
149 149
150 * **OS>Systems>Network** / **OS>Systems>Mobile** / **OS>Systems>Bluetooth** 150 * **OS>Systems>Network** / **OS>Systems>Mobile** / **OS>Systems>Bluetooth**
151 151
152 These should be used for issues with ChromeOS's platform network code, and 152 These should be used for issues with Chrome OS's platform network code, and
153 not net/ issues on ChromeOS. 153 not net/ issues on Chrome OS.
154 154
155 * **Blink>SecurityFeature** 155 * **Blink>SecurityFeature**
156 156
157 CORS / Cross origin issues. Main frame cross-origin navigation issues are 157 CORS / Cross origin issues. Main frame cross-origin navigation issues are
158 often actually **UI>Browser>Navigation** issues. 158 often actually **UI>Browser>Navigation** issues.
159 159
160 * **Privacy** 160 * **Privacy**
161 161
162 Privacy related bug (History, cookies discoverable by an entity that 162 Privacy related bug (History, cookies discoverable by an entity that
163 shouldn't be able to do so, incognito state being saved in memory or on disk 163 shouldn't be able to do so, incognito state being saved in memory or on disk
164 beyond the lifetime of incognito tabs, etc). Generally used in conjunction 164 beyond the lifetime of incognito tabs, etc). Generally used in conjunction
165 with other components. 165 with other components.
166 166
167 ## Common labels 167 ## Common labels
168 168
169 * **Type-Bug-Security** 169 * **Type-Bug-Security**
170 170
171 Security related bug (Allows for code execution from remote site, allows 171 Security related bug (Allows for code execution from remote site, allows
172 crossing security boundaries, unchecked array bounds, etc) should be tagged 172 crossing security boundaries, unchecked array bounds, etc) should be tagged
173 with this label. 173 with this label.
OLDNEW
« no previous file with comments | « docs/ozone_overview.md ('k') | net/docs/bug-triage-suggested-workflow.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698