aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/textcontrol.rs
Commit message (Expand)AuthorAgeFilesLines
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-4/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-12/+17
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-1/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-3/+2
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* fix(clippy): Clippy suggestions in components/script/dom/* (#33072)Jose Monagas2024-08-151-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* 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