| OLD | NEW |
| 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, | 1089 V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, |
| 1090 V8Window_SpeechSynthesis_AttributeGetter = 1272, | 1090 V8Window_SpeechSynthesis_AttributeGetter = 1272, |
| 1091 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273, | 1091 V8IDBFactory_WebkitGetDatabaseNames_Method = 1273, |
| 1092 ImageDocument = 1274, | 1092 ImageDocument = 1274, |
| 1093 ScriptPassesCSPDynamic = 1275, | 1093 ScriptPassesCSPDynamic = 1275, |
| 1094 ScriptPassesCSPNonce = 1276, | 1094 ScriptPassesCSPNonce = 1276, |
| 1095 CSPWithUnsafeDynamic = 1277, | 1095 CSPWithUnsafeDynamic = 1277, |
| 1096 ScrollAnchored = 1278, | 1096 ScrollAnchored = 1278, |
| 1097 AddEventListenerFourArguments = 1279, | 1097 AddEventListenerFourArguments = 1279, |
| 1098 RemoveEventListenerFourArguments = 1280, | 1098 RemoveEventListenerFourArguments = 1280, |
| 1099 InvalidReportUriDirectiveInMetaCSP = 1281, |
| 1100 InvalidSandboxDirectiveInMetaCSP = 1282, |
| 1101 InvalidFrameAncestorsDirectiveInMetaCSP = 1283, |
| 1099 | 1102 |
| 1100 // Add new features immediately above this line. Don't change assigned | 1103 // Add new features immediately above this line. Don't change assigned |
| 1101 // numbers of any item, and don't reuse removed slots. | 1104 // numbers of any item, and don't reuse removed slots. |
| 1102 // Also, run update_use_counter_feature_enum.py in chromium/src/tools/me
trics/histograms/ | 1105 // Also, run update_use_counter_feature_enum.py in chromium/src/tools/me
trics/histograms/ |
| 1103 // to update the UMA mapping. | 1106 // to update the UMA mapping. |
| 1104 NumberOfFeatures, // This enum value must be last. | 1107 NumberOfFeatures, // This enum value must be last. |
| 1105 }; | 1108 }; |
| 1106 | 1109 |
| 1107 // "count" sets the bit for this feature to 1. Repeated calls are ignored. | 1110 // "count" sets the bit for this feature to 1. Repeated calls are ignored. |
| 1108 static void count(const Frame*, Feature); | 1111 static void count(const Frame*, Feature); |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 friend class UseCounterTest; | 1186 friend class UseCounterTest; |
| 1184 static int m_muteCount; | 1187 static int m_muteCount; |
| 1185 | 1188 |
| 1186 CountBits m_countBits; | 1189 CountBits m_countBits; |
| 1187 BitVector m_CSSFeatureBits; | 1190 BitVector m_CSSFeatureBits; |
| 1188 }; | 1191 }; |
| 1189 | 1192 |
| 1190 } // namespace blink | 1193 } // namespace blink |
| 1191 | 1194 |
| 1192 #endif // UseCounter_h | 1195 #endif // UseCounter_h |
| OLD | NEW |