Commit History

Author SHA1 Message Date
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" 3 years ago
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState 3 years ago
  Andreas Kling a4bc7e2d96 LibWeb: Hack BFC to always remember to handle position:absolute elements 3 years ago
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) 3 years ago
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls 3 years ago
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() 3 years ago
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights 3 years ago
  michiell1 2f555f1b7d LibWeb: Compute some height of BlockFormattingContexts earlier 3 years ago
  Andreas Kling 0532d7d255 LibWeb: Stop sizing the context root box in formatting contexts 3 years ago
  Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC 3 years ago
  Andreas Kling 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers 3 years ago
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() 3 years ago
  Sam Atkins ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value 3 years ago
  Andreas Kling 54beb7433e LibWeb: Place block-level boxes vertically before formatting them inside 3 years ago
  Andreas Kling bb6af641d4 LibWeb: Unify placement of replaced and non-replaced elements in BFC 3 years ago
  Andreas Kling 9a48368280 LibWeb: Simplify code that compute initial child positions in BFC 3 years ago
  Andreas Kling d58f60c953 LibWeb: Unify code for assigning vertical box model metrics in BFC 3 years ago
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC 3 years ago
  Andreas Kling 83a6e698a0 LibWeb: Move rect-in-coordinate-space helper to Layout::Box 3 years ago
  Andreas Kling 6ca90b8d57 LibWeb: Take full border box into account when vertically placing floats 3 years ago
  Andreas Kling f5c5efa067 LibWeb: Allow CSS floating objects to flow across multiple lines 3 years ago
  Andreas Kling 0ea438e45b LibWeb: Put BFC floating object state into a struct 3 years ago
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 years ago
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 years ago
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Andreas Kling 49916f494d LibWeb: Don't try to layout list-item markers in BFC 3 years ago
  Andreas Kling 76fa57713d LibWeb: Use border edges when computing overflow for the ICB 3 years ago
  Ben Wiederhake 934360583f LibWeb: Remove duplicated auto height computation 3 years ago
  Andreas Kling ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 years ago