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

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

Issue 2839683003: Server-Timing (Closed)
Patch Set: make those robots happy, attempt #4 Created 3 years, 7 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "Origin-Trial", 46 "Origin-Trial",
47 "Ping-From", 47 "Ping-From",
48 "Ping-To", 48 "Ping-To",
49 "Pragma", 49 "Pragma",
50 "Purpose", 50 "Purpose",
51 "Range", 51 "Range",
52 "Referer", 52 "Referer",
53 "Referrer-Policy", 53 "Referrer-Policy",
54 "Refresh", 54 "Refresh",
55 "Resource-Freshness", 55 "Resource-Freshness",
56 "Server-Timing",
56 "SourceMap", 57 "SourceMap",
57 "Suborigin", 58 "Suborigin",
58 "Timing-Allow-Origin", 59 "Timing-Allow-Origin",
59 "Upgrade-Insecure-Requests", 60 "Upgrade-Insecure-Requests",
60 "User-Agent", 61 "User-Agent",
61 "Vary", 62 "Vary",
62 "X-Content-Type-Options", 63 "X-Content-Type-Options",
63 "X-DNS-Prefetch-Control", 64 "X-DNS-Prefetch-Control",
64 "X-DevTools-Emulate-Network-Conditions-Client-Id", 65 "X-DevTools-Emulate-Network-Conditions-Client-Id",
65 "X-DevTools-Request-Id", 66 "X-DevTools-Request-Id",
66 "X-Frame-Options", 67 "X-Frame-Options",
67 "X-SourceMap", 68 "X-SourceMap",
68 "X-XSS-Protection", 69 "X-XSS-Protection",
69 ], 70 ],
70 } 71 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698