New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: Sync changes from mozilla-central. #21036
Merged
+931
−714
style: Update cssparser again to avoid intermittent stack overflows o…
2106cc4
Select commit
ea5417b
style: Make contain:paint trigger clipping independent of the overflo…
muhammedyusuf-sermet 35a1a30
style: Remove invalid assertion.
emilio 6940787
style: Make the transition-property code make more sense.
emilio f6f421f
style: Hide multiple -moz-window-* properties from content.
emilio 90ef560
style: Move TransitionProperty where it belongs.
emilio ce5a85d
style: Use custom_properties::Name in TransitionProperty.
emilio 1da798e
style: Introduce css(parse_condition).
emilio cf7b10a
style: Hide -moz- display values from content behind a pref.
emilio 618eef7
style: Don't hide -moz-box / -moz-inline-box yet.
emilio 0f1b793
style: Minor indentation cleanup.
emilio 4b10b2a
style: Update smallbitvec to v2.1.1.
emilio 2baa794
style: Sprinkle some inline in methods that are just pointer-chasing …
emilio 710184b
style: Sprinkle some #[inline] on methods that have inline fast-paths.
emilio f829300
style: Don't look at the rule type from value parsing.
emilio 8d069d1
style: Work around a bindgen bug on Android.
emilio 8821ad7
style: Make pseudo-elements work with :host.
emilio 2c0a19e
style: Move some parsing-only attributes to use #[parse(..)] instead …
emilio d461a7d
style: Make the threadsafe refcounting macros more reusable.
emilio 63ca2a8
style: Make clearing atoms slightly more ergonomic.
emilio c6e43c0
style: Avoid useless allocations in custom property name serialization.
emilio 7529788
style: Make getting a property name explicitly an indexing operation.
emilio 915c872
style: Remove PropertyId::name.
emilio 3816143
style: Use Atomic<bool> for the staticpref version of layout.css.font…
bzbarsky 255fe05
style: Extend StyleComplexColor to support additive blending.
djg 9c51d31
style: Inline some trivial bits.
emilio e052666
style: Fix a typo.
emilio 6ca324f
style: Remove unused PropertyDeclarationBlock::set_importance.
emilio 3c7fb2a
style: Add a before-change callback to remove_property.
emilio cdbc409
style: Trivially simplify a condition.
emilio 314b14d
style: Fix nsStyleBorder::mBorderColor for GCC.
djg 5f74a15
style: Extract {animated,computed}::Color common parts.
djg 011cad2
style: Add a Servo API to get the serialized style of a property.
emilio d65b29d
style: Add CssPropFlags::SerializedByServo and use it on some simple …
emilio 572a931
style: Add diagnostics.
emilio 078df23
style: Update cssparser.
emilio e94395b
style_derive: Fix tidy lint.
emilio ab76003
style: Fix servo build.
emilio 4cd16ee
style: Derive Animate for ComplexColorRatios.
emilio 0d0b0e0
Update WPT expectations.
emilio 2106cc4
style: Update cssparser again to avoid intermittent stack overflows o…
emilio
Merged
style: Sync changes from mozilla-central. #21036
style: Update cssparser again to avoid intermittent stack overflows o…
May 30, 2018
Jun 4, 2018
Jun 1, 2018
Jun 1, 2018
Jun 1, 2018
Jun 4, 2018
Jun 2, 2018
Jun 2, 2018
Jun 2, 2018
Jun 4, 2018
Jun 4, 2018
Jun 4, 2018
Jun 4, 2018
Jun 1, 2018
Jun 4, 2018
Jun 4, 2018
Jun 4, 2018
Jun 4, 2018
Jun 4, 2018
Jun 5, 2018
Jun 4, 2018
Jun 4, 2018
Jun 6, 2018
May 23, 2018
Jun 4, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 7, 2018
Jun 7, 2018
Jun 9, 2018
Jun 11, 2018
Jun 11, 2018
Jun 11, 2018
Jun 11, 2018
Jun 12, 2018
Jun 12, 2018
2106cc4
Select commit
ea5417b
style: Make contain:paint trigger clipping independent of the overflo…
muhammedyusuf-sermet 35a1a30
style: Remove invalid assertion.
emilio 6940787
style: Make the transition-property code make more sense.
emilio f6f421f
style: Hide multiple -moz-window-* properties from content.
emilio 90ef560
style: Move TransitionProperty where it belongs.
emilio ce5a85d
style: Use custom_properties::Name in TransitionProperty.
emilio 1da798e
style: Introduce css(parse_condition).
emilio cf7b10a
style: Hide -moz- display values from content behind a pref.
emilio 618eef7
style: Don't hide -moz-box / -moz-inline-box yet.
emilio 0f1b793
style: Minor indentation cleanup.
emilio 4b10b2a
style: Update smallbitvec to v2.1.1.
emilio 2baa794
style: Sprinkle some inline in methods that are just pointer-chasing …
emilio 710184b
style: Sprinkle some #[inline] on methods that have inline fast-paths.
emilio f829300
style: Don't look at the rule type from value parsing.
emilio 8d069d1
style: Work around a bindgen bug on Android.
emilio 8821ad7
style: Make pseudo-elements work with :host.
emilio 2c0a19e
style: Move some parsing-only attributes to use #[parse(..)] instead …
emilio d461a7d
style: Make the threadsafe refcounting macros more reusable.
emilio 63ca2a8
style: Make clearing atoms slightly more ergonomic.
emilio c6e43c0
style: Avoid useless allocations in custom property name serialization.
emilio 7529788
style: Make getting a property name explicitly an indexing operation.
emilio 915c872
style: Remove PropertyId::name.
emilio 3816143
style: Use Atomic<bool> for the staticpref version of layout.css.font…
bzbarsky 255fe05
style: Extend StyleComplexColor to support additive blending.
djg 9c51d31
style: Inline some trivial bits.
emilio e052666
style: Fix a typo.
emilio 6ca324f
style: Remove unused PropertyDeclarationBlock::set_importance.
emilio 3c7fb2a
style: Add a before-change callback to remove_property.
emilio cdbc409
style: Trivially simplify a condition.
emilio 314b14d
style: Fix nsStyleBorder::mBorderColor for GCC.
djg 5f74a15
style: Extract {animated,computed}::Color common parts.
djg 011cad2
style: Add a Servo API to get the serialized style of a property.
emilio d65b29d
style: Add CssPropFlags::SerializedByServo and use it on some simple …
emilio 572a931
style: Add diagnostics.
emilio 078df23
style: Update cssparser.
emilio e94395b
style_derive: Fix tidy lint.
emilio ab76003
style: Fix servo build.
emilio 4cd16ee
style: Derive Animate for ComplexColorRatios.
emilio 0d0b0e0
Update WPT expectations.
emilio 2106cc4
style: Update cssparser again to avoid intermittent stack overflows o…
emilio