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

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

Issue 1419823012: Remove unused UseCounter features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 593c65b9051271b1ee0a62c92282fc03f44110ba..252ee3ebc99faff8e9276dc42883dad041191a95 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -470,7 +470,6 @@ public:
NotificationShowEvent = 565,
CSSXGetComputedStyleQueries = 566,
SVG1DOM = 567,
- SVGPathSegDOM = 568,
SVGTransformListConsolidate = 569,
SVGAnimatedTransformListBaseVal = 570,
QuotedAnimationName = 571,
@@ -568,14 +567,12 @@ public:
XMLHttpRequestAsynchronous = 677,
WhiteSpacePreFromXMLSpace = 679,
WhiteSpaceNowrapFromXMLSpace = 680,
- WindowMoveResizeMissingArguments = 684,
SVGSVGElementForceRedraw = 685,
SVGSVGElementSuspendRedraw = 686,
SVGSVGElementUnsuspendRedraw = 687,
SVGSVGElementUnsuspendRedrawAll = 688,
AudioContextClose = 689,
CSSZoomNotEqualToOne = 691,
- SVGGraphicsElementGetTransformToElement = 692,
// The above items are available in M42 branch.
ClientRectListItem = 694,
@@ -629,7 +626,6 @@ public:
V8Permissions_Query_Method = 750,
// The above items are available in M43 branch.
- WebkitCanvas = 753,
V8HTMLInputElement_Autocapitalize_AttributeGetter = 754,
V8HTMLInputElement_Autocapitalize_AttributeSetter = 755,
V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756,
@@ -662,12 +658,7 @@ public:
V8Screen_AvailLeft_AttributeGetter = 786,
V8Screen_AvailTop_AttributeGetter = 787,
ObjectObserve = 788,
- V8SVGAnimationElement_HasExtension_Method = 789,
- V8SVGCursorElement_HasExtension_Method = 790,
V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791,
- V8SVGGraphicsElement_HasExtension_Method = 795,
- V8SVGMaskElement_HasExtension_Method = 796,
- V8SVGPatternElement_HasExtension_Method = 797,
V8SVGStyleElement_Disabled_AttributeGetter = 798,
V8SVGStyleElement_Disabled_AttributeSetter = 799,
ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800,
@@ -689,9 +680,6 @@ public:
V8DOMError_Name_AttributeGetter = 817,
V8DOMError_Message_AttributeGetter = 818,
V8FileReader_Error_AttributeGetter = 819,
- V8IDBRequest_Error_AttributeGetter = 820,
- V8IDBTransaction_Error_AttributeGetter = 821,
- V8DOMStringList_Item_Method = 822,
V8Location_AncestorOrigins_AttributeGetter = 823,
V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
V8IDBObjectStore_IndexNames_AttributeGetter = 825,
« 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