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

Side by Side Diff: third_party/WebKit/Source/platform/network/HTTPNames.json5

Issue 2695923010: Add Network.setSendRequestIdHeader and use it in headless (Closed)
Patch Set: Fix the layout test Created 3 years, 9 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 | « third_party/WebKit/Source/platform/loader/fetch/RawResourceTest.cpp ('k') | 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 { 1 {
2 metadata: { 2 metadata: {
3 namespace: "HTTP", 3 namespace: "HTTP",
4 export: "PLATFORM_EXPORT", 4 export: "PLATFORM_EXPORT",
5 }, 5 },
6 6
7 data: [ 7 data: [
8 "GET", 8 "GET",
9 "HEAD", 9 "HEAD",
10 "POST", 10 "POST",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "Resource-Freshness", 55 "Resource-Freshness",
56 "SourceMap", 56 "SourceMap",
57 "Suborigin", 57 "Suborigin",
58 "Timing-Allow-Origin", 58 "Timing-Allow-Origin",
59 "Upgrade-Insecure-Requests", 59 "Upgrade-Insecure-Requests",
60 "User-Agent", 60 "User-Agent",
61 "Vary", 61 "Vary",
62 "X-Content-Type-Options", 62 "X-Content-Type-Options",
63 "X-DNS-Prefetch-Control", 63 "X-DNS-Prefetch-Control",
64 "X-DevTools-Emulate-Network-Conditions-Client-Id", 64 "X-DevTools-Emulate-Network-Conditions-Client-Id",
65 "X-DevTools-Request-Id",
65 "X-Frame-Options", 66 "X-Frame-Options",
66 "X-SourceMap", 67 "X-SourceMap",
67 "X-XSS-Protection", 68 "X-XSS-Protection",
68 ], 69 ],
69 } 70 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/loader/fetch/RawResourceTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698