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

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

Issue 2080203003: Rename UseCounter::CSPWithUnsafeDynamic to UseCounter::CSPWithStrictDynamic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp » ('j') | 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 * 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 V8Window_WebkitSpeechGrammar_ConstructorGetter = 1267, 1071 V8Window_WebkitSpeechGrammar_ConstructorGetter = 1267,
1072 V8Window_WebkitSpeechGrammarList_ConstructorGetter = 1268, 1072 V8Window_WebkitSpeechGrammarList_ConstructorGetter = 1268,
1073 V8Window_WebkitSpeechRecognition_ConstructorGetter = 1269, 1073 V8Window_WebkitSpeechRecognition_ConstructorGetter = 1269,
1074 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270, 1074 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270,
1075 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, 1075 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271,
1076 V8Window_SpeechSynthesis_AttributeGetter = 1272, 1076 V8Window_SpeechSynthesis_AttributeGetter = 1272,
1077 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273, 1077 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273,
1078 ImageDocument = 1274, 1078 ImageDocument = 1274,
1079 ScriptPassesCSPDynamic = 1275, 1079 ScriptPassesCSPDynamic = 1275,
1080 ScriptPassesCSPNonce = 1276, 1080 ScriptPassesCSPNonce = 1276,
1081 CSPWithUnsafeDynamic = 1277, 1081 CSPWithStrictDynamic = 1277,
1082 ScrollAnchored = 1278, 1082 ScrollAnchored = 1278,
1083 AddEventListenerFourArguments = 1279, 1083 AddEventListenerFourArguments = 1279,
1084 RemoveEventListenerFourArguments = 1280, 1084 RemoveEventListenerFourArguments = 1280,
1085 InvalidReportUriDirectiveInMetaCSP = 1281, 1085 InvalidReportUriDirectiveInMetaCSP = 1281,
1086 InvalidSandboxDirectiveInMetaCSP = 1282, 1086 InvalidSandboxDirectiveInMetaCSP = 1282,
1087 InvalidFrameAncestorsDirectiveInMetaCSP = 1283, 1087 InvalidFrameAncestorsDirectiveInMetaCSP = 1283,
1088 DocumentCreateEventForeignFetchEvent = 1286, 1088 DocumentCreateEventForeignFetchEvent = 1286,
1089 SVGCalcModeDiscrete = 1287, 1089 SVGCalcModeDiscrete = 1287,
1090 SVGCalcModeLinear = 1288, 1090 SVGCalcModeLinear = 1288,
1091 SVGCalcModePaced = 1289, 1091 SVGCalcModePaced = 1289,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 friend class UseCounterTest; 1301 friend class UseCounterTest;
1302 static int m_muteCount; 1302 static int m_muteCount;
1303 1303
1304 CountBits m_countBits; 1304 CountBits m_countBits;
1305 BitVector m_CSSFeatureBits; 1305 BitVector m_CSSFeatureBits;
1306 }; 1306 };
1307 1307
1308 } // namespace blink 1308 } // namespace blink
1309 1309
1310 #endif // UseCounter_h 1310 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698