| 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 SVGHrefAnimVal = 759, | 562 SVGHrefAnimVal = 759, |
| 563 V8CSSRuleList_Item_Method = 760, | 563 V8CSSRuleList_Item_Method = 760, |
| 564 V8MediaList_Item_Method = 761, | 564 V8MediaList_Item_Method = 761, |
| 565 V8StyleSheetList_Item_Method = 762, | 565 V8StyleSheetList_Item_Method = 762, |
| 566 StyleSheetListAnonymousNamedGetter = 763, | 566 StyleSheetListAnonymousNamedGetter = 763, |
| 567 AutocapitalizeAttribute = 764, | 567 AutocapitalizeAttribute = 764, |
| 568 FullscreenSecureOrigin = 765, | 568 FullscreenSecureOrigin = 765, |
| 569 FullscreenInsecureOrigin = 766, | 569 FullscreenInsecureOrigin = 766, |
| 570 DialogInSandboxedContext = 767, | 570 DialogInSandboxedContext = 767, |
| 571 SVGSMILAnimationInImageRegardlessOfCache = 768, | 571 SVGSMILAnimationInImageRegardlessOfCache = 768, |
| 572 EncryptedMediaSecureOrigin = 770, | |
| 573 EncryptedMediaInsecureOrigin = 771, | |
| 574 PerformanceFrameTiming = 772, | 572 PerformanceFrameTiming = 772, |
| 575 V8Element_Animate_Method = 773, | 573 V8Element_Animate_Method = 773, |
| 576 // The above items are available in M44 branch. | 574 // The above items are available in M44 branch. |
| 577 | 575 |
| 578 V8SVGSVGElement_GetElementById_Method = 778, | 576 V8SVGSVGElement_GetElementById_Method = 778, |
| 579 ElementCreateShadowRootMultiple = 779, | 577 ElementCreateShadowRootMultiple = 779, |
| 580 V8MessageChannel_Constructor = 780, | 578 V8MessageChannel_Constructor = 780, |
| 581 V8MessagePort_PostMessage_Method = 781, | 579 V8MessagePort_PostMessage_Method = 781, |
| 582 V8MessagePort_Start_Method = 782, | 580 V8MessagePort_Start_Method = 782, |
| 583 V8MessagePort_Close_Method = 783, | 581 V8MessagePort_Close_Method = 783, |
| (...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1528 // Tracks what features/properties need to be reported to the legacy | 1526 // Tracks what features/properties need to be reported to the legacy |
| 1529 // histograms. | 1527 // histograms. |
| 1530 BitVector m_featureBits; | 1528 BitVector m_featureBits; |
| 1531 BitVector m_CSSBits; | 1529 BitVector m_CSSBits; |
| 1532 } m_legacyCounter; | 1530 } m_legacyCounter; |
| 1533 }; | 1531 }; |
| 1534 | 1532 |
| 1535 } // namespace blink | 1533 } // namespace blink |
| 1536 | 1534 |
| 1537 #endif // UseCounter_h | 1535 #endif // UseCounter_h |
| OLD | NEW |