aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix selection{Start,End} when selectionDirection is "backward"Jon Leighton2018-01-261-11/+30
* Auto merge of #19461 - jonleighton:issue-19171-4, r=KiChjangbors-servo2017-12-101-4/+4
|\
| * Handle cases where selection API doesn't applyJon Leighton2017-12-081-4/+4
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-1/+1
|/
* Replace compiletest suite by doc-tests with `compile_fail`Simon Sapin2017-11-222-6/+17
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-13/+11
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-11/+13
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-13/+11
* Parse srcset attributeNeha2017-10-031-0/+80
* Parse sizes attribute values.Rakhi Sharma2017-10-023-0/+104
* Track custom element stateConnor Brewster2017-08-091-4/+4
* Conditionally import values for mac tests.Josh Matthews2017-07-271-0/+2
* Clean up warnings in script unit tests.Josh Matthews2017-07-261-2/+1