提交歷史

作者 SHA1 備註 提交日期
  Sam Atkins 13b4bf48a8 LibWeb: Give Document a "target element" 1 年之前
  Luke Wilde 5694981352 LibWeb: Implement Element.hasAttributeNS 1 年之前
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible 1 年之前
  Sam Atkins 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors 1 年之前
  Aliaksandr Kalenik 491da2a810 LibWeb: Use is_scroll_container instead of is_scrollable in JS APIs 1 年之前
  MacDue 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Aliaksandr Kalenik c985a1b2af LibWeb: Add non-const version of paintable_box() in DOM::Node 1 年之前
  Aliaksandr Kalenik 433d3f988d LibWeb: Add ad-hoc implementation for Element::scroll(x, y) 1 年之前
  Aliaksandr Kalenik fee5b4deb6 LibWeb: Move set_scroll_offset() from Layout::Box to PaintableBox 1 年之前
  Aliaksandr Kalenik 5b7926fa53 LibWeb: Move scroll_offset() from Layout::Box to PaintableBox 1 年之前
  Andreas Kling 9937fcc5e1 LibWeb: Don't assume opacity values are CSS numbers 1 年之前
  Sam Atkins 5ee1b7db7c LibWeb: Convert BorderData::width to CSSPixels 1 年之前
  Aliaksandr Kalenik 921aee8c66 LibWeb: Optimize stacking context rebuilds on opacity change 1 年之前
  Aliaksandr Kalenik 0e8a0a8191 LibWeb: Add support for "display: contents" 1 年之前
  Andreas Kling 9174ffd7e6 LibWeb: Create Layout::Box for `display: inline-grid` 2 年之前
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 年之前
  Jonah 57a6d577ad LibWeb: Add AriaData object to parse ARIAMixin data 2 年之前
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() 2 年之前
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 年之前
  Andreas Kling dd2080c55f LibWeb: Stub out Element.scroll() and Element.scrollTo() 2 年之前
  Aliaksandr Kalenik 787f2d2a10 LibWeb: Remove Layout::TableCellBox 2 年之前
  Aliaksandr Kalenik 3a3a085404 LibWeb: Remove Layout::TableRowBox 2 年之前
  Aliaksandr Kalenik 578a937f94 LibWeb: Remove Layout::TableRowGroupBox 2 年之前
  Aliaksandr Kalenik 258f3ea952 LibWeb: Remove Layout::TableBox 2 年之前
  Ali Mohammad Pur b7e3a68bfc LibWeb: Keep track of CSS property source declarations 2 年之前
  Andreas Kling fdbdc4d5ff LibWeb: Only forward scroll requests for the top-level browsing context 2 年之前
  Andreas Kling 78d6e2db8c LibWeb: Don't invalidate style when attribute set to identical value 2 年之前
  Andreas Kling 475bac89e1 LibWeb: Don't crash on unimplemented CSS display type 2 年之前