Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make CSSConditionRule's conditionText readonly (#30768) | Oriol Brufau | 2023-11-23 | 1 | -11/+0 |
| | | | | | | | As per https://github.com/w3c/csswg-drafts/issues/6819 This will be needed for https://phabricator.services.mozilla.com/D179060 The test was created by Mozilla, but was not correctly synced into WPT. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -4/+5 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -7/+7 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -2/+4 |
| | |||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -2/+2 |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | ||||
* | Replace all uses of the style::stylearc alias with servo_arc. | Michael Partheil | 2017-07-19 | 1 | -1/+1 |
| | | | | | | The alias is left there temporarilly and will be removed completely in a later commit where also components/style/gecko/generated/structs_{debug|release}.rs are re-generated (they still use the old alias). | ||||
* | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Replace RwLock<CssRules> with Locked<CssRules> | Simon Sapin | 2017-03-19 | 1 | -3/+2 |
| | |||||
* | Replace more RwLock<MediaList> with shared_lock::Locked<MediaList> | Simon Sapin | 2017-03-19 | 1 | -0/+4 |
| | |||||
* | Introduce a ToCssWithGuard trait | Simon Sapin | 2017-03-19 | 1 | -0/+4 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+53 |
conditionText attribute |