aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/textcontrol.rs
Commit message (Expand)AuthorAgeFilesLines
* ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-4/+7
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+10
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-9/+26
* Disallow mutating the internals of TextInputJon Leighton2018-02-161-1/+1
* Refactor implementation of TextControlJon Leighton2018-01-301-59/+78
* Implement setRangeText APIJon Leighton2018-01-261-8/+121
* Don't fire select event when selection hasn't changedJon Leighton2018-01-261-8/+13
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-2/+2
* Support the select() method on input/textareaJon Leighton2018-01-261-0/+12
* Handle cases where selection API doesn't applyJon Leighton2017-12-081-24/+84
* Handle setting selectionStart to be > selectionEndJon Leighton2017-11-251-1/+10
* Extract common text control selection codeJon Leighton2017-11-181-0/+78