aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Don't resolve URLs at parse time for Stylo.Bobby Holley2017-03-221-0/+1
| | | | | | | | | | | | | It's a bit unfortunate the use separate implementations of SpecifiedUrl for Servo and Gecko, but they're different enough at this point that I don't think it really makes sense to try to share everything. Splitting them out has some nice simplifications as well. I recognize that there's still some potential correctness issues for Servo using the resolved URI in various places where the original URI may be the right thing, but I've got too much on my plate to look into that for now. MozReview-Commit-ID: BeDu93TQ4Ow
* Per-document shared lock for author-origin stylesheets.Simon Sapin2017-03-191-10/+0
| | | | Fix #16027
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-0/+10
|
* style: Isolate the soon-to-be style-backend-specific from the media_query ↵Emilio Cobos Álvarez2017-01-071-0/+1
| | | | module.
* style: Document the servo-specific module.Emilio Cobos Álvarez2017-01-021-0/+4
|
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
| | | | This makes it consistent with an upcoming update of the selectors crate.
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-0/+6
MozReview-Commit-ID: LfaZFCVlIb1