aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
Commit message (Expand)AuthorAgeFilesLines
* ohos: Support product flavors (#33512)Jonathan Schwender2024-09-261-1/+1
* mach: Add `test-speedometer` command and `--bmf-output` to speedometer and dr...Samson2024-08-291-4/+45
* mach: Extract binary select into common_command_arguments (#33205)Samson2024-08-281-21/+21
* mach: introduce `BuildTarget` abstraction (#33114)Mukilan Thiyagarajan2024-08-261-6/+3
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* Add `--with-asan` (#31429)Samson2024-06-161-6/+6
* Add cargo-deny to mach-tidy to check license compliance. (#32465)Jonathan Schwender2024-06-121-1/+1
* base: Remove `ucd` dependency (#32424)Martin Robinson2024-06-031-6/+7
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-0/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+0
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-0/+1
* Override timeout in WebGPU CTS to always be "long" (#31952)Samson2024-04-011-0/+4
* Replace `remutex` with `parking_lot`'s `ReentrantMutex` (#31817)Martin Robinson2024-03-221-1/+0
* mach: Speed up `taplo` runs on MacOS (#31452)Martin Robinson2024-02-291-2/+14
* mach: Do not use unstable rust for `rustfmt` (#31441)Martin Robinson2024-02-281-6/+13
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-231-0/+1
* mach: Make `./mach try` a little friendlier (#31290)Martin Robinson2024-02-081-0/+50
* Fix bugs in `mach test-tidy` (#31232)Mukilan Thiyagarajan2024-01-311-1/+1
* Matrix in CI and `mach try` with presets (#31141)Samson2024-01-261-0/+4
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-0/+1
* mach: remove the generic 'test' command since it only supports two types of t...Olivier Tilloy2024-01-191-82/+0
* Fix the build on Ubuntu 20.04 (#31019)Martin Robinson2024-01-071-3/+1
* tidy: A few small improvements and fixes (#30941)Martin Robinson2024-01-021-12/+10
* Integrate hyper_serde into Servo source (#30803)Martin Robinson2023-12-141-0/+1
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-2/+8
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-0/+1
* Add `--production` option to mach (#30707)Samson2023-11-101-2/+10
* Remove `__future__` imports that are no longer necessary (#30661)Martin Robinson2023-11-021-2/+0
* Stop using distutils (#30638)Martin Robinson2023-10-281-2/+1
* Adjust the missing taplo message (#30473)Martin Robinson2023-10-031-3/+1
* Update WebGPU CTS (#30454)Samson2023-09-301-0/+2
* Enforce formatting of TOML files (#30128)Samson2023-09-191-2/+21
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-061-0/+1
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-1/+1
* Make the `--release`/`--dev` more consistent and less surprising (#30091)Martin Robinson2023-08-141-88/+44
* Make rustup a requirement and switch to `rust-toolchain.toml` (#30056)Martin Robinson2023-08-011-12/+2
* Run unit tests with both layout 2013 and layout 2020 (#30032)Oriol Brufau2023-07-271-6/+3
* Remove UWP / Hololens supportMartin Robinson2023-07-051-31/+4
* Auto merge of #29934 - mrobinson:move-third-party, r=atbrakhibors-servo2023-06-301-2/+2
|\
| * Create a top-level "third_party" directoryMartin Robinson2023-06-301-2/+2
* | Auto merge of #29947 - mrobinson:update-mozangle, r=jdmbors-servo2023-06-301-1/+13
|\ \ | |/ |/|
| * Update mozangle, cc, and cmakeMartin Robinson2023-06-301-1/+13
* | Auto merge of #29923 - mrobinson:test-scripts, r=jdmbors-servo2023-06-301-51/+51
|\ \ | |/ |/|
| * Combine all script tests into `test-scripts`Martin Robinson2023-06-291-51/+51
* | Update scripts to reflect new WPT directory nameMartin Robinson2023-06-261-4/+4
|/
* Collect build timings on GitHub CIMartin Robinson2023-06-231-18/+21
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-4/+2
* Get clang-format from pip and upgrade to version 16Martin Robinson2023-06-081-32/+15
* Add webgpu cts vendoring mechanismsagudev2023-06-011-0/+51
* Remove more Python 2 compatibility codeMartin Robinson2023-05-291-4/+3