Commit History

Author SHA1 Message Date
  Andreas Kling fbee0490a3 LibWeb: Improve HTMLElement.click() 3 years ago
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace 3 years ago
  Andreas Kling e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" 3 years ago
  Andreas Kling e842e955e5 LibWeb: Implement HTMLElement.click() 3 years ago
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 years ago
  Andreas Kling 89cd00b540 LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps() 3 years ago
  Andreas Kling a05c07fdcd LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains 3 years ago
  Andreas Kling 1ea2467a7a LibWeb: Improve step 3 of "focus chain" from the HTML spec 3 years ago
  Andreas Kling 086eb1ad7b LibWeb: Fix inverted null check in run_focusing_steps() 3 years ago
  Andreas Kling 627ad6c37c LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events 3 years ago
  Andreas Kling a062e803c5 LibWeb: Implement (most of) HTMLElement.focus() 3 years ago
  Andreas Kling 0264ae23bc LibWeb: Make CSS layout lazier 3 years ago
  Andreas Kling 439be913cf LibWeb: Support HTMLElement.offset{Width,Height} 3 years ago
  Luke Wilde f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 years ago
  TheFightingCatfish 08359ba578 LibWeb: Fix regression of "contenteditable" attribute 3 years ago
  SeekingBlues a13a5315a5 LibWeb: Fix incompatibility of attribute "contenteditable" 3 years ago
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Idan Horowitz 815934a95d LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Linus Groh 4e1de09340 LibWeb: Use DOMException in HTMLElement::set_content_editable() 4 years ago
  Andreas Kling 330c3fcb59 LibWeb: Use move semantics for QualifiedName more often 4 years ago
  Andreas Kling a59b1825ce LibWeb: Basic implementation of global event handlers :^) 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago