Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Don't resolve URLs at parse time for Stylo. | Bobby Holley | 2017-03-22 | 1 | -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 Sapin | 2017-03-19 | 1 | -10/+0 |
| | | | | Fix #16027 | ||||
* | Replace RwLock<StyleRule> with Locked<StyleRule> | Simon Sapin | 2017-03-19 | 1 | -0/+10 |
| | |||||
* | style: Isolate the soon-to-be style-backend-specific from the media_query ↵ | Emilio Cobos Álvarez | 2017-01-07 | 1 | -0/+1 |
| | | | | module. | ||||
* | style: Document the servo-specific module. | Emilio Cobos Álvarez | 2017-01-02 | 1 | -0/+4 |
| | |||||
* | Rename selector_impl.rs to selector_parser.rs | Simon Sapin | 2016-11-20 | 1 | -1/+1 |
| | | | | This makes it consistent with an upcoming update of the selectors crate. | ||||
* | Stop using associated types for the concrete TRestyleDamage implementation. | Bobby Holley | 2016-11-07 | 1 | -0/+6 |
MozReview-Commit-ID: LfaZFCVlIb1 |