Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Stylo to its own repo (#31350) | Delan Azabani | 2024-02-27 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove packages that were moved to external repo * Add workspace dependencies pointing to 2023-06-14 branch * Fix servo-tidy.toml errors * Update commit to include #31346 * Update commit to include servo/stylo#2 * Move css-properties.json lookup to target/doc/stylo * Remove dependency on vendored mako in favour of pypi dependency This also removes etc/ci/generate_workflow.py, which has been unused since at least 9e71bd6a7010d6e5723831696ae0ebe26b47682f. * Add temporary code to debug Windows test failures * Fix failures on Windows due to custom target dir * Update commit to include servo/stylo#3 * Fix license in tests/unit/style/build.rs * Document how to build with local Stylo in Cargo.toml | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Generate apis.html and css-properties.json for docs as part of crates’ ↵ | Simon Sapin | 2019-07-30 | 1 | -63/+5 |
| | | | | | | | | build scripts … rather than as an extra step after `cargo doc`. This helps always using the correct set of CSS properties (for layout 2013 v.s. 2020). | ||||
* | Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020} | Simon Sapin | 2019-07-29 | 1 | -1/+1 |
| | | | | Renaming the variable helped make sure I looked at every use. | ||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -7/+33 |
| | |||||
* | Fix running `cargo test` at the repository root | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | removed rustc_serialize in style tests | Manuel Hässig | 2017-10-15 | 1 | -4/+5 |
| | |||||
* | Run style with all properties enabled | Manish Goregaokar | 2016-09-23 | 1 | -0/+1 |
| | |||||
* | Add new command for Windows configuration | crypto-universe | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | Added unit tests for shorthand serialization | David Raifaizen | 2016-08-16 | 1 | -0/+53 |