| commit | f230eff72cf97710177f62cc2734ffc05b7ba992 | [log] [tgz] |
|---|---|---|
| author | chongz <chongz@chromium.org> | Fri Jul 22 05:33:06 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 05:36:11 2016 |
| tree | 6ebae1a22b2fea3206374025cc7b206472bc26e1 | |
| parent | 07a33c8ce604eeec637abe035908a19f1772d797 [diff] |
[InputEvent] Replace |EditAction| with |InputType| |EditAction| is used to describe editing operations in Blink internal only, however with the introduction of |InputEvent| we got a new type |InputType| which does the same thing and SPECed. Since having both is redundant, this CL removes |EditAction| and finalized the list of possible |InputType|. This CL shouldn't have too much web-exposed effect (except some trivial command mapping). BUG=627740 Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/InputEvent/blink-dev/RrnitB0OElc/rirueVekCwAJ Review-Url: https://codereview.chromium.org/2151353002 Cr-Commit-Position: refs/heads/master@{#407073}