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

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

Issue 1148763005: Remove support for PushSubscription.subscriptionId. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 SVGHrefAnimVal = 759, 667 SVGHrefAnimVal = 759,
668 V8CSSRuleList_Item_Method = 760, 668 V8CSSRuleList_Item_Method = 760,
669 V8MediaList_Item_Method = 761, 669 V8MediaList_Item_Method = 761,
670 V8StyleSheetList_Item_Method = 762, 670 V8StyleSheetList_Item_Method = 762,
671 StyleSheetListAnonymousNamedGetter = 763, 671 StyleSheetListAnonymousNamedGetter = 763,
672 AutocapitalizeAttribute = 764, 672 AutocapitalizeAttribute = 764,
673 FullscreenSecureOrigin = 765, 673 FullscreenSecureOrigin = 765,
674 FullscreenInsecureOrigin = 766, 674 FullscreenInsecureOrigin = 766,
675 DialogInSandboxedContext = 767, 675 DialogInSandboxedContext = 767,
676 SVGSMILAnimationInImageRegardlessOfCache = 768, 676 SVGSMILAnimationInImageRegardlessOfCache = 768,
677 PushSubscriptionId = 769,
678 EncryptedMediaSecureOrigin = 770, 677 EncryptedMediaSecureOrigin = 770,
679 EncryptedMediaInsecureOrigin = 771, 678 EncryptedMediaInsecureOrigin = 771,
680 PerformanceFrameTiming = 772, 679 PerformanceFrameTiming = 772,
681 V8Element_Animate_Method = 773, 680 V8Element_Animate_Method = 773,
682 // The above items are available in M44 branch. 681 // The above items are available in M44 branch.
683 682
684 V8SVGSVGElement_PixelUnitToMillimeterX_AttributeGetter = 774, 683 V8SVGSVGElement_PixelUnitToMillimeterX_AttributeGetter = 774,
685 V8SVGSVGElement_PixelUnitToMillimeterY_AttributeGetter = 775, 684 V8SVGSVGElement_PixelUnitToMillimeterY_AttributeGetter = 775,
686 V8SVGSVGElement_ScreenPixelToMillimeterX_AttributeGetter = 776, 685 V8SVGSVGElement_ScreenPixelToMillimeterX_AttributeGetter = 776,
687 V8SVGSVGElement_ScreenPixelToMillimeterY_AttributeGetter = 777, 686 V8SVGSVGElement_ScreenPixelToMillimeterY_AttributeGetter = 777,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 803
805 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 804 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
806 805
807 CountBits m_countBits; 806 CountBits m_countBits;
808 BitVector m_CSSFeatureBits; 807 BitVector m_CSSFeatureBits;
809 }; 808 };
810 809
811 } // namespace blink 810 } // namespace blink
812 811
813 #endif // UseCounter_h 812 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698