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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 RemoveEventListenerNoArguments = 658, | 598 RemoveEventListenerNoArguments = 658, |
599 RemoveEventListenerOneArgument = 659, | 599 RemoveEventListenerOneArgument = 659, |
600 SRIElementWithNonMatchingIntegrityType = 660, | 600 SRIElementWithNonMatchingIntegrityType = 660, |
601 MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661, | 601 MixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661, |
602 MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662, | 602 MixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662, |
603 MixedContentWebSocket = 663, | 603 MixedContentWebSocket = 663, |
604 SyntheticKeyframesInCompositedCSSAnimation = 664, | 604 SyntheticKeyframesInCompositedCSSAnimation = 664, |
605 MixedContentFormPresent = 665, | 605 MixedContentFormPresent = 665, |
606 GetUserMediaInsecureOrigin = 666, | 606 GetUserMediaInsecureOrigin = 666, |
607 GetUserMediaSecureOrigin = 667, | 607 GetUserMediaSecureOrigin = 667, |
| 608 // The above items are available in M41 branch. |
| 609 |
608 DeviceMotionInsecureOrigin = 668, | 610 DeviceMotionInsecureOrigin = 668, |
609 DeviceMotionSecureOrigin = 669, | 611 DeviceMotionSecureOrigin = 669, |
610 DeviceOrientationInsecureOrigin = 670, | 612 DeviceOrientationInsecureOrigin = 670, |
611 DeviceOrientationSecureOrigin = 671, | 613 DeviceOrientationSecureOrigin = 671, |
612 SandboxViaIFrame = 672, | 614 SandboxViaIFrame = 672, |
613 SandboxViaCSP = 673, | 615 SandboxViaCSP = 673, |
614 BlockedSniffingImageToScript = 674, | 616 BlockedSniffingImageToScript = 674, |
615 Fetch = 675, | 617 Fetch = 675, |
616 FetchBodyStream = 676, | 618 FetchBodyStream = 676, |
617 | 619 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 | 692 |
691 void updateMeasurements(); | 693 void updateMeasurements(); |
692 | 694 |
693 OwnPtr<BitVector> m_countBits; | 695 OwnPtr<BitVector> m_countBits; |
694 BitVector m_CSSFeatureBits; | 696 BitVector m_CSSFeatureBits; |
695 }; | 697 }; |
696 | 698 |
697 } // namespace blink | 699 } // namespace blink |
698 | 700 |
699 #endif // UseCounter_h | 701 #endif // UseCounter_h |
OLD | NEW |