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

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

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Remove overaggressive bool transform Created 4 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 unified diff | Download patch
OLDNEW
1 namespace="HTTP" 1 namespace="HTTP"
2 export="PLATFORM_EXPORT" 2 export="PLATFORM_EXPORT"
3 3
4 GET 4 GET
5 HEAD 5 HEAD
6 POST 6 POST
7 OPTIONS 7 OPTIONS
8 Accept 8 Accept
9 Accept-CH 9 Accept-CH
10 Access-Control-Allow-External 10 Access-Control-Allow-External
11 Access-Control-Allow-Headers 11 Access-Control-Allow-Headers
12 Access-Control-Allow-Methods 12 Access-Control-Allow-Methods
13 Access-Control-Allow-Origin 13 Access-Control-Allow-Origin
14 Access-Control-Expose-Headers 14 Access-Control-Expose-Headers
15 Access-Control-Max-Age 15 Access-Control-Max-Age
16 Access-Control-Request-External 16 Access-Control-Request-External
17 Access-Control-Request-Headers 17 Access-Control-Request-Headers
18 Access-Control-Request-Method 18 Access-Control-Request-Method
19 Cache-Control 19 Cache-Control
20 Content-DPR 20 Content-DPR
21 Content-Disposition 21 Content-Disposition
22 Content-Language 22 Content-Language
23 Content-Security-Policy 23 Content-Security-Policy
24 Content-Security-Policy-Report-Only 24 Content-Security-Policy-Report-Only
25 Content-Type 25 Content-Type
26 ETag 26 ETag
27 Expires 27 Expires
28 Date 28 Date
29 Feature-Policy
29 If-Match 30 If-Match
30 If-Modified-Since 31 If-Modified-Since
31 If-None-Match 32 If-None-Match
32 If-Range 33 If-Range
33 If-Unmodified-Since 34 If-Unmodified-Since
34 Last-Event-ID 35 Last-Event-ID
35 Last-Modified 36 Last-Modified
36 Link 37 Link
37 Location 38 Location
38 Origin 39 Origin
(...skipping 12 matching lines...) Expand all
51 Timing-Allow-Origin 52 Timing-Allow-Origin
52 Upgrade-Insecure-Requests 53 Upgrade-Insecure-Requests
53 User-Agent 54 User-Agent
54 Vary 55 Vary
55 X-Content-Type-Options 56 X-Content-Type-Options
56 X-DNS-Prefetch-Control 57 X-DNS-Prefetch-Control
57 X-DevTools-Emulate-Network-Conditions-Client-Id 58 X-DevTools-Emulate-Network-Conditions-Client-Id
58 X-Frame-Options 59 X-Frame-Options
59 X-SourceMap 60 X-SourceMap
60 X-XSS-Protection 61 X-XSS-Protection
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698