DescriptionIntroduce use counters for Blink specific editing event usage
This patch introduces Blink specific editing events usage with |addEventListener| for
- textInput
- webkitBeforeTextInserted
- webkitEditableContentChanged
We would like to deprecate these Blink specific events and replace them standard one, e.g. beforeinput, or use another way to implement editing functionality if community agreed.
The usage data collected from use counter introduced by this patch are important for decision.
BUG=382814
TEST=n/a
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175945
Patch Set 1 #
Total comments: 2
Patch Set 2 : 2014-06-10T06:41:10 #
Total comments: 11
Patch Set 3 : 2014-06-11T11:21:22 #
Messages
Total messages: 9 (0 generated)
|