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

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

Issue 732013003: Remove unused UseCounter features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 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 2c1be82fdbf6128f6e51d073b0264a32445b45f7..3ad17aa4f2caec5f6a18a01d8d410890122dde95 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -120,7 +120,6 @@ public:
PrefixedMediaAddKey = 71,
PrefixedMediaGenerateKeyRequest = 72,
DocumentClear = 74,
- SVGFontElement = 76,
XMLDocument = 77,
XSLProcessingInstruction = 78,
XSLTProcessor = 79,
@@ -175,11 +174,9 @@ public:
DOMNodeInsertedIntoDocumentEvent = 147,
DOMCharacterDataModifiedEvent = 148,
DocumentAllLegacyCall = 150,
- HTMLAppletElementLegacyCall = 151, // Removed
HTMLEmbedElementLegacyCall = 152,
HTMLObjectElementLegacyCall = 153,
GetMatchedCSSRules = 155,
- SVGFontInCSS = 156,
AttributeOwnerElement = 160, // Removed in DOM4.
AttributeSpecified = 162, // Removed in DOM4.
PrefixedAudioDecodedByteCount = 164,
@@ -231,7 +228,6 @@ public:
// The above items are available in M33 branch.
InitMessageEvent = 222,
- CSSStyleDeclarationGetPropertyCSSValue = 225,
PrefixedMediaCancelKeyRequest = 229,
DOMImplementationHasFeature = 230,
DOMImplementationHasFeatureReturnFalse = 231,
@@ -241,7 +237,6 @@ public:
PrefixedMinDevicePixelRatioMediaFeature = 235,
PrefixedTransform3dMediaFeature = 237,
PrefixedStorageQuota = 240,
- ContentSecurityPolicyReportOnlyInMeta = 241,
ResetReferrerPolicy = 243,
CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped from specification.
FormNameAccessForImageElement = 246,
@@ -407,9 +402,6 @@ public:
FocusInOutEvent = 433,
MouseEventMovementX = 434,
MouseEventMovementY = 435,
- MixedContentRaw = 437,
- MixedContentImage = 438,
- MixedContentMedia = 439,
DocumentFonts = 440,
MixedContentFormsSubmitted = 441,
FormsSubmitted = 442,
« 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