Commit History

Author SHA1 Message Date
  Andreas Kling ae5313d33c LibWeb: Add Document::viewport_rect() 1 year ago
  Aliaksandr Kalenik 01cc14714e LibWeb: Implement getting "inclusive ancestor navigables" of a document 1 year ago
  Andreas Kling e211f6c925 LibWeb: Implement getting "ancestor navigables" of a document 1 year ago
  Andreas Kling 25375bf1d5 LibWeb: Make Document::paintable() return a ViewportPaintable 1 year ago
  Andreas Kling 216bd513fa LibWeb: Make the paint tree a proper standalone tree 1 year ago
  Andreas Kling 4bb907aa22 LibWeb: Only propagate overflow from document element when it exists 1 year ago
  Shannon Booth 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String 1 year ago
  Shannon Booth 5663a2d3b4 AK+LibWeb: Do not percent encode/decode in URL fragment setter/getters 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Sam Atkins 8bd3b74e3a LibWeb: Implement and use "scroll to the fragment" algorithm 1 year ago
  Sam Atkins be9c975b2e LibWeb: Implement algorithms for determining an indicated element 1 year ago
  Sam Atkins 13b4bf48a8 LibWeb: Give Document a "target element" 1 year ago
  MacDue 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int 1 year ago
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Aliaksandr Kalenik c985a1b2af LibWeb: Add non-const version of paintable_box() in DOM::Node 1 year ago
  Andreas Kling 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport 2 years ago
  Shannon Booth 98666b012d AK: Remove URL::ApplyPercentEncoding 1 year ago
  Andreas Kling 4011a107a4 LibWeb: Propagate overflow modes from <html> or <body> to viewport 2 years ago
  Shannon Booth 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' 2 years ago
  Luke Wilde 34c702e6e8 LibWeb: Implement `<meta http-equiv="Refresh">` 2 years ago
  Aliaksandr Kalenik 608a730bd6 LibWeb: Use Core::Timer for style and layout update timers in Document 2 years ago
  Sebastian Zaha d24667a1b6 LibWeb: Rename loaded observer event to match spec 2 years ago
  Luke Wilde 71f6e5c942 LibWeb: Implement `loading=lazy` for `<img>` elements 2 years ago
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver 2 years ago
  PrestonLTaylor 0eac8bce6f LibWeb: Fix js execution for js urls in anchor tags href 2 years ago
  Andreas Kling 17ba47558c LibWeb: Make a copy of Document's DocumentObserver set when iterating 2 years ago
  Andreas Kling 8f927eaa68 LibWeb: Add HTMLDocument class 2 years ago
  Andreas Kling 1b78e0f059 LibWeb: Implement "destroy" operation for documents 2 years ago
  Andreas Kling 7af09481f5 LibWeb: Implement getting "descendant navigables" of a document 2 years ago