Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -9/+9 |
* | Format script component | chansuke | 2018-09-19 | 1 | -9/+26 |
* | Disallow mutating the internals of TextInput | Jon Leighton | 2018-02-16 | 1 | -1/+1 |
* | Refactor implementation of TextControl | Jon Leighton | 2018-01-30 | 1 | -59/+78 |
* | Implement setRangeText API | Jon Leighton | 2018-01-26 | 1 | -8/+121 |
* | Don't fire select event when selection hasn't changed | Jon Leighton | 2018-01-26 | 1 | -8/+13 |
* | Fix selection{Start,End} when selectionDirection is "backward" | Jon Leighton | 2018-01-26 | 1 | -2/+2 |
* | Support the select() method on input/textarea | Jon Leighton | 2018-01-26 | 1 | -0/+12 |
* | Handle cases where selection API doesn't apply | Jon Leighton | 2017-12-08 | 1 | -24/+84 |
* | Handle setting selectionStart to be > selectionEnd | Jon Leighton | 2017-11-25 | 1 | -1/+10 |
* | Extract common text control selection code | Jon Leighton | 2017-11-18 | 1 | -0/+78 |