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

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

Issue 2126593002: Remove Object.observe UseCounter and deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/Deprecation.cpp ('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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 V8SVGSVGElement_GetElementById_Method = 778, 618 V8SVGSVGElement_GetElementById_Method = 778,
619 ElementCreateShadowRootMultiple = 779, 619 ElementCreateShadowRootMultiple = 779,
620 V8MessageChannel_Constructor = 780, 620 V8MessageChannel_Constructor = 780,
621 V8MessagePort_PostMessage_Method = 781, 621 V8MessagePort_PostMessage_Method = 781,
622 V8MessagePort_Start_Method = 782, 622 V8MessagePort_Start_Method = 782,
623 V8MessagePort_Close_Method = 783, 623 V8MessagePort_Close_Method = 783,
624 MessagePortsTransferred = 784, 624 MessagePortsTransferred = 784,
625 CSSKeyframesRuleAnonymousIndexedGetter = 785, 625 CSSKeyframesRuleAnonymousIndexedGetter = 785,
626 V8Screen_AvailLeft_AttributeGetter = 786, 626 V8Screen_AvailLeft_AttributeGetter = 786,
627 V8Screen_AvailTop_AttributeGetter = 787, 627 V8Screen_AvailTop_AttributeGetter = 787,
628 ObjectObserve = 788,
629 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791, 628 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791,
630 V8SVGStyleElement_Disabled_AttributeGetter = 798, 629 V8SVGStyleElement_Disabled_AttributeGetter = 798,
631 V8SVGStyleElement_Disabled_AttributeSetter = 799, 630 V8SVGStyleElement_Disabled_AttributeSetter = 799,
632 InputTypeFileSecureOrigin = 801, 631 InputTypeFileSecureOrigin = 801,
633 InputTypeFileInsecureOrigin = 802, 632 InputTypeFileInsecureOrigin = 802,
634 ElementAttachShadow = 804, 633 ElementAttachShadow = 804,
635 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805, 634 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805,
636 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, 635 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
637 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, 636 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
638 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, 637 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808,
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 friend class UseCounterTest; 1323 friend class UseCounterTest;
1325 static int m_muteCount; 1324 static int m_muteCount;
1326 1325
1327 CountBits m_countBits; 1326 CountBits m_countBits;
1328 BitVector m_CSSFeatureBits; 1327 BitVector m_CSSFeatureBits;
1329 }; 1328 };
1330 1329
1331 } // namespace blink 1330 } // namespace blink
1332 1331
1333 #endif // UseCounter_h 1332 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698