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

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

Issue 173023004: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Source/core/frame/UseCounter.cpp » ('j') | 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 2ccf3d069df92e350f9a824247402afb457f3c0a..e123b722dc4dc1ca7bc7bb4e36c1303d86f4c73f 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -63,7 +63,6 @@ public:
// to the end of the list.
PageDestruction = 0,
LegacyNotifications = 1,
- MultipartMainResource = 2,
PrefixedIndexedDB = 3,
WorkerStart = 4,
SharedWorkerStart = 5,
@@ -85,7 +84,6 @@ public:
IncrementalAttribute = 25,
InputTypeColor = 26,
InputTypeDate = 27,
- InputTypeDateTime = 28,
InputTypeDateTimeFallback = 29,
InputTypeDateTimeLocal = 30,
InputTypeEmail = 31,
@@ -132,20 +130,16 @@ public:
XSLProcessingInstruction = 78,
XSLTProcessor = 79,
SVGSwitchElement = 80,
- HTMLShadowElementOlderShadowRoot = 82,
DocumentAll = 83,
FormElement = 84,
DemotedFormElement = 85,
CaptureAttributeAsEnum = 86,
- ShadowDOMPrefixedPseudo = 87,
ShadowDOMPrefixedCreateShadowRoot = 88,
ShadowDOMPrefixedShadowRoot = 89,
SVGAnimationElement = 90,
KeyboardEventKeyLocation = 91,
CaptureEvents = 92,
ReleaseEvents = 93,
- CSSDisplayRunIn = 94,
- CSSDisplayCompact = 95,
LineClamp = 96,
SubFrameBeforeUnloadRegistered = 97,
SubFrameBeforeUnloadFired = 98,
@@ -154,9 +148,7 @@ public:
PrefixedShadowRootConstructor = 101,
ConsoleMarkTimeline = 102,
CSSPseudoElementUserAgentCustomPseudo = 103,
- DocumentTypeEntities = 104, // Removed from DOM4.
DocumentTypeInternalSubset = 105, // Removed from DOM4.
- DocumentTypeNotations = 106, // Removed from DOM4.
ElementGetAttributeNode = 107, // Removed from DOM4.
ElementSetAttributeNode = 108, // Removed from DOM4.
ElementRemoveAttributeNode = 109, // Removed from DOM4.
@@ -203,8 +195,6 @@ public:
BeforeLoadEvent = 154,
GetMatchedCSSRules = 155,
SVGFontInCSS = 156,
- ScrollTopBodyNotQuirksMode = 157,
- ScrollLeftBodyNotQuirksMode = 158,
AttributeSpecified = 162, // Removed in DOM4.
BeforeLoadEventInIsolatedWorld = 163,
PrefixedAudioDecodedByteCount = 164,
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698