| 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 HTMLMediaElementInDocument = 1230, | 956 HTMLMediaElementInDocument = 1230, |
| 957 HTMLMediaElementControlsAttribute = 1231, | 957 HTMLMediaElementControlsAttribute = 1231, |
| 958 V8Animation_Oncancel_AttributeGetter = 1233, | 958 V8Animation_Oncancel_AttributeGetter = 1233, |
| 959 V8Animation_Oncancel_AttributeSetter = 1234, | 959 V8Animation_Oncancel_AttributeSetter = 1234, |
| 960 V8HTMLCommentInExternalScript = 1235, | 960 V8HTMLCommentInExternalScript = 1235, |
| 961 V8HTMLComment = 1236, | 961 V8HTMLComment = 1236, |
| 962 V8SloppyModeBlockScopedFunctionRedefinition = 1237, | 962 V8SloppyModeBlockScopedFunctionRedefinition = 1237, |
| 963 V8ForInInitializer = 1238, | 963 V8ForInInitializer = 1238, |
| 964 V8Animation_Id_AttributeGetter = 1239, | 964 V8Animation_Id_AttributeGetter = 1239, |
| 965 V8Animation_Id_AttributeSetter = 1240, | 965 V8Animation_Id_AttributeSetter = 1240, |
| 966 WebAnimationHyphenatedProperty = 1243, | |
| 967 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244, | 966 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244, |
| 968 ApplicationCacheManifestSelectInsecureOrigin = 1245, | 967 ApplicationCacheManifestSelectInsecureOrigin = 1245, |
| 969 ApplicationCacheManifestSelectSecureOrigin = 1246, | 968 ApplicationCacheManifestSelectSecureOrigin = 1246, |
| 970 ApplicationCacheAPIInsecureOrigin = 1247, | 969 ApplicationCacheAPIInsecureOrigin = 1247, |
| 971 ApplicationCacheAPISecureOrigin = 1248, | 970 ApplicationCacheAPISecureOrigin = 1248, |
| 972 // The above items are available in M50 branch | 971 // The above items are available in M50 branch |
| 973 | 972 |
| 974 CSSAtRuleApply = 1249, | 973 CSSAtRuleApply = 1249, |
| 975 CSSSelectorPseudoAny = 1250, | 974 CSSSelectorPseudoAny = 1250, |
| 976 DocumentAllItemNoArguments = 1252, | 975 DocumentAllItemNoArguments = 1252, |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 // Tracks what features/properties need to be reported to the legacy | 1471 // Tracks what features/properties need to be reported to the legacy |
| 1473 // histograms. | 1472 // histograms. |
| 1474 BitVector m_featureBits; | 1473 BitVector m_featureBits; |
| 1475 BitVector m_CSSBits; | 1474 BitVector m_CSSBits; |
| 1476 } m_legacyCounter; | 1475 } m_legacyCounter; |
| 1477 }; | 1476 }; |
| 1478 | 1477 |
| 1479 } // namespace blink | 1478 } // namespace blink |
| 1480 | 1479 |
| 1481 #endif // UseCounter_h | 1480 #endif // UseCounter_h |
| OLD | NEW |