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

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: 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
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 42bdd4082517c3c10a21a167448ace0f154f6141..6aec1571e4f42f250aa7c3ccbcb340c3ffa83152 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.
@@ -158,9 +154,6 @@ public:
PrefixedAndUnprefixedAnimationIterationEvent = 136,
EventReturnValue = 137, // Legacy IE extension.
SVGSVGElement = 138,
- InsertAdjacentText = 140,
- InsertAdjacentElement = 141,
- HasAttributes = 142,
DOMSubtreeModifiedEvent = 143,
DOMNodeInsertedEvent = 144,
DOMNodeRemovedEvent = 145,
@@ -212,8 +205,6 @@ public:
HTMLElementInnerText = 213,
HTMLElementOuterText = 214,
ReplaceDocumentViaJavaScriptURL = 215,
- ElementSetAttributeNodeNS = 216,
- ElementPrefixedMatchesSelector = 217,
CSSStyleSheetRules = 219,
CSSStyleSheetAddRule = 220,
CSSStyleSheetRemoveRule = 221,
@@ -244,7 +235,6 @@ public:
// The above items are available in M34 branch.
HTMLAnchorElementPingAttribute = 276,
- InsertAdjacentHTML = 278,
SVGClassName = 279,
HTMLMediaElementSeekToFragmentStart = 281,
HTMLMediaElementPauseAtFragmentEnd = 282,

Powered by Google App Engine
This is Rietveld 408576698