Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster 45838579c3 LibWeb: Remove unused DOM::Node::window helper method il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
  Andreas Kling a5bb30d2ba LibWeb: Make Node.childNodes vend the same NodeList every time il y a 2 ans
  Andreas Kling 4b9c5635b3 LibWeb: Make :link selector behave according to spec il y a 2 ans
  Andreas Kling 3768743a0a LibWeb: Remove now-unused Bindings::Wrappable class il y a 2 ans
  Andreas Kling 905eb8cb4d LibWeb: Make MutationObserver GC-allocated il y a 2 ans
  Andreas Kling 48e0066371 LibWeb: Make NodeList GC-allocated il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions il y a 2 ans
  Andreas Kling 2ad98fdf80 LibWeb: Add fast_is<HTMLElement>() il y a 3 ans
  Andreas Kling 9f32da1dbc LibWeb: Add fast_is<HTMLBaseElement>() il y a 3 ans
  Andreas Kling 3ee5bdcfb7 LibWeb: Traverse shadow-including subtree when adopting DOM nodes il y a 3 ans
  Luke Wilde 56cfd5ced8 LibWeb: Implement all "childList" mutation records for MutationObserver il y a 3 ans
  Luke Wilde c9ba5531e0 LibWeb: Introduce Mutation{Record,Observer} and observer microtasks il y a 3 ans
  Luke Wilde 1ceba560f4 LibWeb: Add CDATASection il y a 3 ans
  Igor Pissolati 682a4a347a LibWeb: Bring Node closer to spec il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh f60a2a1d80 LibWeb: Remove Document::is_scripting_enabled() and use Node's il y a 3 ans
  Andreas Kling afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) il y a 3 ans
  Andreas Kling b6097cf724 LibWeb: Add fast_is<SVG::SVGSVGElement>() il y a 3 ans
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree il y a 3 ans
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox 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
  Andreas Kling ad9f3f7ae6 LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement il y a 3 ans
  Luke Wilde 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant il y a 3 ans
  Andreas Kling 784dbdef8e LibWeb: Make DOM inspector overlay rects a little nicer il y a 3 ans
  Andreas Kling 19b5033dc4 LibWeb: Implement Node.removeChild() in terms of "pre-remove" il y a 3 ans
  Adam Hodgen c6dd8a1f66 LibWeb: Implement `Node.nodeValue` DOM attribute il y a 3 ans