| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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). |
| OLD | NEW |