aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/servo/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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