aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/model.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-641/+0
* Upgrade Stylo to 2024-10-04 (#33767)Oriol Brufau2024-10-201-5/+28
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-201-24/+10
* Let `LengthPercentage::maybe_to_used_value()` accept `Option<Au>` (#33450)Oriol Brufau2024-09-161-1/+1
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-1/+1
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-6/+27
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-8/+8
* Import victor's layout system 🍷Anthony Ramine2019-09-111-1/+1
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-20/+20
* Fix servo build.Emilio Cobos Álvarez2019-02-101-14/+17
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-8/+5
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-14/+14
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-53/+33
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-12/+18
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Split layout/background.rs filePyfisch2018-10-221-20/+3
* Rustfmt layout cratePyfisch2018-09-011-105/+175
* Fix some "unnecessary parentheses" warningsSimon Sapin2018-01-221-1/+1
* Remove mention of some old issuesPyfisch2018-01-041-14/+10
* Update WR to use the new sticky positioning APIMartin Robinson2017-10-301-0/+8
* style: Make border-spacing serialization consistent, and move it to precomput...Emilio Cobos Álvarez2017-09-171-2/+2
* Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-6/+6
* Implement to_transform_3d_matrix for computing distance of mismatched transfo...Boris Chiou2017-08-251-16/+1
* order derivable traits listsClément DAVID2017-08-231-5/+5
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-3/+3
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-3/+3
* Bump euclid to 0.14.Nicolas Silva2017-06-141-4/+4
* Rename BorderRadiusSize to BorderCornerSizeAnthony Ramine2017-05-291-2/+2
* Refactor BorderRadius and move it to the border modulesAnthony Ramine2017-05-281-4/+2
* Refactor how calc() clamping is done on computed values (fixes #15296)Anthony Ramine2017-05-181-27/+9
* Fix future illegal_floating_point_literal_pattern warnings.Simon Sapin2017-05-121-6/+9
* layout: Fix radius percentage resolution.Emilio Cobos Álvarez2017-05-081-3/+15
* Create a module for generics and make BorderRadiusSize genericRavi Shankar2017-04-251-1/+2
* Add to_computed method for CalcLengthOrPercentage石博文2017-04-241-3/+10
* Activate flexbox layout tracingShing Lyu2016-12-281-1/+1
* Add new methods to Fragment for size calculation of replaced elementPu Xingyu2016-12-121-0/+15
* Rename the MinMaxConstraint to SizeConstraint and enhancementPu Xingyu2016-12-111-45/+41
* style: Add a "start_end()" method to LogicalMarginPu Xingyu2016-11-101-7/+0
* layout: Mark flex items properly during constructionPu Xingyu2016-11-091-1/+1
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-1/+1
* layout: Use the fragment's writing mode when computing sizes relevant to that...Emilio Cobos Álvarez2016-10-021-5/+8
* Update euclid to 0.10.1Anthony Ramine2016-08-211-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-6/+5