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

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

Issue 846913004: Add a comment about counter availability in M41 branch (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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