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

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

Issue 263503002: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 7784a8d2ff7bd6dad5e7c58f356747fd6a8cb5f3..d3f1bc9cddab58e738aef857040d3b87bbc4551a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -62,15 +62,11 @@ public:
// Do not change assigned numbers of existing items: add new features
// to the end of the list.
PageDestruction = 0,
- LegacyNotifications = 1,
PrefixedIndexedDB = 3,
WorkerStart = 4,
SharedWorkerStart = 5,
- LegacyWebAudio = 6,
- WebAudioStart = 7,
UnprefixedIndexedDB = 9,
OpenWebDatabase = 10,
- LegacyTextNotifications = 12,
UnprefixedRequestAnimationFrame = 13,
PrefixedRequestAnimationFrame = 14,
ContentSecurityPolicy = 15,
@@ -139,7 +135,6 @@ public:
SubFrameBeforeUnloadRegistered = 97,
SubFrameBeforeUnloadFired = 98,
TextReplaceWholeText = 100,
- PrefixedShadowRootConstructor = 101,
ConsoleMarkTimeline = 102,
CSSPseudoElementUserAgentCustomPseudo = 103,
DocumentTypeInternalSubset = 105, // Removed from DOM4.
@@ -173,7 +168,6 @@ public:
PrefixedAndUnprefixedAnimationIterationEvent = 136,
EventReturnValue = 137, // Legacy IE extension.
SVGSVGElement = 138,
- SVGAnimateColorElement = 139,
InsertAdjacentText = 140,
InsertAdjacentElement = 141,
HasAttributes = 142, // Removed from DOM4.
@@ -259,7 +253,6 @@ public:
PrefixedViewModeMediaFeature = 239,
PrefixedStorageQuota = 240,
ContentSecurityPolicyReportOnlyInMeta = 241,
- PrefixedMediaSourceOpen = 242,
ResetReferrerPolicy = 243,
CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped from specification.
CaptureAttributeAsBoolean = 245,
@@ -291,7 +284,6 @@ public:
TextAutosizing = 274,
TextAutosizingLayout = 275,
HTMLAnchorElementPingAttribute = 276,
- JavascriptExhaustedMemory = 277,
InsertAdjacentHTML = 278,
SVGClassName = 279,
HTMLAppletElement = 280,
« 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