Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 5656173e00 LibWeb: Use automatic_content_height() when computing intrinsic heights há 2 anos atrás
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() há 2 anos atrás
  Ben Wiederhake 8deced39a8 LibWeb: Resolve cyclic declaration/definitions involving Length há 2 anos atrás
  Andreas Kling 34025442ff LibWeb: Account for float's container offsets in BFC root auto height há 2 anos atrás
  Andreas Kling 35a9a2fbb2 LibWeb: Account for containing block padding when placing abspos boxes há 2 anos atrás
  Andreas Kling fb5879fdcc LibWeb: Don't include abspos children in containing block's auto width há 2 anos atrás
  martinfalisse df22f38feb LibWeb: Inform the parent context of the grid's size há 2 anos atrás
  Andreas Kling c9a7853fef LibWeb: Include all floating descendants in BFC root's automatic height há 2 anos atrás
  Andreas Kling 9e39f51fd3 LibWeb: Position blocks after previous block-level box, ignoring type há 2 anos atrás
  Andreas Kling a42506c8b9 LibWeb: Fix three accidental float truncations há 2 anos atrás
  martinfalisse e4c5799026 LibWeb: Add GridFormattingContext há 3 anos atrás
  martinfalisse 872b6369c4 LibWeb: Use parent and sibling positions for absolutely positioned div há 3 anos atrás
  martinfalisse 65e7126c48 LibWeb: Factor out compute_y_position há 3 anos atrás
  MacDue 0e8dafcbb8 LibWeb: Allow absolute boxes to have a % height of a % height parent há 3 anos atrás
  Andreas Kling 5f34c8ab03 LibWeb: Make automatic heights for abspos non-replaced behave better há 3 anos atrás
  Andreas Kling 83bb16ede3 LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing há 3 anos atrás
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing há 3 anos atrás
  Andreas Kling 97f53de8a2 LibWeb: Take size constraints into account in fit-content calculations há 3 anos atrás
  Andreas Kling 02c59fe8c9 LibWeb: Containing block always has definite width during abspos layout há 3 anos atrás
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues há 3 anos atrás
  Andreas Kling bd48d9521a LibWeb: Simplify more code with CSS::LengthPercentage::is_auto() há 3 anos atrás
  Andreas Kling e095b9c6f9 LibWeb: Resolve `auto` containing block sizes before intrinsic sizing há 3 anos atrás
  Andreas Kling ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} há 3 anos atrás
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState há 3 anos atrás
  Andreas Kling 31fc1990fa LibWeb: Set up both containing block sizes before intrinsic sizing há 3 anos atrás
  Andreas Kling 96c9ca502b LibWeb: Add safety mechanism to guard against non-finite layout sizes há 3 anos atrás
  Andreas Kling 327938c945 LibWeb: Bring sizing of replaced elements closer to spec há 3 anos atrás
  Andreas Kling 61c27815e4 LibWeb: More specialization of intrinsic sizing layout há 3 anos atrás
  Andreas Kling 64959a8504 LibWeb: Express intrinsic size layout via size constraints há 3 anos atrás
  Andreas Kling fd68be29ab LibWeb: Make BFC always drive IFC há 3 anos atrás