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

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

Issue 2488703003: Remove SVGViewElement.viewTarget attribute (Closed)
Patch Set: Created 4 years, 1 month 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
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 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 CSSSelectorInternalMediaControlsCastButton = 1063, 848 CSSSelectorInternalMediaControlsCastButton = 1063,
849 CSSSelectorInternalMediaControlsOverlayCastButton = 1064, 849 CSSSelectorInternalMediaControlsOverlayCastButton = 1064,
850 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065, 850 CSSSelectorInternalPseudoSpatialNavigationFocus = 1065,
851 SameOriginTextScript = 1066, 851 SameOriginTextScript = 1066,
852 SameOriginApplicationScript = 1067, 852 SameOriginApplicationScript = 1067,
853 SameOriginOtherScript = 1068, 853 SameOriginOtherScript = 1068,
854 CrossOriginTextScript = 1069, 854 CrossOriginTextScript = 1069,
855 CrossOriginApplicationScript = 1070, 855 CrossOriginApplicationScript = 1070,
856 CrossOriginOtherScript = 1071, 856 CrossOriginOtherScript = 1071,
857 SVG1DOMSVGTests = 1072, 857 SVG1DOMSVGTests = 1072,
858 V8SVGViewElement_ViewTarget_AttributeGetter = 1073,
859 DisableRemotePlaybackAttribute = 1074, 858 DisableRemotePlaybackAttribute = 1074,
860 V8SloppyMode = 1075, 859 V8SloppyMode = 1075,
861 V8StrictMode = 1076, 860 V8StrictMode = 1076,
862 V8StrongMode = 1077, 861 V8StrongMode = 1077,
863 AudioNodeConnectToAudioNode = 1078, 862 AudioNodeConnectToAudioNode = 1078,
864 AudioNodeConnectToAudioParam = 1079, 863 AudioNodeConnectToAudioParam = 1079,
865 AudioNodeDisconnectFromAudioNode = 1080, 864 AudioNodeDisconnectFromAudioNode = 1080,
866 AudioNodeDisconnectFromAudioParam = 1081, 865 AudioNodeDisconnectFromAudioParam = 1081,
867 V8CSSFontFaceRule_Style_AttributeGetter = 1082, 866 V8CSSFontFaceRule_Style_AttributeGetter = 1082,
868 SelectionCollapseNull = 1083, 867 SelectionCollapseNull = 1083,
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 // Tracks what features/properties need to be reported to the legacy 1468 // Tracks what features/properties need to be reported to the legacy
1470 // histograms. 1469 // histograms.
1471 BitVector m_featureBits; 1470 BitVector m_featureBits;
1472 BitVector m_CSSBits; 1471 BitVector m_CSSBits;
1473 } m_legacyCounter; 1472 } m_legacyCounter;
1474 }; 1473 };
1475 1474
1476 } // namespace blink 1475 } // namespace blink
1477 1476
1478 #endif // UseCounter_h 1477 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698