提交歷史

作者 SHA1 備註 提交日期
  Aliaksandr Kalenik 6b191ab73d LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object 2 年之前
  Aliaksandr Kalenik 04a5196a5d LibWeb: Add fast_is<T>() for SVGUseElement 2 年之前
  PrestonLTaylor 31d536912c LibWeb: Allow SVG painting to escape out of a shadow tree 2 年之前
  Andreas Kling dd19f61538 LibWeb: Add fast way to check if a DOM node is an SVG element 2 年之前
  Andreas Kling 80d6330a26 LibWeb: Don't create mutation record node lists if nobody is interested 2 年之前
  Andreas Kling 4637d020c3 LibWeb: Add fast_is<T>() helper for HTMLScriptElement 2 年之前
  Aliaksandr Kalenik 22572c39e0 LibWeb: Implement Node::navigable() 2 年之前
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
  Andreas Kling d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 年之前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年之前
  Andreas Kling d4b2544dc5 LibWeb: Make the Node.compareDocumentPosition() return value enum public 2 年之前
  Timothy Flynn 8a8340b3cd LibWeb: Port MutationRecord types to FlyString 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年之前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
  Jonah da5c9189b2 LibWeb: Implement Accessible Name and Description Calculation 2 年之前
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 年之前
  MacDue 890b4d7980 LibWeb: Replace ARIA role static FlyStrings with an enum 2 年之前
  Sam Atkins 7891ad2a28 LibWeb: Remove declarations for non-existent methods 2 年之前
  Andreas Kling 35ba13802d LibWeb: Remove unused declaration Node::removed_last_ref() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Jonah a469bbd178 LibWeb: Add Functionality to Dump to Accessibility Tree 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling 87b0ddb354 LibWeb: Add DOM::Node::parent_or_shadow_host_element() 2 年之前
  Timothy Flynn 13b8eeff54 LibWeb: Fully implement the fragment serializing algorithm 2 年之前
  Andreas Kling c877eb47a2 LibWeb: Add GC finalizer for DOM::Node 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Andrew Kaster 45838579c3 LibWeb: Remove unused DOM::Node::window helper method 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前