Histórico de Commits

Autor SHA1 Mensagem Data
  Tim Ledbetter 27d429a85f LibWeb: Implement `Node.lookupNamespaceURI()` há 1 ano atrás
  Maciej 9eb568eacb LibWeb: Make innerHTML for XML nodes actually return inner HTML há 1 ano atrás
  Tim Ledbetter 0a0651f34e LibWeb: Implement `Node.normalize()` há 1 ano atrás
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods há 1 ano atrás
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() há 1 ano atrás
  Andreas Kling c7d9c1c0b2 LibWeb: Update DOM cloning algorithm for declarative shadow DOM há 1 ano atrás
  Andreas Kling e62db9c118 LibWeb: Update HTML fragment serialization for declarative shadow DOM há 1 ano atrás
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods há 1 ano atrás
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods há 1 ano atrás
  Andreas Kling a4625e3943 LibWeb: Only react to link element attribute changes when BC connected há 1 ano atrás
  Andreas Kling 193fc7ef98 LibWeb: Allow cloneNode() to clone elements with weird attributes há 1 ano atrás
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration há 1 ano atrás
  Andreas Kling 24157e4d1b LibWeb: Only invalidate style/layout on mutation for connected DOM nodes há 1 ano atrás
  Andreas Kling 870a954e11 LibWeb: Implement Element.outerHTML há 1 ano atrás
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` há 1 ano atrás
  Tim Ledbetter 2227674b91 LibWeb: Don't crash when updating a select with detached option elements há 1 ano atrás
  Andreas Kling cf60f52a78 LibWeb: Add DOM tree version counter há 1 ano atrás
  Andreas Kling b40f0415ef LibWeb: Make Node::parent_element() an inline function há 1 ano atrás
  Andreas Kling bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion há 1 ano atrás
  Aliaksandr Kalenik 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node há 1 ano atrás
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` há 1 ano atrás
  Andreas Kling 413eb19579 LibWeb: Skip UTF-8 validation in Node::descendant_text_content() há 1 ano atrás
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() há 1 ano atrás
  Andreas Kling b0afe8463a LibWeb: Make Node::paintable_box() go directly to the paintable há 1 ano atrás
  Shannon Booth 0695236408 LibWeb: Use cached element name and id where possible há 1 ano atrás
  Andreas Kling c3059701b0 LibWeb: Avoid style invalidation when entire document has invalid style há 1 ano atrás
  Shannon Booth 562e0d710c LibWeb: Port ProcessingInstruction from ByteString há 1 ano atrás
  Shannon Booth d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class há 1 ano atrás