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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/docs/bug-triage-labels.md
diff --git a/net/docs/bug-triage-labels.md b/net/docs/bug-triage-labels.md
index d6f3e2ba94092f04cb1a6df8dacdc131d9b3cdb9..5f2b0d496c113c5c52ff7c17a9b164ae822d9d5d 100644
--- a/net/docs/bug-triage-labels.md
+++ b/net/docs/bug-triage-labels.md
@@ -70,14 +70,20 @@ they fall largely outside the purview of the network stack team:
**Cr-Blink-Storage-AppCache**
-**Cr-Blink-WebSockets**
+**Cr-Blink-Network-WebSockets**
+: Issues with the WebSockets. Attach this label to any issue about the
+ WebSocket feature regardless of where the cause of the issue is (net/ or
+ Blink).
-**Cr-Blink-XHR**
-: Generic issues with sync/async XHR requests - missing request or response
+**Cr-Blink-Network-FetchAPI**
+: Generic issues with the Fetch API - missing request or response
headers, multiple headers, etc. These will often run into issues in certain
corner cases (Cross origin / CORS, proxy, whatever). Attach all labels that
seem appropriate.
+**Cr-Blink-Network-XHR**
+: Generic issues with sync/async XHR requests.
+
**Cr-Services-Sync**
: Sharing data/tabs/history/passwords/etc between machines not working.
« 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