Commit a1330fd2 authored by philipj@opera.com's avatar philipj@opera.com

Remove unused UseCounter features

These are the reviews in which the enum values became unused:

CSSStyleDeclarationGetPropertyCSSValue:
https://codereview.chromium.org/717933002

ContentSecurityPolicyReportOnlyInMeta:
https://codereview.chromium.org/554303002

HTMLAppletElementLegacyCall:
https://codereview.chromium.org/719013002

MixedContentImage/MixedContentMedia/MixedContentRaw:
https://codereview.chromium.org/561153002

SVGFontElement/SVGFontInCSS:
https://codereview.chromium.org/656913006

Review URL: https://codereview.chromium.org/732013003

git-svn-id: svn://svn.chromium.org/blink/trunk@185432 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4c0a71dd
...@@ -120,7 +120,6 @@ public: ...@@ -120,7 +120,6 @@ public:
PrefixedMediaAddKey = 71, PrefixedMediaAddKey = 71,
PrefixedMediaGenerateKeyRequest = 72, PrefixedMediaGenerateKeyRequest = 72,
DocumentClear = 74, DocumentClear = 74,
SVGFontElement = 76,
XMLDocument = 77, XMLDocument = 77,
XSLProcessingInstruction = 78, XSLProcessingInstruction = 78,
XSLTProcessor = 79, XSLTProcessor = 79,
...@@ -175,11 +174,9 @@ public: ...@@ -175,11 +174,9 @@ public:
DOMNodeInsertedIntoDocumentEvent = 147, DOMNodeInsertedIntoDocumentEvent = 147,
DOMCharacterDataModifiedEvent = 148, DOMCharacterDataModifiedEvent = 148,
DocumentAllLegacyCall = 150, DocumentAllLegacyCall = 150,
HTMLAppletElementLegacyCall = 151, // Removed
HTMLEmbedElementLegacyCall = 152, HTMLEmbedElementLegacyCall = 152,
HTMLObjectElementLegacyCall = 153, HTMLObjectElementLegacyCall = 153,
GetMatchedCSSRules = 155, GetMatchedCSSRules = 155,
SVGFontInCSS = 156,
AttributeOwnerElement = 160, // Removed in DOM4. AttributeOwnerElement = 160, // Removed in DOM4.
AttributeSpecified = 162, // Removed in DOM4. AttributeSpecified = 162, // Removed in DOM4.
PrefixedAudioDecodedByteCount = 164, PrefixedAudioDecodedByteCount = 164,
...@@ -231,7 +228,6 @@ public: ...@@ -231,7 +228,6 @@ public:
// The above items are available in M33 branch. // The above items are available in M33 branch.
InitMessageEvent = 222, InitMessageEvent = 222,
CSSStyleDeclarationGetPropertyCSSValue = 225,
PrefixedMediaCancelKeyRequest = 229, PrefixedMediaCancelKeyRequest = 229,
DOMImplementationHasFeature = 230, DOMImplementationHasFeature = 230,
DOMImplementationHasFeatureReturnFalse = 231, DOMImplementationHasFeatureReturnFalse = 231,
...@@ -241,7 +237,6 @@ public: ...@@ -241,7 +237,6 @@ public:
PrefixedMinDevicePixelRatioMediaFeature = 235, PrefixedMinDevicePixelRatioMediaFeature = 235,
PrefixedTransform3dMediaFeature = 237, PrefixedTransform3dMediaFeature = 237,
PrefixedStorageQuota = 240, PrefixedStorageQuota = 240,
ContentSecurityPolicyReportOnlyInMeta = 241,
ResetReferrerPolicy = 243, ResetReferrerPolicy = 243,
CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped from specification. CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped from specification.
FormNameAccessForImageElement = 246, FormNameAccessForImageElement = 246,
...@@ -407,9 +402,6 @@ public: ...@@ -407,9 +402,6 @@ public:
FocusInOutEvent = 433, FocusInOutEvent = 433,
MouseEventMovementX = 434, MouseEventMovementX = 434,
MouseEventMovementY = 435, MouseEventMovementY = 435,
MixedContentRaw = 437,
MixedContentImage = 438,
MixedContentMedia = 439,
DocumentFonts = 440, DocumentFonts = 440,
MixedContentFormsSubmitted = 441, MixedContentFormsSubmitted = 441,
FormsSubmitted = 442, FormsSubmitted = 442,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment