aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-9/+13
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-232-6/+6
* style: Fix unit tests.Emilio Cobos Álvarez2019-10-091-5/+29
* Remove unused dependenciesShotaro Yamada2019-10-012-3/+0
* Update html5ever to 0.24Anthony Ramine2019-09-271-1/+1
* ISSUE-23995: lazily generate unique_id for nodeThomas Delacour2019-09-241-7/+7
* Remove layout_2020::display_list, use WebRender display lists insteadSimon Sapin2019-09-071-28/+4
* Update ipc-channel and related dependenciesBastien Orivel2019-08-272-2/+2
* Generate apis.html and css-properties.json for docs as part of crates’ buil...Simon Sapin2019-07-301-63/+5
* Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}Simon Sapin2019-07-291-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-234-21/+21
* style: Remove unit tests that test non-compliant stuff.Emilio Cobos Álvarez2019-07-232-167/+0
* Update rayon to dedupe crossbeam-epochBastien Orivel2019-07-121-6/+6
* Fix unit test.Josh Matthews2019-07-121-1/+4
* Add `./mach build --with-layout-2020`Simon Sapin2019-07-041-1/+1
* Auto merge of #23564 - mmiecz:clipboard-refactoring, r=jdmbors-servo2019-07-031-1/+22
|\
| * Restore DummyClipboardContext for textinput.rs testsMichal Mieczkowski2019-06-151-1/+22
* | style: Rustfmt again.Emilio Cobos Álvarez2019-06-251-1/+1
* | style: Give up on test_parse_stylesheet.Emilio Cobos Álvarez2019-06-253-271/+3
* | Profile: removed opts::get()oneturkmen2019-06-051-3/+3
* | style: Allow printing the rule tree on unit tests.Emilio Cobos Álvarez2019-06-041-26/+29
* | style: Remove useless unit tests, and fix not-so-useless ones.Emilio Cobos Álvarez2019-05-294-64/+8
|/
* Upgrade parking_lot to 0.8.Josh Matthews2019-05-251-1/+1
* Glutin update: dependencies updatePaul Rouget2019-05-251-1/+1
* Auto merge of #23272 - tdelacour:ISSUE-20455, r=SimonSapinbors-servo2019-05-231-135/+236
|\
| * ISSUE-20455: introduce stronger types for textinput indexingThomas Delacour2019-05-161-135/+236
* | Revert "Glutin update: dependencies update"Josh Matthews2019-05-221-1/+1
* | Glutin update: dependencies updatePaul Rouget2019-05-221-1/+1
* | Update xml5ever and html5everBastien Orivel2019-05-191-1/+1
|/
* 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
* Remove style system serialization tests that are tested via wpt.Emilio Cobos Álvarez2019-04-122-418/+0
* #8539 Config preferences backend restructurePeter Hall2019-03-202-5/+5
* style: Fix unit tests.Emilio Cobos Álvarez2019-03-132-58/+8
* Fix servo build.Emilio Cobos Álvarez2019-02-101-5/+6
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-7/+7
* style: Fix servo build.Emilio Cobos Álvarez2019-01-082-6/+6
* style: Fix servo build.Emilio Cobos Álvarez2019-01-085-213/+9
* style: Remove a bunch of unit tests that are not very useful.Emilio Cobos Álvarez2019-01-071-404/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-282-27/+19
* 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-2746-46/+46
* Auto merge of #22173 - pyfisch:webdriver-keys, r=paulrougetbors-servo2018-11-121-1/+1
|\
| * Use keyboard-types::webdriver::send_keysPyfisch2018-11-111-1/+1
* | `cargo fix --edition`Simon Sapin2018-11-1014-16/+16
|/
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-082-2/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-084-28/+0
* Correct select allPyfisch2018-11-071-0/+10