-
- Downloads
Bug 1835681 - Update bitflags in the dom and style crates. r=zrhoffman
Use from_bits_retain where possible to save a few instructions here and there while at it. Differential Revision: https://phabricator.services.mozilla.com/D179379
Showing
- Cargo.lock 4 additions, 4 deletionsCargo.lock
- dom/base/rust/Cargo.toml 1 addition, 1 deletiondom/base/rust/Cargo.toml
- dom/base/rust/lib.rs 2 additions, 0 deletionsdom/base/rust/lib.rs
- servo/components/selectors/Cargo.toml 1 addition, 1 deletionservo/components/selectors/Cargo.toml
- servo/components/selectors/builder.rs 1 addition, 1 deletionservo/components/selectors/builder.rs
- servo/components/selectors/matching.rs 1 addition, 0 deletionsservo/components/selectors/matching.rs
- servo/components/selectors/parser.rs 4 additions, 2 deletionsservo/components/selectors/parser.rs
- servo/components/selectors/visitor.rs 1 addition, 1 deletionservo/components/selectors/visitor.rs
- servo/components/style/Cargo.toml 1 addition, 1 deletionservo/components/style/Cargo.toml
- servo/components/style/color/mod.rs 1 addition, 1 deletionservo/components/style/color/mod.rs
- servo/components/style/font_face.rs 1 addition, 1 deletionservo/components/style/font_face.rs
- servo/components/style/gecko/selector_parser.rs 1 addition, 0 deletionsservo/components/style/gecko/selector_parser.rs
- servo/components/style/gecko/snapshot.rs 1 addition, 1 deletionservo/components/style/gecko/snapshot.rs
- servo/components/style/gecko/wrapper.rs 2 additions, 2 deletionsservo/components/style/gecko/wrapper.rs
- servo/components/style/gecko_bindings/sugar/origin_flags.rs 1 addition, 1 deletionservo/components/style/gecko_bindings/sugar/origin_flags.rs
- servo/components/style/invalidation/element/restyle_hints.rs 1 addition, 0 deletionsservo/components/style/invalidation/element/restyle_hints.rs
- servo/components/style/logical_geometry.rs 3 additions, 3 deletionsservo/components/style/logical_geometry.rs
- servo/components/style/properties/computed_value_flags.rs 1 addition, 0 deletionsservo/components/style/properties/computed_value_flags.rs
- servo/components/style/properties/longhands/position.mako.rs 0 additions, 27 deletionsservo/components/style/properties/longhands/position.mako.rs
- servo/components/style/properties/properties.mako.rs 3 additions, 2 deletionsservo/components/style/properties/properties.mako.rs
Loading
Please register or sign in to comment