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

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

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT Created 3 years, 11 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/network/HTTPNames.in ('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
(Empty)
1 {
2 metadata: {
3 namespace: "HTTP",
4 export: "PLATFORM_EXPORT",
5 },
6
7 data: [
8 "GET",
9 "HEAD",
10 "POST",
11 "OPTIONS",
12 "Accept",
13 "Accept-CH",
14 "Access-Control-Allow-External",
15 "Access-Control-Allow-Headers",
16 "Access-Control-Allow-Methods",
17 "Access-Control-Allow-Origin",
18 "Access-Control-Expose-Headers",
19 "Access-Control-Max-Age",
20 "Access-Control-Request-External",
21 "Access-Control-Request-Headers",
22 "Access-Control-Request-Method",
23 "Allow-CSP-From",
24 "Cache-Control",
25 "Content-DPR",
26 "Content-Disposition",
27 "Content-Language",
28 "Content-Security-Policy",
29 "Content-Security-Policy-Report-Only",
30 "Embedding-CSP",
31 "Content-Type",
32 "ETag",
33 "Expires",
34 "Date",
35 "Feature-Policy",
36 "If-Match",
37 "If-Modified-Since",
38 "If-None-Match",
39 "If-Range",
40 "If-Unmodified-Since",
41 "Last-Event-ID",
42 "Last-Modified",
43 "Link",
44 "Location",
45 "Origin",
46 "Origin-Trial",
47 "Ping-From",
48 "Ping-To",
49 "Pragma",
50 "Purpose",
51 "Range",
52 "Referer",
53 "Referrer-Policy",
54 "Refresh",
55 "Resource-Freshness",
56 "SourceMap",
57 "Suborigin",
58 "Timing-Allow-Origin",
59 "Upgrade-Insecure-Requests",
60 "User-Agent",
61 "Vary",
62 "X-Content-Type-Options",
63 "X-DNS-Prefetch-Control",
64 "X-DevTools-Emulate-Network-Conditions-Client-Id",
65 "X-Frame-Options",
66 "X-SourceMap",
67 "X-XSS-Protection",
68 ],
69 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/network/HTTPNames.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698