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

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

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 SVG1DOMZoomAndPan = 1102, 863 SVG1DOMZoomAndPan = 1102,
864 V8SVGGraphicsElement_Transform_AttributeGetter = 1103, 864 V8SVGGraphicsElement_Transform_AttributeGetter = 1103,
865 MenuItemElement = 1104, 865 MenuItemElement = 1104,
866 MenuItemCloseTag = 1105, 866 MenuItemCloseTag = 1105,
867 SVG1DOMMarkerElement = 1106, 867 SVG1DOMMarkerElement = 1106,
868 SVG1DOMUseElement = 1107, 868 SVG1DOMUseElement = 1107,
869 SVG1DOMMaskElement = 1108, 869 SVG1DOMMaskElement = 1108,
870 V8SVGAElement_Target_AttributeGetter = 1109, 870 V8SVGAElement_Target_AttributeGetter = 1109,
871 V8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110, 871 V8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110,
872 SVG1DOMFitToViewBox = 1111, 872 SVG1DOMFitToViewBox = 1111,
873 SVG1DOMCursorElement = 1112,
874 SVG1DOMSVGElement = 1114, 873 SVG1DOMSVGElement = 1114,
875 SVG1DOMImageElement = 1115, 874 SVG1DOMImageElement = 1115,
876 SVG1DOMForeignObjectElement = 1116, 875 SVG1DOMForeignObjectElement = 1116,
877 AudioContextCreateIIRFilter = 1117, 876 AudioContextCreateIIRFilter = 1117,
878 // The above items are available in M49 branch 877 // The above items are available in M49 branch
879 878
880 CSSSelectorPseudoSlotted = 1118, 879 CSSSelectorPseudoSlotted = 1118,
881 MediaDevicesEnumerateDevices = 1119, 880 MediaDevicesEnumerateDevices = 1119,
882 NonSecureSharedWorkerAccessedFromSecureContext = 1120, 881 NonSecureSharedWorkerAccessedFromSecureContext = 1120,
883 SecureSharedWorkerAccessedFromNonSecureContext = 1121, 882 SecureSharedWorkerAccessedFromNonSecureContext = 1121,
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 WebAudioStereoPannerNode = 1576, 1266 WebAudioStereoPannerNode = 1576,
1268 WebAudioWaveShaperNode = 1577, 1267 WebAudioWaveShaperNode = 1577,
1269 CSSZoomReset = 1578, 1268 CSSZoomReset = 1578,
1270 CSSZoomDocument = 1579, 1269 CSSZoomDocument = 1579,
1271 XSSAuditorBlockedScript = 1581, 1270 XSSAuditorBlockedScript = 1581,
1272 XSSAuditorBlockedEntirePage = 1582, 1271 XSSAuditorBlockedEntirePage = 1582,
1273 XSSAuditorDisabled = 1583, 1272 XSSAuditorDisabled = 1583,
1274 XSSAuditorEnabledFilter = 1584, 1273 XSSAuditorEnabledFilter = 1584,
1275 XSSAuditorEnabledBlock = 1585, 1274 XSSAuditorEnabledBlock = 1585,
1276 XSSAuditorInvalid = 1586, 1275 XSSAuditorInvalid = 1586,
1277 SVGCursorElement = 1587,
1278 SVGCursorElementHasClient = 1588,
1279 TextInputEventOnInput = 1589, 1276 TextInputEventOnInput = 1589,
1280 TextInputEventOnTextArea = 1590, 1277 TextInputEventOnTextArea = 1590,
1281 TextInputEventOnContentEditable = 1591, 1278 TextInputEventOnContentEditable = 1591,
1282 TextInputEventOnNotNode = 1592, 1279 TextInputEventOnNotNode = 1592,
1283 WebkitBeforeTextInsertedOnInput = 1593, 1280 WebkitBeforeTextInsertedOnInput = 1593,
1284 WebkitBeforeTextInsertedOnTextArea = 1594, 1281 WebkitBeforeTextInsertedOnTextArea = 1594,
1285 WebkitBeforeTextInsertedOnContentEditable = 1595, 1282 WebkitBeforeTextInsertedOnContentEditable = 1595,
1286 WebkitBeforeTextInsertedOnNotNode = 1596, 1283 WebkitBeforeTextInsertedOnNotNode = 1596,
1287 WebkitEditableContentChangedOnInput = 1597, 1284 WebkitEditableContentChangedOnInput = 1597,
1288 WebkitEditableContentChangedOnTextArea = 1598, 1285 WebkitEditableContentChangedOnTextArea = 1598,
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 // Tracks what features/properties need to be reported to the legacy 1461 // Tracks what features/properties need to be reported to the legacy
1465 // histograms. 1462 // histograms.
1466 BitVector m_featureBits; 1463 BitVector m_featureBits;
1467 BitVector m_CSSBits; 1464 BitVector m_CSSBits;
1468 } m_legacyCounter; 1465 } m_legacyCounter;
1469 }; 1466 };
1470 1467
1471 } // namespace blink 1468 } // namespace blink
1472 1469
1473 #endif // UseCounter_h 1470 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698