Historique des commits

Auteur SHA1 Message Date
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units il y a 2 ans
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units il y a 2 ans
  Aliaksandr Kalenik 8259ff12bd LibWeb: Margin bottom collapsing between parent and last child il y a 2 ans
  Aliaksandr Kalenik fe8304d5de LibWeb: Introduce structure that maintains collapsible margins in BFC il y a 2 ans
  Tom 0bbf7a1b54 LibWeb: Refactor should_skip_anonymous_text_runs il y a 2 ans
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units il y a 2 ans
  Aliaksandr Kalenik daece542f5 LibWeb: Check if block creates BFC even if all it's children are inline il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Aliaksandr Kalenik 2b246d980a LibWeb: Fix typo in calculate_inner_height il y a 2 ans
  Aliaksandr Kalenik 7bc7790912 LibWeb: Flex, grid and table containers should not create BFC il y a 2 ans
  Aliaksandr Kalenik 428db6e766 LibWeb: Return max margin box width from greatest_child_width il y a 2 ans
  Aliaksandr Kalenik aa08c825ec LibWeb: Support box-sizing in BFC il y a 2 ans
  Aliaksandr Kalenik 767cdf7b11 LibWeb: Return content box position from calculate_static_position il y a 2 ans
  Aliaksandr Kalenik 1b5b7e3b01 LibWeb: Solve width for absolute positioned elemenent according to spec il y a 2 ans
  Andreas Kling bc807466f9 LibWeb: Finish half-written comment in abspos height calculation il y a 2 ans
  Andreas Kling 8a87f4fa20 LibWeb: Try to compute height for abspos elements before inside layout il y a 2 ans
  Andreas Kling 5e996b461c LibWeb: Actually assign solved value for `left` in abspos width case 1 il y a 2 ans
  Andreas Kling 305cb8a5d1 LibWeb: Treat unresolvable percentage sizes as auto on replaced elements il y a 2 ans
  Andreas Kling db318aece0 LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext il y a 2 ans
  martinfalisse f7bd1edde3 LibWeb: Calculate the height of the css grid correctly il y a 2 ans
  Andreas Kling b289f97a65 LibWeb: Split intrinsic heights cache by definite available widths il y a 2 ans
  Andreas Kling 27a7c5ef40 LibWeb: Implement CSS fit-content algorithm precisely as spec says il y a 2 ans
  Andreas Kling d7d8e3c78b LibWeb: Resolve *all* percentages in abspos height calculation il y a 2 ans
  Timon Kruiper 8373a14835 LibWeb: Remove code duplication in computing height for abs-pos elements il y a 2 ans
  Samuel Bowman ca0a0b7a93 LibWeb: Add missing else's in absolutely positioned height computation il y a 2 ans
  Andreas Kling e6de382679 LibWeb: Constrain abspos element heights by min-height and max-height il y a 2 ans
  Andreas Kling 0e295f727a LibWeb: Fix dumb typos in solver helpers for abspos height il y a 2 ans
  Andreas Kling 84953c5020 LibWeb: Calculate height of absolute-position elements according to spec il y a 2 ans
  Andreas Kling 0f2d5f91dc LibWeb: Fix two uninitialized variables in FormattingContext il y a 2 ans
  Andreas Kling b945d164e2 LibWeb: Split intrinsic heights cache based on available width il y a 2 ans