aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/textinput.rs
Commit message (Expand)AuthorAgeFilesLines
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-191-0/+11
* `DataTransferItem`: improve spec compliance (#35418)Gae242025-02-161-2/+2
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-12/+7
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-3/+2
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+93
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-22/+22
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-121-1/+1
* remove usage of legacy numeric operations in script (#33095)Simon Wülker2024-08-161-1/+0
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* clippy: Fix collapsible_else_if warnings (#31853)Oluwatobi Sofela2024-03-261-9/+7
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-8/+5
* Fix clippy warnings in components/script/textinput.rs (#31769)Tumuhairwe2024-03-191-7/+7
* Update textinput.rs (#30643)Varun Dhand2023-11-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* Form constraints validationteapotd2020-04-021-0/+11
* Allow deletion from overflowed textinputteapotd2020-01-101-6/+0
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+2
* Add clipboard cut functionalityMichal Mieczkowski2019-07-101-0/+7
* PR #23272 review nitsSimon Sapin2019-05-221-15/+3
* ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-173/+310
* Fixed bug in textinput::adjust_vertical concerning selection_origin updateDenis Merigoux2018-12-221-1/+22
* Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-0/+6
|\
| * Forward WebDriver CompositionEventPyfisch2018-11-191-0/+6
* | Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Correct select allPyfisch2018-11-071-0/+1
* Format remaining filesPyfisch2018-11-061-5/+2
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Correctly determine text selection directionPyfisch2018-10-171-5/+24
* Use keyboard-types cratePyfisch2018-10-071-98/+76
* Format script componentchansuke2018-09-191-99/+113
* Correct default selectionStart and selectionEndpaavininanda2018-02-231-3/+0
* Revert "Correct default Selectionstart and SelectionEnd"paavininanda2018-02-231-20/+18
* Disallow mutating the internals of TextInputJon Leighton2018-02-161-20/+55
* Correct default Selectionstart and SelectionEndpaavininanda2018-02-101-19/+21
* Changed offset_to_text_point function and added unit tests for the samepaavininanda2018-02-071-4/+3
* Steps 7-9 of the input type change algorithmJon Leighton2018-01-261-2/+2
* Implement setRangeText APIJon Leighton2018-01-261-4/+14
* Don't fire select event when selection hasn't changedJon Leighton2018-01-261-0/+6
* Fix clearing the selection when value is changedJon Leighton2018-01-261-0/+7
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-113/+146
* Handle cases where selection API doesn't applyJon Leighton2017-12-081-3/+5
* Implement normalization for textarea "API value"Jon Leighton2017-11-251-1/+5
* Implement value sanitization on HTMLInputElementKeith Yeung2017-11-091-0/+12
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-16/+20
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-20/+16
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-16/+20
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Upgrade to rustc 1.22.0-nightly (c6884b12d 2017-09-30)Simon Sapin2017-10-011-1/+1