| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 V8UIEvent_InitUIEvent_Method = 873, | 649 V8UIEvent_InitUIEvent_Method = 873, |
| 650 V8Document_CreateTouch_Method = 874, | 650 V8Document_CreateTouch_Method = 874, |
| 651 RequestFileSystemNonWebbyOrigin = 876, | 651 RequestFileSystemNonWebbyOrigin = 876, |
| 652 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, | 652 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, |
| 653 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, | 653 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, |
| 654 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, | 654 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, |
| 655 V8Performance_Timing_AttributeGetter = 882, | 655 V8Performance_Timing_AttributeGetter = 882, |
| 656 V8Performance_Navigation_AttributeGetter = 883, | 656 V8Performance_Navigation_AttributeGetter = 883, |
| 657 V8Performance_Memory_AttributeGetter = 884, | 657 V8Performance_Memory_AttributeGetter = 884, |
| 658 V8SharedWorker_WorkerStart_AttributeGetter = 885, | 658 V8SharedWorker_WorkerStart_AttributeGetter = 885, |
| 659 HTMLKeygenElement = 886, | |
| 660 // The above items are available in M45 branch. | 659 // The above items are available in M45 branch. |
| 661 | 660 |
| 662 HTMLMediaElementPreloadNone = 892, | 661 HTMLMediaElementPreloadNone = 892, |
| 663 HTMLMediaElementPreloadMetadata = 893, | 662 HTMLMediaElementPreloadMetadata = 893, |
| 664 HTMLMediaElementPreloadAuto = 894, | 663 HTMLMediaElementPreloadAuto = 894, |
| 665 HTMLMediaElementPreloadDefault = 895, | 664 HTMLMediaElementPreloadDefault = 895, |
| 666 MixedContentBlockableAllowed = 896, | 665 MixedContentBlockableAllowed = 896, |
| 667 PseudoBeforeAfterForInputElement = 897, | 666 PseudoBeforeAfterForInputElement = 897, |
| 668 V8Permissions_Revoke_Method = 898, | 667 V8Permissions_Revoke_Method = 898, |
| 669 LinkRelDnsPrefetch = 899, | 668 LinkRelDnsPrefetch = 899, |
| (...skipping 802 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 |