aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script
Commit message (Expand)AuthorAgeFilesLines
* Fix Backspace deleting entire previous line in `<textarea>` (#36112)elomscansio2025-03-261-0/+8
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-033-12/+12
* dom: Move child_list to rare data (#35592)webbeef2025-02-221-7/+7
* dom: move node ranges to raredata (#35554)webbeef2025-02-211-7/+7
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-3/+3
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-1/+1
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+4
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* script: Fix panic in `htmlimageelement.rs` using `str::find()` to find charac...Kopanov Anton2024-08-241-23/+23
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-4/+5
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-6/+6
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-7/+7
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* Upgrade to rustc 1.48.0-nightly (623fb90b5 2020-09-26)Simon Sapin2021-01-261-8/+8
* update keyboard-types cratePaul Rouget2020-06-291-1/+1
* Make Node::style_and_layout_data be a DomRefCell<T>Anthony Ramine2020-05-191-7/+7
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-7/+7
* Allow deletion from overflowed textinputteapotd2020-01-101-0/+22
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-4/+4
* ISSUE-23995: lazily generate unique_id for nodeThomas Delacour2019-09-241-7/+7
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Restore DummyClipboardContext for textinput.rs testsMichal Mieczkowski2019-06-151-1/+22
* ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-135/+236
* Make Node and Element rare_data an OptionFernando Jiménez Moreno2019-04-261-8/+7
* Update size of tests after *RareData changesFernando Jiménez Moreno2019-04-261-7/+8
* Update size of tests with shadow root sizeFernando Jiménez Moreno2019-04-261-7/+7
* Upgrade to rustc 1.36.0-nightly (e305df184 2019-04-24)Simon Sapin2019-04-251-8/+8
* Fixed bug in textinput::adjust_vertical concerning selection_origin updateDenis Merigoux2018-12-221-0/+4
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-276-6/+6
* Use keyboard-types::webdriver::send_keysPyfisch2018-11-111-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-9/+0
* Correct select allPyfisch2018-11-071-0/+10
* Reorder importsPyfisch2018-11-063-3/+3
* Format remaining filesPyfisch2018-11-066-123/+359
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Implement TimeRanges interfaceFernando Jiménez Moreno2018-10-312-0/+89
* Minor keyboard updatesPyfisch2018-10-131-1/+1
* Use keyboard-types cratePyfisch2018-10-073-15/+14
* WR updatePaul Rouget2018-08-061-1/+1
* Update euclid to 0.18Bastien Orivel2018-07-181-1/+1
* Remove unused code for parsing a `sizes` attribute.Emilio Cobos Álvarez2018-07-013-99/+0
* Bump euclid to 0.17Bastien Orivel2018-02-281-1/+1
* Correct default selectionStart and selectionEndpaavininanda2018-02-231-1/+6
* Revert "Correct default Selectionstart and SelectionEnd"paavininanda2018-02-231-6/+2
* Disallow mutating the internals of TextInputJon Leighton2018-02-161-117/+114
* Correct default Selectionstart and SelectionEndpaavininanda2018-02-101-3/+7
* Changed offset_to_text_point function and added unit tests for the samepaavininanda2018-02-071-0/+28