提交历史

作者 SHA1 备注 提交日期
  MacDue 21ace4f90b LibWeb: Add Node::scaled_font(float scale_factor) 1 年之前
  Andi Gallo 55f1a70577 LibWeb: Fix style updates for table box nodes 2 年之前
  Andreas Kling b6f3369b66 LibWeb: Fix spelling of non_anonymous_containing_block() 2 年之前
  Aliaksandr Kalenik 258f3ea952 LibWeb: Remove Layout::TableBox 2 年之前
  Andi Gallo 5cec517153 LibWeb: Get reference height from closest non-anonymous ancestor 2 年之前
  Andreas Kling e2c72922f6 LibWeb: Make LayoutState use HashMap instead of potentially huge Vector 2 年之前
  Timothy Flynn 8f0b7fa370 LibWeb: Verify that a node has styled properties in its styled accessors 2 年之前
  MacDue 7061a3d8e6 LibWeb: Add .scaled_font() helper to Layout::Node 2 年之前
  Andreas Kling 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 年之前
  Timothy Flynn 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 年之前
  Andreas Kling aa19c4a340 LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast 2 年之前
  Andreas Kling 51555dea7c LibWeb: Make Layout::Node::containing_block() return a Layout::Box 2 年之前
  Aliaksandr Kalenik 45e85d20b6 LibWeb: Output display type inline-table in layout dump 2 年之前
  Aliaksandr Kalenik 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Aliaksandr Kalenik 57940f4370 LibWeb: Wrap table roots in anonymous block boxes 2 年之前
  Sam Atkins 5d8e3f5122 LibWeb: Convert Layout::Node to new pixel units 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling 6d830e6335 LibWeb: Tie layout tree to a specific browsing context 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Andreas Kling be5a39657e LibWeb: Only store one DOM pointer per Layout::Node 2 年之前
  Andreas Kling 49eb324535 LibWeb: Add Layout::Node::display() 2 年之前
  Andreas Kling a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年之前
  Andreas Kling 5989a3ee77 LibWeb: Honor CSS display value in is_inline() and is_inline_block() 2 年之前
  Andreas Kling 9e4226f353 LibWeb: Create flex items for empty generated boxes 2 年之前
  Andreas Kling e36750d591 LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree() 2 年之前
  Ben Wiederhake fe48fed4fa LibWeb: Break inclusion cycle by removing unnecessary include 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前