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

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

Issue 328513004: Introduce use counters for Blink specific editing event usage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-06-11T11:21:22 Created 6 years, 6 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 | « Source/core/events/EventTarget.cpp ('k') | Source/core/html/HTMLTextFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index c97a45c4f432923a5482985505299ffd4b0a459a..a0506bc940a4d40e2e74c03fc23ccfd1c5fbf8d4 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -440,6 +440,18 @@ 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,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« no previous file with comments | « Source/core/events/EventTarget.cpp ('k') | Source/core/html/HTMLTextFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698