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

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

Issue 2370273002: deleted three UseCounter items to fix issue 645909 (Closed)
Patch Set: implemented asvitkine@ suggestion to keep histogram entries for compatibility purpose Created 4 years, 2 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/CSPDirectiveList.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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270, 1019 V8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270,
1020 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, 1020 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271,
1021 V8Window_SpeechSynthesis_AttributeGetter = 1272, 1021 V8Window_SpeechSynthesis_AttributeGetter = 1272,
1022 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273, 1022 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273,
1023 ImageDocument = 1274, 1023 ImageDocument = 1274,
1024 ScriptPassesCSPDynamic = 1275, 1024 ScriptPassesCSPDynamic = 1275,
1025 CSPWithStrictDynamic = 1277, 1025 CSPWithStrictDynamic = 1277,
1026 ScrollAnchored = 1278, 1026 ScrollAnchored = 1278,
1027 AddEventListenerFourArguments = 1279, 1027 AddEventListenerFourArguments = 1279,
1028 RemoveEventListenerFourArguments = 1280, 1028 RemoveEventListenerFourArguments = 1280,
1029 InvalidReportUriDirectiveInMetaCSP = 1281,
1030 InvalidSandboxDirectiveInMetaCSP = 1282,
1031 InvalidFrameAncestorsDirectiveInMetaCSP = 1283,
1032 SVGCalcModeDiscrete = 1287, 1029 SVGCalcModeDiscrete = 1287,
1033 SVGCalcModeLinear = 1288, 1030 SVGCalcModeLinear = 1288,
1034 SVGCalcModePaced = 1289, 1031 SVGCalcModePaced = 1289,
1035 SVGCalcModeSpline = 1290, 1032 SVGCalcModeSpline = 1290,
1036 FormSubmissionStarted = 1291, 1033 FormSubmissionStarted = 1291,
1037 FormValidationStarted = 1292, 1034 FormValidationStarted = 1292,
1038 FormValidationAbortedSubmission = 1293, 1035 FormValidationAbortedSubmission = 1293,
1039 FormValidationShowedMessage = 1294, 1036 FormValidationShowedMessage = 1294,
1040 WebAnimationsEasingAsFunctionLinear = 1295, 1037 WebAnimationsEasingAsFunctionLinear = 1295,
1041 WebAnimationsEasingAsFunctionOther = 1296, 1038 WebAnimationsEasingAsFunctionOther = 1296,
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 private: 1397 private:
1401 // Tracks what features/properties need to be reported to the legacy his tograms. 1398 // Tracks what features/properties need to be reported to the legacy his tograms.
1402 BitVector m_featureBits; 1399 BitVector m_featureBits;
1403 BitVector m_CSSBits; 1400 BitVector m_CSSBits;
1404 } m_legacyCounter; 1401 } m_legacyCounter;
1405 }; 1402 };
1406 1403
1407 } // namespace blink 1404 } // namespace blink
1408 1405
1409 #endif // UseCounter_h 1406 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698