Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(573)

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1408443003: Add Element.attachShadow under the ShadowDOMV1 runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewrite a test Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 V8SVGCursorElement_HasExtension_Method = 790, 669 V8SVGCursorElement_HasExtension_Method = 790,
670 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791, 670 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791,
671 V8SVGGraphicsElement_HasExtension_Method = 795, 671 V8SVGGraphicsElement_HasExtension_Method = 795,
672 V8SVGMaskElement_HasExtension_Method = 796, 672 V8SVGMaskElement_HasExtension_Method = 796,
673 V8SVGPatternElement_HasExtension_Method = 797, 673 V8SVGPatternElement_HasExtension_Method = 797,
674 V8SVGStyleElement_Disabled_AttributeGetter = 798, 674 V8SVGStyleElement_Disabled_AttributeGetter = 798,
675 V8SVGStyleElement_Disabled_AttributeSetter = 799, 675 V8SVGStyleElement_Disabled_AttributeSetter = 799,
676 ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800, 676 ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800,
677 InputTypeFileSecureOrigin = 801, 677 InputTypeFileSecureOrigin = 801,
678 InputTypeFileInsecureOrigin = 802, 678 InputTypeFileInsecureOrigin = 802,
679 ElementCreateShadowRootWithParameter = 804, 679 ElementAttachShadow = 804,
680 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805, 680 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805,
681 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, 681 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
682 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, 682 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
683 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, 683 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808,
684 HTMLLinkElementDisabled = 809, 684 HTMLLinkElementDisabled = 809,
685 V8HTMLLinkElement_Disabled_AttributeGetter = 810, 685 V8HTMLLinkElement_Disabled_AttributeGetter = 810,
686 V8HTMLLinkElement_Disabled_AttributeSetter = 811, 686 V8HTMLLinkElement_Disabled_AttributeSetter = 811,
687 V8HTMLStyleElement_Disabled_AttributeGetter = 812, 687 V8HTMLStyleElement_Disabled_AttributeGetter = 812,
688 V8HTMLStyleElement_Disabled_AttributeSetter = 813, 688 V8HTMLStyleElement_Disabled_AttributeSetter = 813,
689 V8FileReader_ReadAsBinaryString_Method = 814, 689 V8FileReader_ReadAsBinaryString_Method = 814,
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 PseudoBeforeAfterForInputElement = 897, 773 PseudoBeforeAfterForInputElement = 897,
774 V8Permissions_Revoke_Method = 898, 774 V8Permissions_Revoke_Method = 898,
775 LinkRelDnsPrefetch = 899, 775 LinkRelDnsPrefetch = 899,
776 LinkRelPreconnect = 900, 776 LinkRelPreconnect = 900,
777 LinkRelPreload = 901, 777 LinkRelPreload = 901,
778 LinkHeaderDnsPrefetch = 902, 778 LinkHeaderDnsPrefetch = 902,
779 LinkHeaderPreconnect = 903, 779 LinkHeaderPreconnect = 903,
780 ClientHintsMetaAcceptCH = 904, 780 ClientHintsMetaAcceptCH = 904,
781 HTMLElementDeprecatedWidth = 905, 781 HTMLElementDeprecatedWidth = 905,
782 ClientHintsContentDPR = 906, 782 ClientHintsContentDPR = 906,
783 ElementCreateShadowRootOpen = 907, 783 ElementAttachShadowOpen = 907,
784 ElementCreateShadowRootClosed = 908, 784 ElementAttachShadowClosed = 908,
785 AudioParamSetValueAtTime = 909, 785 AudioParamSetValueAtTime = 909,
786 AudioParamLinearRampToValueAtTime = 910, 786 AudioParamLinearRampToValueAtTime = 910,
787 AudioParamExponentialRampToValueAtTime = 911, 787 AudioParamExponentialRampToValueAtTime = 911,
788 AudioParamSetTargetAtTime = 912, 788 AudioParamSetTargetAtTime = 912,
789 AudioParamSetValueCurveAtTime = 913, 789 AudioParamSetValueCurveAtTime = 913,
790 AudioParamCancelScheduledValues = 914, 790 AudioParamCancelScheduledValues = 914,
791 V8Permissions_Request_Method = 915, 791 V8Permissions_Request_Method = 915,
792 LinkRelSubresource = 916, 792 LinkRelSubresource = 916,
793 LinkRelPrefetch = 917, 793 LinkRelPrefetch = 917,
794 LinkRelPrerender = 918, 794 LinkRelPrerender = 918,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 940
941 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 941 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
942 942
943 CountBits m_countBits; 943 CountBits m_countBits;
944 BitVector m_CSSFeatureBits; 944 BitVector m_CSSFeatureBits;
945 }; 945 };
946 946
947 } // namespace blink 947 } // namespace blink
948 948
949 #endif // UseCounter_h 949 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698