Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC hace 3 años
  Andreas Kling 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers hace 3 años
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() hace 3 años
  Sam Atkins ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value hace 3 años
  Andreas Kling 54beb7433e LibWeb: Place block-level boxes vertically before formatting them inside hace 3 años
  Andreas Kling bb6af641d4 LibWeb: Unify placement of replaced and non-replaced elements in BFC hace 3 años
  Andreas Kling 9a48368280 LibWeb: Simplify code that compute initial child positions in BFC hace 3 años
  Andreas Kling d58f60c953 LibWeb: Unify code for assigning vertical box model metrics in BFC hace 3 años
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC hace 3 años
  Andreas Kling 83a6e698a0 LibWeb: Move rect-in-coordinate-space helper to Layout::Box hace 3 años
  Andreas Kling 6ca90b8d57 LibWeb: Take full border box into account when vertically placing floats hace 3 años
  Andreas Kling f5c5efa067 LibWeb: Allow CSS floating objects to flow across multiple lines hace 3 años
  Andreas Kling 0ea438e45b LibWeb: Put BFC floating object state into a struct hace 3 años
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() hace 3 años
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage hace 3 años
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void hace 3 años
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ hace 3 años
  Andreas Kling 49916f494d LibWeb: Don't try to layout list-item markers in BFC hace 3 años
  Andreas Kling 76fa57713d LibWeb: Use border edges when computing overflow for the ICB hace 3 años
  Ben Wiederhake 934360583f LibWeb: Remove duplicated auto height computation hace 3 años
  Andreas Kling ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() hace 3 años
  Andreas Kling 877ddaa016 LibWeb: Fix off-by-one in initial containing block overflow calculation hace 3 años
  Andreas Kling f2d0e8d0ee LibWeb: Expose FormattingContext type hace 3 años
  Andreas Kling 07096b7765 LibWeb: Compute horizontal overflow for the initial containing block hace 3 años
  Andreas Kling 27d4ac316f LibWeb: Introduce simple scrollable overflow, size ICB to viewport hace 3 años
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer hace 3 años
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer hace 3 años
  Andreas Kling 5408913b22 LibWeb: Add BlockFormattingContext::root() hace 3 años
  Tobias Christiansen a501a02851 LibWeb: Ignore negative margins for calculating height in a BFC hace 3 años
  Tobias Christiansen 6e1f6bd684 LibWeb: Add transform: translateY() support hace 3 años