aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/properties/scaffolding.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-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)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* Generate apis.html and css-properties.json for docs as part of crates’ ↵Simon Sapin2019-07-301-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 Sapin2019-07-291-1/+1
| | | | Renaming the variable helped make sure I looked at every use.
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* Format remaining filesPyfisch2018-11-061-7/+33
|
* Fix running `cargo test` at the repository rootSimon Sapin2017-12-081-2/+2
|
* removed rustc_serialize in style testsManuel Hässig2017-10-151-4/+5
|
* Run style with all properties enabledManish Goregaokar2016-09-231-0/+1
|
* Add new command for Windows configurationcrypto-universe2016-09-011-0/+4
|
* Added unit tests for shorthand serializationDavid Raifaizen2016-08-161-0/+53