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

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

Issue 1088483005: Add a comment about counter availability in M43 branch (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 UpgradeInsecureRequestsUpgradedRequest = 741, 675 UpgradeInsecureRequestsUpgradedRequest = 741,
676 DocumentDesignMode = 742, 676 DocumentDesignMode = 742,
677 GlobalCacheStorage = 743, 677 GlobalCacheStorage = 743,
678 NetInfo = 744, 678 NetInfo = 744,
679 BackgroundSync = 745, 679 BackgroundSync = 745,
680 TabStopProperty = 746, 680 TabStopProperty = 746,
681 TabStopAttribute = 747, 681 TabStopAttribute = 747,
682 LegacyConst = 748, 682 LegacyConst = 748,
683 SVGFilterRes = 749, 683 SVGFilterRes = 749,
684 V8Permissions_Query_Method = 750, 684 V8Permissions_Query_Method = 750,
685 // The above items are available in M43 branch.
686
685 LegacyCSSValueIntrinsic = 751, 687 LegacyCSSValueIntrinsic = 751,
686 LegacyCSSValueMinIntrinsic = 752, 688 LegacyCSSValueMinIntrinsic = 752,
687 WebkitCanvas = 753, 689 WebkitCanvas = 753,
688 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754, 690 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754,
689 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755, 691 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755,
690 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, 692 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756,
691 V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757, 693 V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757,
692 694
693 // Add new features immediately above this line. Don't change assigned 695 // Add new features immediately above this line. Don't change assigned
694 // numbers of any item, and don't reuse removed slots. 696 // numbers of any item, and don't reuse removed slots.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 787
786 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 788 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
787 789
788 CountBits m_countBits; 790 CountBits m_countBits;
789 BitVector m_CSSFeatureBits; 791 BitVector m_CSSFeatureBits;
790 }; 792 };
791 793
792 } // namespace blink 794 } // namespace blink
793 795
794 #endif // UseCounter_h 796 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698