Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 88949b10d8 LibWeb: Make containing_block_{width,height}_for(...) take non-box nodes vor 2 Jahren
  Aliaksandr Kalenik 4646867a9f LibWeb: Replace to_px() with to_px_or_zero() in FormattingContext vor 2 Jahren
  Aliaksandr Kalenik e25b1f76e1 LibWeb: Forbid usage of indefinite width in calculate_min{max}_height vor 2 Jahren
  Andi Gallo 3e70c1b6a3 LibWeb: Improve precision when computing size of replaced elements vor 2 Jahren
  Aliaksandr Kalenik 1f28fdacf0 LibWeb: Set max-width for inline child boxes after inside layout vor 2 Jahren
  Christophe Naud-Dulude 4f9f21e8fe LibWeb: Only derive baseline from children with a non-empty line box vor 2 Jahren
  Andreas Kling ccf35a973f LibWeb: Derive box baseline from last child *with line boxes* vor 2 Jahren
  Andreas Kling ac124fbaae LibWeb: Resolve flex item percentages against used flex container sizes vor 2 Jahren
  Andreas Kling db5bde01dc LibWeb: Resolve % top and bottom insets against containing block height vor 2 Jahren
  Sebastian Zaha fd37ad3a84 LibWeb: Fix absolute positioning issues vor 2 Jahren
  Sebastian Zaha 61fe7c230f LibWeb: Implement abspos for replaced elements vor 2 Jahren
  Andreas Kling 3f022f4040 LibWeb: Treat non-finite containing block width as zero for percentages vor 2 Jahren
  Andreas Kling c808f6c637 LibWeb: Don't use BFC auto height for non-BFC abspos elements vor 2 Jahren
  Aliaksandr Kalenik ca0c2339f4 LibWeb: Use padding box of containing block to resolve % height size vor 2 Jahren
  Andreas Kling c374541711 LibWeb: Use correct reference for abspos elements with % height sizes vor 2 Jahren
  Andreas Kling a988241f3f LibWeb: Resolve % min-sizes against 0 while under min-content constraint vor 2 Jahren
  Andreas Kling 3a11b55286 LibWeb: Treat % max-width as none when containing block size indefinite vor 2 Jahren
  Andreas Kling 43e1343abf LibWeb: Treat % max-height as none when containing block size indefinite vor 2 Jahren
  Andreas Kling b6f3369b66 LibWeb: Fix spelling of non_anonymous_containing_block() vor 2 Jahren
  Andreas Kling 41da9a4231 LibWeb: Resolve auto margins on abspos elements in more cases vor 2 Jahren
  Andreas Kling 434df52b91 LibWeb: Make stretch-fit return 0 when the available size is indefinite vor 2 Jahren
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels vor 2 Jahren
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout vor 2 Jahren
  Sam Atkins 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
  Andreas Kling 3365a1e034 LibWeb: Resolve cyclic % against 0 when available size is min-content vor 2 Jahren
  Andreas Kling c197fb4037 LibWeb: Take box-sizing into account when sizing replaced elements vor 2 Jahren
  Andreas Kling 4fed7beb7b LibWeb: Make solve_replaced_size_constraint() into FormattingContext vor 2 Jahren
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext vor 2 Jahren
  Andreas Kling 4f08fcde29 LibWeb: Remove unnecessary static formatting context functions vor 2 Jahren
  Aliaksandr Kalenik 787f2d2a10 LibWeb: Remove Layout::TableCellBox vor 2 Jahren