aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
Commit message (Expand)AuthorAgeFilesLines
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+1
* Implement TestUtils (#36301)Sebastian C2025-04-041-0/+1
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-271-0/+1
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-0/+3
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+1
* Remove `resources/prefs.json` (#34999)Martin Robinson2025-01-162-56/+1
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-0/+1
* tidy: Make the tidy tests pass tidy (#34663)Martin Robinson2024-12-171-8/+42
* tidy: Use more `cargo-deny` features (#34447)Martin Robinson2024-12-132-172/+58
* tidy: Update pattern for checking for missing specification links. (#34552)Josh Matthews2024-12-112-2/+2
* Allow tidy to pass without support/crown/target (#34212)Samson2024-11-111-1/+1
* fix possible IndexError (#33750)Gae242024-10-101-1/+1
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-082-1/+66
* mach: fix test-tidy to handle missing merge commit (#32551)Mukilan Thiyagarajan2024-06-191-0/+2
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-0/+2
* mach: fix test-tidy to not skip `Cargo.lock` (#32540)Mukilan Thiyagarajan2024-06-181-9/+14
* Add cargo-deny to mach-tidy to check license compliance. (#32465)Jonathan Schwender2024-06-123-41/+57
* tidy: Make sure to run WPT lints when `--all` is passed to tidy (#31874)Martin Robinson2024-03-261-1/+1
* tidy: Fix WHATWG replacement links (#31449)Smitty2024-02-292-4/+4
* Fix bugs in `mach test-tidy` (#31232)Mukilan Thiyagarajan2024-01-311-1/+1
* tidy: A few small improvements and fixes (#30941)Martin Robinson2024-01-022-160/+117
* Improve formatting of Python files (#30919)Taym Haddadi2023-12-241-15/+15
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-012-6/+0
* No extern crate test/tidy & better RUSTFLAGS handling in mach (#30328)Samson2023-09-102-18/+0
* Rename ports/winit package to servoshell (#30163)Atbrakhi2023-08-281-3/+3
* Format toml files (#30112)Samson2023-08-172-3/+3
* Remove the YAML tidy code (#30004)Martin Robinson2023-07-185-99/+4
* Enable the GitHub merge queue (#29989)Martin Robinson2023-07-131-1/+1
* Auto merge of #29923 - mrobinson:test-scripts, r=jdmbors-servo2023-06-302-8/+11
|\
| * Combine all script tests into `test-scripts`Martin Robinson2023-06-292-8/+11
* | Update scripts to reflect new WPT directory nameMartin Robinson2023-06-261-4/+4
* | Standalone Flake8 configsagudev2023-06-231-7/+1
|/
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-1549-213/+60
* Remove more Python 2 compatibility codeMartin Robinson2023-05-291-5/+3
* Remove a print statement mistakenly added in a previous changeMartin Robinson2023-03-281-1/+0
* Merge forbidden panic check into test-tidyMartin Robinson2023-03-225-2/+26
* Update allowed license string.Josh Matthews2022-10-161-0/+1
* Use `#!/usr/bin/env bash` in shell scripts for NixOS compatibilityyvt2021-06-141-1/+1
* build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidydependabot[bot]2021-03-251-1/+1
* Auto merge of #27402 - kunalmohan:webgpu-cts, r=jdmbors-servo2020-08-041-1/+1
|\
| * changes made for cts to workKunal Mohan2020-07-311-1/+1
* | Fix tidy check when no duplicate versions present.Josh Matthews2020-07-311-1/+2
|/
* Handle apostrophes for whatwg URL tidy checkCYBAI2020-07-231-2/+2
* Implement Console grouping APIs.Josh Matthews2020-07-061-0/+1
* Auto merge of #27007 - saschanaz:py3-flake, r=jdmbors-servo2020-06-212-27/+30
|\
| * Use except Exception where Py2/3 disagreesKagami Sascha Rosylight2020-06-211-2/+2
| * Fix new flake8 warningsKagami Sascha Rosylight2020-06-201-24/+27
| * Upgrade flake8/pyflakes for Py3 compatibilityKagami Sascha Rosylight2020-06-201-3/+3
* | Auto merge of #27005 - saschanaz:py3-tidy, r=jdmbors-servo2020-06-211-27/+20
|\ \
| * | Return early when no merge base commitKagami Sascha Rosylight2020-06-211-6/+4