Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration vor 1 Jahr
  Andreas Kling 24157e4d1b LibWeb: Only invalidate style/layout on mutation for connected DOM nodes vor 1 Jahr
  Andreas Kling 870a954e11 LibWeb: Implement Element.outerHTML vor 1 Jahr
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` vor 1 Jahr
  Tim Ledbetter 2227674b91 LibWeb: Don't crash when updating a select with detached option elements vor 1 Jahr
  Andreas Kling cf60f52a78 LibWeb: Add DOM tree version counter vor 1 Jahr
  Andreas Kling b40f0415ef LibWeb: Make Node::parent_element() an inline function vor 1 Jahr
  Andreas Kling bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion vor 1 Jahr
  Aliaksandr Kalenik 036cd9b2dd LibWeb: Null layout and paintable pointers of removed DOM::Node vor 1 Jahr
  Tim Ledbetter 02c2b1e67e LibWeb: Implement `document.createCDATASection()` vor 1 Jahr
  Andreas Kling 413eb19579 LibWeb: Skip UTF-8 validation in Node::descendant_text_content() vor 1 Jahr
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() vor 1 Jahr
  Andreas Kling b0afe8463a LibWeb: Make Node::paintable_box() go directly to the paintable vor 1 Jahr
  Shannon Booth 0695236408 LibWeb: Use cached element name and id where possible vor 1 Jahr
  Andreas Kling c3059701b0 LibWeb: Avoid style invalidation when entire document has invalid style vor 1 Jahr
  Shannon Booth 562e0d710c LibWeb: Port ProcessingInstruction from ByteString vor 1 Jahr
  Shannon Booth d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class vor 1 Jahr
  Timothy Flynn 18a4455d43 LibWeb: Do not assume a shadow root has a host vor 1 Jahr
  Shannon Booth a8f5ebeddd LibWeb: Port DOM::Node from DeprecatedString vor 1 Jahr
  Andreas Kling cc9de38ea4 LibWeb: Fix null pointer dereference in DOM::Node::remove() vor 1 Jahr
  Shannon Booth 6c42de3e8b LibWeb: Port XMLSerializer from DeprecatedString to String vor 1 Jahr
  Andreas Kling 9edfd5e360 LibWeb: Only allocate DOM::Node registered observer list on demand vor 1 Jahr
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String vor 1 Jahr
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible vor 1 Jahr
  Shannon Booth a8fd4fab00 LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString vor 1 Jahr
  Shannon Booth 326b34c7c7 LibWeb: Port all callers of Element::namespace to Element::namespace_uri vor 1 Jahr
  Andreas Kling f052823f5f LibWeb: Use FlyString for create_element() namespace strings vor 1 Jahr
  Andreas Kling 8f82bd044b LibWeb: Use FlyString for create_element() prefix strings vor 1 Jahr