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

Side by Side Diff: Source/core/frame/UseCounter.h

Issue 149953007: CSP 1.1: Remove last bits of 'X-WebKit-CSP'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test. Created 6 years, 10 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 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 enum Feature { 61 enum Feature {
62 PageDestruction, 62 PageDestruction,
63 LegacyNotifications, 63 LegacyNotifications,
64 MultipartMainResource, 64 MultipartMainResource,
65 PrefixedIndexedDB, 65 PrefixedIndexedDB,
66 WorkerStart, 66 WorkerStart,
67 SharedWorkerStart, 67 SharedWorkerStart,
68 LegacyWebAudio, 68 LegacyWebAudio,
69 WebAudioStart, 69 WebAudioStart,
70 PrefixedContentSecurityPolicy, 70 REMOVEDPrefixedContentSecurityPolicy,
71 UnprefixedIndexedDB, 71 UnprefixedIndexedDB,
72 OpenWebDatabase, 72 OpenWebDatabase,
73 REMOVEDLegacyHTMLNotifications, 73 REMOVEDLegacyHTMLNotifications,
74 LegacyTextNotifications, 74 LegacyTextNotifications,
75 UnprefixedRequestAnimationFrame, 75 UnprefixedRequestAnimationFrame,
76 PrefixedRequestAnimationFrame, 76 PrefixedRequestAnimationFrame,
77 ContentSecurityPolicy, 77 ContentSecurityPolicy,
78 ContentSecurityPolicyReportOnly, 78 ContentSecurityPolicyReportOnly,
79 PrefixedContentSecurityPolicyReportOnly, 79 REMOVEDPrefixedContentSecurityPolicyReportOnly,
80 PrefixedTransitionEndEvent, 80 PrefixedTransitionEndEvent,
81 UnprefixedTransitionEndEvent, 81 UnprefixedTransitionEndEvent,
82 PrefixedAndUnprefixedTransitionEndEvent, 82 PrefixedAndUnprefixedTransitionEndEvent,
83 AutoFocusAttribute, 83 AutoFocusAttribute,
84 REMOVEDAutoSaveAttribute, 84 REMOVEDAutoSaveAttribute,
85 DataListElement, 85 DataListElement,
86 FormAttribute, 86 FormAttribute,
87 IncrementalAttribute, 87 IncrementalAttribute,
88 InputTypeColor, 88 InputTypeColor,
89 InputTypeDate, 89 InputTypeDate,
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 365
366 void updateMeasurements(); 366 void updateMeasurements();
367 367
368 OwnPtr<BitVector> m_countBits; 368 OwnPtr<BitVector> m_countBits;
369 BitVector m_CSSFeatureBits; 369 BitVector m_CSSFeatureBits;
370 }; 370 };
371 371
372 } // namespace WebCore 372 } // namespace WebCore
373 373
374 #endif // UseCounter_h 374 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/frame/ContentSecurityPolicyResponseHeaders.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698