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

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

Issue 2380703002: Adjust use counters for editing and legacy events. (Closed)
Patch Set: Rebase Created 4 years, 3 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/events/EventTarget.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 aba2203f4e7aac4a85bc62a76c8e9af232985361..55f02fb7c196ba83e267fb18226c9a89254b3639 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -347,18 +347,6 @@ public:
DocumentFonts = 440,
MixedContentFormsSubmitted = 441,
FormsSubmitted = 442,
- TextInputEventOnInput = 443,
- TextInputEventOnTextArea = 444,
- TextInputEventOnContentEditable = 445,
- TextInputEventOnNotNode = 446,
- WebkitBeforeTextInsertedOnInput = 447,
- WebkitBeforeTextInsertedOnTextArea = 448,
- WebkitBeforeTextInsertedOnContentEditable = 449,
- WebkitBeforeTextInsertedOnNotNode = 450,
- WebkitEditableContentChangedOnInput = 451,
- WebkitEditableContentChangedOnTextArea = 452,
- WebkitEditableContentChangedOnContentEditable = 453,
- WebkitEditableContentChangedOnNotNode = 454,
HTMLImports = 455,
ElementCreateShadowRoot = 456,
DocumentRegisterElement = 457,
@@ -1325,6 +1313,18 @@ public:
XSSAuditorInvalid = 1586,
SVGCursorElement = 1587,
SVGCursorElementHasClient = 1588,
+ TextInputEventOnInput = 1589,
+ TextInputEventOnTextArea = 1590,
+ TextInputEventOnContentEditable = 1591,
+ TextInputEventOnNotNode = 1592,
+ WebkitBeforeTextInsertedOnInput = 1593,
+ WebkitBeforeTextInsertedOnTextArea = 1594,
+ WebkitBeforeTextInsertedOnContentEditable = 1595,
+ WebkitBeforeTextInsertedOnNotNode = 1596,
+ WebkitEditableContentChangedOnInput = 1597,
+ WebkitEditableContentChangedOnTextArea = 1598,
+ WebkitEditableContentChangedOnContentEditable = 1599,
+ WebkitEditableContentChangedOnNotNode = 1600,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698