Historia zmian

Autor SHA1 Wiadomość Data
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 lat temu
  Luke Wilde 1a28fc3cb5 LibWeb: Add preceding and following Node cases in tree constraints 3 lat temu
  Luke Wilde 5e61382849 LibWeb: Make Node.textContent more spec compliant 3 lat temu
  Luke Wilde d36838d050 LibWeb: Implement the (string) replace all operations for Node 3 lat temu
  Luke Wilde f7f37eaa0f LibWeb: Make Node::root return a reference 3 lat temu
  Sam Atkins 1159eefff3 LibWeb: Include DOM Node ID in serialized JSON 3 lat temu
  Sam Atkins d7485df928 LibWeb: Give each Node a unique ID 3 lat temu
  Sam Atkins 48a2239f60 LibWeb: Remove commented-out dbgln 3 lat temu
  Luke Wilde bd55f0ad64 LibWeb: Add shadow including ancestor/descendant checks 3 lat temu
  Luke 9cae827f07 LibWeb: Implement Node.contains 4 lat temu
  Luke f3f2170ac6 LibWeb: Add the cloning steps in clone_node 4 lat temu
  Luke e4ae1cdd1f LibWeb: Use the element factory in clone_node 4 lat temu
  Luke 5430bc8963 LibWeb: Make clone_node capable of cloning document fragments 4 lat temu
  Luke 0ea50d44bf LibWeb: Check if scripting is disabled before running script 4 lat temu
  Timothy Flynn 1bbf3f1d09 LibWeb: Do not encode "internal_id" in DOM JSON 4 lat temu
  Andreas Kling 384cffaa04 LibWeb: Fix build breakage after merging the oldish DOM inspector PR 4 lat temu
  Adam Hodgen 4affe052b8 LibWeb: Add JSON serialization method to DOM::Node 4 lat temu
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
  Ali Mohammad Pur fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec 4 lat temu
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 lat temu
  Luke 46f2c278b0 LibWeb: Implement Node.replaceChild 4 lat temu
  Luke 8b5ea01cfb LibWeb: Use node_to_insert instead of node in Node::insert_before 4 lat temu
  Luke 8bafbdddc6 LibWeb: Expose Node.ownerDocument 4 lat temu
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 lat temu
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
  Linus Groh 5da4c9bf1e LibWeb: Implement Node.cloneNode() 4 lat temu
  AnotherTest 9c201767a0 LibWeb: Fix some FIXMEs related to ExceptionOr<T> 4 lat temu
  Luke 83d2c3f2f5 LibWeb: Move element_child_count to ParentNode and add its IDL attribute 4 lat temu
  Brian Gianforcaro 988c23fff0 LibWeb: Add implementation of Node.compareDocumentPosition() 4 lat temu