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

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

Issue 1804383002: Remove use counters for Element methods that have been settled in spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep counting webkitMatchesSelector Created 4 years, 9 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 | « third_party/WebKit/Source/core/dom/Element.idl ('k') | 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 f9d243f6af2f65951ebfc51f42bb9e95fad6f2bd..b988411f21c027aba7574bd48f1b78b6618a8a5a 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -132,10 +132,6 @@ public:
SubFrameBeforeUnloadRegistered = 97,
SubFrameBeforeUnloadFired = 98,
ConsoleMarkTimeline = 102,
- ElementGetAttributeNode = 107,
- ElementSetAttributeNode = 108,
- ElementRemoveAttributeNode = 109,
- ElementGetAttributeNodeNS = 110,
DocumentCreateAttribute = 111,
DocumentCreateAttributeNS = 112,
DocumentCreateCDATASection = 113, // Removed from DOM4.
@@ -157,9 +153,6 @@ public:
PrefixedAndUnprefixedAnimationIterationEvent = 136,
EventReturnValue = 137, // Legacy IE extension.
SVGSVGElement = 138,
- InsertAdjacentText = 140,
- InsertAdjacentElement = 141,
- HasAttributes = 142,
DOMSubtreeModifiedEvent = 143,
DOMNodeInsertedEvent = 144,
DOMNodeRemovedEvent = 145,
@@ -211,7 +204,6 @@ public:
HTMLElementInnerText = 213,
HTMLElementOuterText = 214,
ReplaceDocumentViaJavaScriptURL = 215,
- ElementSetAttributeNodeNS = 216,
ElementPrefixedMatchesSelector = 217,
CSSStyleSheetRules = 219,
CSSStyleSheetAddRule = 220,
@@ -243,7 +235,6 @@ public:
// The above items are available in M34 branch.
HTMLAnchorElementPingAttribute = 276,
- InsertAdjacentHTML = 278,
SVGClassName = 279,
HTMLMediaElementSeekToFragmentStart = 281,
HTMLMediaElementPauseAtFragmentEnd = 282,
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698