Historique des commits

Auteur SHA1 Message Date
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  sin-ack b3df222e52 LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click() il y a 3 ans
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files il y a 3 ans
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable il y a 3 ans
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it il y a 3 ans
  Federico Guerinoni 43d5257619 LibWeb: Use reverse iterator for reverse loop into NonnullRefPtrVector il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Andreas Kling fbee0490a3 LibWeb: Improve HTMLElement.click() il y a 3 ans
  Andreas Kling 1b6ed558bb LibWeb: Move QualifiedName into the Web::DOM namespace il y a 3 ans
  Andreas Kling e76e8e22b5 LibWeb: Separate "event listener" from "EventListener" il y a 3 ans
  Andreas Kling e842e955e5 LibWeb: Implement HTMLElement.click() il y a 3 ans
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec il y a 3 ans
  Andreas Kling 89cd00b540 LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps() il y a 3 ans
  Andreas Kling a05c07fdcd LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains il y a 3 ans
  Andreas Kling 1ea2467a7a LibWeb: Improve step 3 of "focus chain" from the HTML spec il y a 3 ans
  Andreas Kling 086eb1ad7b LibWeb: Fix inverted null check in run_focusing_steps() il y a 3 ans
  Andreas Kling 627ad6c37c LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events il y a 3 ans
  Andreas Kling a062e803c5 LibWeb: Implement (most of) HTMLElement.focus() il y a 3 ans
  Andreas Kling 0264ae23bc LibWeb: Make CSS layout lazier il y a 3 ans
  Andreas Kling 439be913cf LibWeb: Support HTMLElement.offset{Width,Height} il y a 3 ans
  Luke Wilde f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset il y a 3 ans
  TheFightingCatfish 08359ba578 LibWeb: Fix regression of "contenteditable" attribute il y a 3 ans
  SeekingBlues a13a5315a5 LibWeb: Fix incompatibility of attribute "contenteditable" il y a 3 ans
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Idan Horowitz 815934a95d LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Linus Groh 4e1de09340 LibWeb: Use DOMException in HTMLElement::set_content_editable() il y a 4 ans
  Andreas Kling 330c3fcb59 LibWeb: Use move semantics for QualifiedName more often il y a 4 ans
  Andreas Kling a59b1825ce LibWeb: Basic implementation of global event handlers :^) il y a 4 ans