Commit History

Author SHA1 Message Date
  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 2 years ago
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 years ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 2 years ago
  Aliaksandr Kalenik c985a1b2af LibWeb: Add non-const version of paintable_box() in DOM::Node 2 years ago
  Andreas Kling 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport 2 years ago
  Shannon Booth 98666b012d AK: Remove URL::ApplyPercentEncoding 2 years 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
  Hendiadyoin1 eeb15fc10b LibWeb: Stop lying about string types 2 years ago
  Timothy Flynn f95ed9f373 LibWeb: Implement document.title for SVG documents 2 years ago
  Timothy Flynn f2a28e83de LibWeb: Implement the document title attribute closer to the spec 2 years ago
  Timothy Flynn 43b3673198 LibWeb: Add an accessor for the document's title element 2 years ago
  Timothy Flynn e8fde316f6 LibWeb: Add spec comments to a couple of Document element getters 2 years ago
  PrestonLTaylor b322abd8d0 LibWeb: Add document_fully_loaded event to DocumentObserver 2 years ago
  Simon Wanner ee7282cbe4 LibWeb: Make pseudo-elements inspectable 2 years ago