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

Unified Diff: Source/modules/fetch/FetchHeaderList.h

Issue 1288263003: Normalize and update the header value checks to RFC 7230 for Fetch Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/fetch/FetchHeaderList.h
diff --git a/Source/modules/fetch/FetchHeaderList.h b/Source/modules/fetch/FetchHeaderList.h
index 2aa9d0f8ddd1b10c4f1164a3cd7fcb6ef5e431e8..25c9ff0bb0ab4369f441851f62d5b14764c7d2d8 100644
--- a/Source/modules/fetch/FetchHeaderList.h
+++ b/Source/modules/fetch/FetchHeaderList.h
@@ -44,6 +44,7 @@ public:
static bool isValidHeaderName(const String&);
static bool isValidHeaderValue(const String&);
yhirano 2015/09/09 04:41:50 Is this function used?
shiva.jm 2015/09/10 10:10:26 not used removed.
+ static bool isValidFieldContentRFC7230(const String&);
DEFINE_INLINE_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698