aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-3703/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+5
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-27/+2
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Upgrade Stylo to 2024-12-04 (#34501)Oriol Brufau2024-12-061-4/+4
* Upgrade Stylo to 2024-10-04 (#33767)Oriol Brufau2024-10-201-17/+17
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-201-23/+26
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-4/+0
* clippy: Fix missing indentation in comments and remove on unecessary cast (#3...danik2922024-08-131-1/+1
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-3/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Upgrade Stylo to 2023-12-01 (#32032)Oriol Brufau2024-04-101-0/+1
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-1/+1
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-43/+39
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* 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-27/+26
* remove `extern crate` (#30311)Samson2023-09-081-1/+3
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-6/+5
* Actually check if root is absolute positionedWu Yu Wei2022-04-191-1/+3
* Add trace logs when assigning inline/block sizesWu Yu Wei2022-04-171-7/+17
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-8/+17
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-10/+12
* layout: Ensure abs-pos elements establish block formatting contextsPaul Rouget2019-11-141-0/+7
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-25/+21
* Fix servo build.Emilio Cobos Álvarez2019-02-101-20/+27
* Remove BlockFlowDisplayListBuildingAnthony Ramine2019-01-141-3/+4
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-7/+10
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-18/+18
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-45/+21
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-16/+14
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-9/+9
* Reorder importsPyfisch2018-11-061-7/+15
* Format remaining filesPyfisch2018-11-061-3/+6
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-17/+17
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-893/+1487
* Auto merge of #19184 - bobthekingofegypt:fix/18706-abs-image-with-padding, r=...bors-servo2018-07-131-1/+3
|\
| * fix linelength warningBob2017-11-221-1/+2
| * move padding adjustments to inside is_replaced conditionBob2017-11-221-6/+2
| * fix block size for absolute replaced elementBob2017-11-221-1/+6
* | layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-3/+3
* | Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* | Stop using LocalClip::RoundedRectMartin Robinson2018-03-061-8/+0
* | Allow for build_display_list to be called immutablyManish Goregaokar2018-02-161-1/+1
* | Generate display lists for table cells during display list generation for the...Manish Goregaokar2018-02-161-1/+0