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

Unified Diff: Source/core/frame/UseCounter.h

Issue 132983005: Move from UnusedSlotXX to REMOVEDOldFeature in UseCounter.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index a97a0fd9b022885a23d6f6b67a5d0dafa7210ec8..7ac7c696dab83f8a39c351f05c3a7a592c059e24 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -70,7 +70,7 @@ public:
PrefixedContentSecurityPolicy,
UnprefixedIndexedDB,
OpenWebDatabase,
- UnusedSlot01, // Prior to 7/2013, we used this slot for LegacyHTMLNotifications.
+ REMOVEDLegacyHTMLNotifications,
LegacyTextNotifications,
UnprefixedRequestAnimationFrame,
PrefixedRequestAnimationFrame,
@@ -81,7 +81,7 @@ public:
UnprefixedTransitionEndEvent,
PrefixedAndUnprefixedTransitionEndEvent,
AutoFocusAttribute,
- UnusedSlot02, // Prior to 4/2013, we used this slot for AutoSaveAttribute.
+ REMOVEDAutoSaveAttribute,
DataListElement,
FormAttribute,
IncrementalAttribute,
@@ -113,9 +113,9 @@ public:
StepAttribute,
PageVisits,
HTMLMarqueeElement,
- UnusedSlot03, // Removed, was tracking overflow: -webkit-marquee.
+ REMOVEDCSSOverflowMarquee,
Reflection,
- CursorVisibility, // Removed, was -webkit-cursor-visibility.
+ REMOVEDCursorVisibility,
StorageInfo,
XFrameOptions,
XFrameOptionsSameOrigin,
@@ -123,7 +123,7 @@ public:
DeprecatedFlexboxWebContent,
DeprecatedFlexboxChrome,
DeprecatedFlexboxChromeExtension,
- UnusedSlot04,
+ REMOVEDSVGTRefElement,
UnprefixedPerformanceTimeline,
PrefixedPerformanceTimeline,
UnprefixedUserTiming,
@@ -132,7 +132,7 @@ public:
ContentSecurityPolicyWithBaseElement,
PrefixedMediaAddKey,
PrefixedMediaGenerateKeyRequest,
- UnusedSlot10, // Removed, was AudioBufferSourceNode.looping.
+ REMOVEDWebAudioLooping,
DocumentClear,
PrefixedTransitionMediaFeature,
SVGFontElement,
@@ -140,7 +140,7 @@ public:
XSLProcessingInstruction,
XSLTProcessor,
SVGSwitchElement,
- UnusedSlot05, // Removed, was document.webkitRegister
+ REMOVEDPrefixedDocumentRegister,
HTMLShadowElementOlderShadowRoot,
DocumentAll,
FormElement,
@@ -180,7 +180,7 @@ public:
NodeIsSameNode, // Removed from DOM4.
NodeIsSupported, // Removed from DOM4.
NodeNamespaceURI, // Removed from DOM4.
- UnusedSlot06, // Removed, was Node.prefix.
+ REMOVEDNodePrefix,
NodeLocalName, // Removed from DOM4.
NavigatorProductSub,
NavigatorVendor,
@@ -217,9 +217,9 @@ public:
SVGFontInCSS,
ScrollTopBodyNotQuirksMode,
ScrollLeftBodyNotQuirksMode,
- UnusedSlot07, // Removed, was Attr.isId.
- UnusedSlot08, // Removed, was Attr.ownerElement.
- UnusedSlot09, // Removed, was Attr.prefix setter.
+ REMOVEDAttributeIsId,
+ REMOVEDAttributeOwnerElement,
+ REMOVEDAttributeSetPrefix,
AttributeSpecified, // Removed in DOM4.
BeforeLoadEventInIsolatedWorld,
PrefixedAudioDecodedByteCount,
@@ -288,7 +288,7 @@ public:
AttrUsedAsNodeParameter,
AttrUsedAsNodeReceiver,
// Add new features immediately above this line. Don't change assigned
- // numbers of each items, and don't reuse unused slots.
+ // numbers of any item, and don't reuse removed slots.
NumberOfFeatures, // This enum value must be last.
};
« 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