aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/floats.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-627/+0
* Upgrade Stylo to 2024-12-04 (#34501)Oriol Brufau2024-12-061-9/+34
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-201-7/+2
* layout_2013: Remove code preventing writing mode assertion failures (#32698)Martin Robinson2024-07-041-3/+1
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-26/+24
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-1/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Update nightly rustc.Josh Matthews2021-11-011-2/+2
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-3/+3
* Fix servo build.Emilio Cobos Álvarez2019-02-101-4/+4
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-3/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-3/+3
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-8/+13
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+5
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Rustfmt layout cratePyfisch2018-09-011-119/+163
* Use specific negative assertion for layout floatsCYBAI2018-01-261-2/+2
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-4/+4
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-8/+8
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* order derivable traits listsClément DAVID2017-08-231-3/+3
* UntrySimon Sapin2017-06-181-2/+2
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-1/+1
* Update app_units to 0.4.1Manish Goregaokar2017-05-191-7/+6
* Migrated -Z trace-layout to serde_jsonShing Lyu2016-11-071-1/+1
* layout: Take margins in the inline direction into account whenPatrick Walton2016-05-101-12/+10
* layout: When printing out debug info for the float list, includePatrick Walton2016-05-041-1/+5
* layout: Speculate that the inline sizes of floats with percentagePatrick Walton2016-05-041-6/+23
* layout: Reset the speculated inline size of floats out to compensate forPatrick Walton2016-04-281-9/+14
* layout: Disallow margins from collapsing through blocks with clearancePatrick Walton2016-04-141-0/+4
* layout: Only take nonnegative margins into account when estimatingPatrick Walton2016-03-281-14/+18
* layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+110
* layout: Allow floats to have negative ceilings due to negative margins.Patrick Walton2016-03-251-12/+15
* Move util::persistent_list to layoutTim van der Meij2016-02-201-1/+1
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-2/+1
* Remove dead code from layout.Ms2ger2015-11-181-4/+0
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* sort all usesJohann Tuffe2015-08-201-4/+4
* Positioning fixes for RTL floatsMatt Brubeck2015-05-181-3/+3
* Auto merge of #5480 - SimonSapin:multicol, r=pcwaltonbors-servo2015-04-281-4/+4
|\
| * Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-4/+4
* | Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
|/
* layout: During inline layout, make `place_between_floats` use the samePatrick Walton2015-04-091-3/+5
* Use usize for Floats::len.Ms2ger2015-03-291-1/+1
* Get rid of servo_utilDan Fox2015-03-051-4/+4