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

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

Issue 2734093003: Remove -internals-media-controls-cast-button as web exposed CSS selector. (Closed)
Patch Set: fix tests Created 3 years, 9 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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052, 788 RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052,
789 RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053, 789 RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053,
790 RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054, 790 RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054,
791 RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055, 791 RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055,
792 RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056, 792 RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056,
793 RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057, 793 RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057,
794 RTCPeerConnectionGetStatsLegacyNonCompliant = 1058, 794 RTCPeerConnectionGetStatsLegacyNonCompliant = 1058,
795 NodeFilterIsFunction = 1059, 795 NodeFilterIsFunction = 1059,
796 NodeFilterIsObject = 1060, 796 NodeFilterIsObject = 1060,
797 CSSSelectorInternalPseudoListBox = 1062, 797 CSSSelectorInternalPseudoListBox = 1062,
798 CSSSelectorInternalMediaControlsCastButton = 1063,
jochen (gone - plz use gerrit) 2017/03/10 11:54:33 nit. keep for historical reference?
mlamouri (slow - plz ping) 2017/03/13 12:27:07 My understanding is that we do remove them from Us
jochen (gone - plz use gerrit) 2017/03/13 19:41:53 what's the point of removing this here?
mlamouri (slow - plz ping) 2017/03/13 21:04:28 Avoid dead code I guess. histograms.xml being ther
799 CSSSelectorInternalMediaControlsOverlayCastButton = 1064, 798 CSSSelectorInternalMediaControlsOverlayCastButton = 1064,
800 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065, 799 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065,
801 SameOriginTextScript = 1066, 800 SameOriginTextScript = 1066,
802 SameOriginApplicationScript = 1067, 801 SameOriginApplicationScript = 1067,
803 SameOriginOtherScript = 1068, 802 SameOriginOtherScript = 1068,
804 CrossOriginTextScript = 1069, 803 CrossOriginTextScript = 1069,
805 CrossOriginApplicationScript = 1070, 804 CrossOriginApplicationScript = 1070,
806 CrossOriginOtherScript = 1071, 805 CrossOriginOtherScript = 1071,
807 SVG1DOMSVGTests = 1072, 806 SVG1DOMSVGTests = 1072,
808 DisableRemotePlaybackAttribute = 1074, 807 DisableRemotePlaybackAttribute = 1074,
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 // Tracks what features/properties need to be reported to the legacy 1594 // Tracks what features/properties need to be reported to the legacy
1596 // histograms. 1595 // histograms.
1597 BitVector m_featureBits; 1596 BitVector m_featureBits;
1598 BitVector m_CSSBits; 1597 BitVector m_CSSBits;
1599 } m_legacyCounter; 1598 } m_legacyCounter;
1600 }; 1599 };
1601 1600
1602 } // namespace blink 1601 } // namespace blink
1603 1602
1604 #endif // UseCounter_h 1603 #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