| 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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1534 // Tracks what features/properties need to be reported to the legacy | 1532 // Tracks what features/properties need to be reported to the legacy |
| 1535 // histograms. | 1533 // histograms. |
| 1536 BitVector m_featureBits; | 1534 BitVector m_featureBits; |
| 1537 BitVector m_CSSBits; | 1535 BitVector m_CSSBits; |
| 1538 } m_legacyCounter; | 1536 } m_legacyCounter; |
| 1539 }; | 1537 }; |
| 1540 | 1538 |
| 1541 } // namespace blink | 1539 } // namespace blink |
| 1542 | 1540 |
| 1543 #endif // UseCounter_h | 1541 #endif // UseCounter_h |
| OLD | NEW |