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

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

Issue 1480223003: [net] docs: Update info in bug-triage-labels.md about Blink networking APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | 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 : Labels 1 # Chrome Network Bug Triage : Labels
2 2
3 ## Some network label caveats 3 ## Some network label caveats
4 4
5 **Cr-UI-Browser-Downloads** 5 **Cr-UI-Browser-Downloads**
6 : Despite the name, this covers all issues related to downloading a file except 6 : Despite the name, this covers all issues related to downloading a file except
7 saving entire pages (which is **Cr-Blink-SavePage**), not just UI issues. 7 saving entire pages (which is **Cr-Blink-SavePage**), not just UI issues.
8 Most downloads bugs will have the word "download" or "save as" in the 8 Most downloads bugs will have the word "download" or "save as" in the
9 description. Issues with the HTTP server for the Chrome binaries are not 9 description. Issues with the HTTP server for the Chrome binaries are not
10 downloads bugs. 10 downloads bugs.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 **Cr-Blink-Loader** 63 **Cr-Blink-Loader**
64 : Cross origin issues are sometimes loader related. Blink also has an 64 : Cross origin issues are sometimes loader related. Blink also has an
65 in-memory cache, and when it's used, requests don't appear in 65 in-memory cache, and when it's used, requests don't appear in
66 about:net-internals. Requests for the same URL are also often merged there 66 about:net-internals. Requests for the same URL are also often merged there
67 as well. This does *not* cover issues with content/browser/loader/ files. 67 as well. This does *not* cover issues with content/browser/loader/ files.
68 68
69 **Cr-Blink-ServiceWorker** 69 **Cr-Blink-ServiceWorker**
70 70
71 **Cr-Blink-Storage-AppCache** 71 **Cr-Blink-Storage-AppCache**
72 72
73 **Cr-Blink-WebSockets** 73 **Cr-Blink-Network-WebSockets**
74 : Issues with the WebSockets. Attach this label to any issue about the
75 WebSocket feature regardless of where the cause of the issue is (net/ or
76 Blink).
74 77
75 **Cr-Blink-XHR** 78 **Cr-Blink-Network-FetchAPI**
76 : Generic issues with sync/async XHR requests - missing request or response 79 : Generic issues with the Fetch API - missing request or response
77 headers, multiple headers, etc. These will often run into issues in certain 80 headers, multiple headers, etc. These will often run into issues in certain
78 corner cases (Cross origin / CORS, proxy, whatever). Attach all labels that 81 corner cases (Cross origin / CORS, proxy, whatever). Attach all labels that
79 seem appropriate. 82 seem appropriate.
80 83
84 **Cr-Blink-Network-XHR**
85 : Generic issues with sync/async XHR requests.
86
81 **Cr-Services-Sync** 87 **Cr-Services-Sync**
82 : Sharing data/tabs/history/passwords/etc between machines not working. 88 : Sharing data/tabs/history/passwords/etc between machines not working.
83 89
84 **Cr-Services-Chromoting** 90 **Cr-Services-Chromoting**
85 91
86 **Cr-Platform-Extensions** 92 **Cr-Platform-Extensions**
87 : Issues extensions loading / not loading / hanging. 93 : Issues extensions loading / not loading / hanging.
88 94
89 **Cr-Platform-Extensions-API** 95 **Cr-Platform-Extensions-API**
90 : Issues with network related extension APIs should have this label. 96 : Issues with network related extension APIs should have this label.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 **Cr-Privacy** 131 **Cr-Privacy**
126 : Privacy related bug (History, cookies discoverable by an entity that 132 : Privacy related bug (History, cookies discoverable by an entity that
127 shouldn't be able to do so, incognito state being saved in memory or on disk 133 shouldn't be able to do so, incognito state being saved in memory or on disk
128 beyond the lifetime of incognito tabs, etc). Generally used in conjunction 134 beyond the lifetime of incognito tabs, etc). Generally used in conjunction
129 with other labels. 135 with other labels.
130 136
131 **Type-Bug-Security** 137 **Type-Bug-Security**
132 : Security related bug (Allows for code execution from remote site, allows 138 : Security related bug (Allows for code execution from remote site, allows
133 crossing security boundaries, unchecked array bounds, 139 crossing security boundaries, unchecked array bounds,
134 etc). 140 etc).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698