提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling e1a24edfa9 LibWeb: Reorganize layout system in terms of formatting contexts 4 年之前
  Peter Nelson 9494b03a02 LibWeb: cache in-process decoded images in ImageResource 4 年之前
  Andreas Kling 305e2ef69c LibWeb: Until an image has loaded or failed, don't occupy layout size 4 年之前
  Andreas Kling fffc5896d8 LibWeb: Make layout tree have non-const pointers to the DOM 5 年之前
  Andreas Kling c46439f240 LibWeb: Move HTML classes into the Web::HTML namespace 5 年之前
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace 5 年之前
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace 5 年之前
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 年之前
  Andreas Kling f43590f534 LibWeb: Set the intrinsic width/height of <img> instead of hacking it 5 年之前
  Andreas Kling 440b4ece22 LibWeb: Move border width and color into LayoutStyle 5 年之前
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() 5 年之前
  Andreas Kling 10255bc5c6 LibWeb+Browser: Decode non-animated images out-of-process :^) 5 年之前
  Andreas Kling 8c82d26668 LibWeb: Rename LayoutNode::render() to paint() 5 年之前
  Andreas Kling cfab53903f LibWeb: Separate layout tree rendering into phases 5 年之前
  Andreas Kling 73c9f7ebf4 LibWeb: Move "visible in viewport" state tracking to ImageLoader 5 年之前
  Andreas Kling 95d70addd8 LibWeb: Split out image loading logic from HTMLImageElement 5 年之前
  Andreas Kling d9ece296f0 LibWeb: Fix LayoutImage stupidly painting backgrounds over itself 5 年之前
  Andreas Kling 656b01eb0f LibWeb: Rework the layout engine to use relative offsets 5 年之前
  Andreas Kling 4d5ecf6e32 LibWeb: Start implementing proper layout of replaced elements 5 年之前
  Andreas Kling 35040dd2c4 LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode 5 年之前
  Andreas Kling f01af62313 LibWeb: Basic support for display:inline-block with width:auto 5 年之前
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 年之前