-
- Downloads
Bug 1830369 - [css-nesting] Update cssparser to allow parsing qualified rules...
Bug 1830369 - [css-nesting] Update cssparser to allow parsing qualified rules along with declarations. r=tlouw,supply-chain-reviewers No implementation just yet (the default QualifiedRuleParser implementation just rejects stuff), but this is plumbing that I'd rather get reviewed separately. Differential Revision: https://phabricator.services.mozilla.com/D176686
Showing
- .cargo/config.in 2 additions, 2 deletions.cargo/config.in
- Cargo.lock 3 additions, 3 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- servo/components/malloc_size_of/Cargo.toml 1 addition, 1 deletionservo/components/malloc_size_of/Cargo.toml
- servo/components/selectors/Cargo.toml 1 addition, 1 deletionservo/components/selectors/Cargo.toml
- servo/components/style/Cargo.toml 1 addition, 1 deletionservo/components/style/Cargo.toml
- servo/components/style/counter_style/mod.rs 7 additions, 1 deletionservo/components/style/counter_style/mod.rs
- servo/components/style/font_face.rs 12 additions, 4 deletionsservo/components/style/font_face.rs
- servo/components/style/properties/declaration_block.rs 28 additions, 15 deletionsservo/components/style/properties/declaration_block.rs
- servo/components/style/stylesheets/font_feature_values_rule.rs 10 additions, 3 deletions.../components/style/stylesheets/font_feature_values_rule.rs
- servo/components/style/stylesheets/keyframes_rule.rs 6 additions, 0 deletionsservo/components/style/stylesheets/keyframes_rule.rs
- servo/components/style/stylesheets/viewport_rule.rs 10 additions, 2 deletionsservo/components/style/stylesheets/viewport_rule.rs
- servo/components/style_traits/Cargo.toml 1 addition, 1 deletionservo/components/style_traits/Cargo.toml
- servo/components/to_shmem/Cargo.toml 1 addition, 1 deletionservo/components/to_shmem/Cargo.toml
- servo/ports/geckolib/Cargo.toml 1 addition, 1 deletionservo/ports/geckolib/Cargo.toml
- servo/tests/unit/style/Cargo.toml 1 addition, 1 deletionservo/tests/unit/style/Cargo.toml
- supply-chain/audits.toml 2 additions, 18 deletionssupply-chain/audits.toml
- third_party/rust/cssparser/.cargo-checksum.json 1 addition, 1 deletionthird_party/rust/cssparser/.cargo-checksum.json
- third_party/rust/cssparser/.github/workflows/main.yml 1 addition, 5 deletionsthird_party/rust/cssparser/.github/workflows/main.yml
- third_party/rust/cssparser/Cargo.toml 2 additions, 2 deletionsthird_party/rust/cssparser/Cargo.toml
Loading
Please register or sign in to comment