aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/block.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Factor out BlockFlow::background_border_section()Manish Goregaokar2018-02-161-0/+18
* | Change debug assertions to specific onesjanczer2018-02-071-2/+2
* | Introduce MaxRect traitPyfisch2018-01-171-2/+2
* | Create own file for background calculations in layoutPyfisch2018-01-061-3/+3
* | Remove mention of some old issuesPyfisch2018-01-041-2/+1
* | pretty print treetigercosmos2017-12-231-1/+1
* | Turn flow::base and friends into methodsMatt Brubeck2017-12-141-38/+38
* | style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-34/+38
|/
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-80/+78
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-78/+80
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-80/+78
* Fix duplicate stacking context creation for anonymous FlowsMartin Robinson2017-10-181-14/+0
* Introduce an unsafe HasBaseFlow trait for base()/base_mut() casts.Simon Sapin2017-10-141-0/+4
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+1
* Fix panic when tables having position:stickyMartin Robinson2017-09-151-2/+2