aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1489/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-6/+0
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-2/+2
* Upgrade Stylo to 2024-12-04 (#34501)Oriol Brufau2024-12-061-16/+18
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-2/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-3/+4
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-45/+22
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-3/+15
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-131-3/+5
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-1/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-22/+24
* remove `extern crate` (#30311)Samson2023-09-081-1/+4
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-54/+37
* Detect body elements during layoutMartin Robinson2023-05-041-4/+11
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
* Actually check if root is absolute positionedWu Yu Wei2022-04-191-0/+25
* Fix compiler warningsBryce Wilson2021-08-141-1/+1
* layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-091-1/+19
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-3/+2
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-9/+8
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* Some further removalsest312019-05-301-8/+0
* Remove unused code from gfx and layout cratesest312019-05-291-94/+1
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-9/+9
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-17/+17
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* layout: Fix servo build.Emilio Cobos Álvarez2018-11-101-0/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-9/+9
* Reorder importsPyfisch2018-11-061-4/+4
* Sort `use` statementsSimon Sapin2018-11-061-10/+10
* `cargo fix --edition`Simon Sapin2018-11-061-23/+23
* Rustfmt layout cratePyfisch2018-09-011-127/+215
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Use typed transforms in stacking contextsPyfisch2018-02-241-3/+4
* Add stacking_relative_border_box_for_display_listManish Goregaokar2018-02-161-0/+13
* Add get_column_styles for getting column structure and styles for a tableManish Goregaokar2018-02-161-0/+6
* Simplify counter CSS propertiesAnthony Ramine2018-02-041-2/+2
* moved css longhand counter-reset out of makoJonas Reinwald2018-02-011-2/+2
* Merge layout and layout_testsAnthony Ramine2018-01-201-16/+22
* Introduce MaxRect traitPyfisch2018-01-171-2/+2
* Create own file for background calculations in layoutPyfisch2018-01-061-1/+1
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-0/+4
* pretty print treetigercosmos2017-12-231-5/+8
* style: Move text-align outside of the mako file.Nazım Can Altınova2017-12-181-1/+1
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-56/+57
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-22/+26
* Replace old transform code with new generic codeManish Goregaokar2017-11-021-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-44/+45