Historique des commits

Auteur SHA1 Message Date
  Tim Ledbetter 72ed62a560 LibWeb: Don't crash when cloning a CDATASection node il y a 11 mois
  Tim Ledbetter 5a578e8f15 LibWeb: Compare node names case insensitively in `Node::is_equal_node()` il y a 11 mois
  Tim Ledbetter 7ab7be694d LibWeb: Don't consider nodes in different namespaces to be equal il y a 11 mois
  Tim Ledbetter 055c902a37 LibWeb: Implement `Node.isDefaultNamespace()` il y a 11 mois
  Tim Ledbetter 27d429a85f LibWeb: Implement `Node.lookupNamespaceURI()` il y a 1 an
  Maciej 9eb568eacb LibWeb: Make innerHTML for XML nodes actually return inner HTML il y a 1 an
  Tim Ledbetter 0a0651f34e LibWeb: Implement `Node.normalize()` il y a 1 an
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods il y a 1 an
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() il y a 1 an
  Andreas Kling c7d9c1c0b2 LibWeb: Update DOM cloning algorithm for declarative shadow DOM il y a 1 an
  Andreas Kling e62db9c118 LibWeb: Update HTML fragment serialization for declarative shadow DOM il y a 1 an
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods il y a 1 an
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods il y a 1 an
  Andreas Kling a4625e3943 LibWeb: Only react to link element attribute changes when BC connected il y a 1 an
  Andreas Kling 193fc7ef98 LibWeb: Allow cloneNode() to clone elements with weird attributes il y a 1 an
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
  Andreas Kling 24157e4d1b LibWeb: Only invalidate style/layout on mutation for connected DOM nodes il y a 1 an
  Andreas Kling 870a954e11 LibWeb: Implement Element.outerHTML il y a 1 an
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` il y a 1 an
  Tim Ledbetter 2227674b91 LibWeb: Don't crash when updating a select with detached option elements il y a 1 an
  Andreas Kling cf60f52a78 LibWeb: Add DOM tree version counter il y a 1 an
  Andreas Kling b40f0415ef LibWeb: Make Node::parent_element() an inline function il y a 1 an
  Andreas Kling bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion il y a 1 an
  Aliaksandr Kalenik 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node il y a 1 an
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` il y a 1 an
  Andreas Kling 413eb19579 LibWeb: Skip UTF-8 validation in Node::descendant_text_content() il y a 1 an
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() il y a 1 an
  Andreas Kling b0afe8463a LibWeb: Make Node::paintable_box() go directly to the paintable il y a 1 an
  Shannon Booth 0695236408 LibWeb: Use cached element name and id where possible il y a 1 an
  Andreas Kling c3059701b0 LibWeb: Avoid style invalidation when entire document has invalid style il y a 1 an