提交历史

作者 SHA1 备注 提交日期
  Luke Wilde 1ea3f34823 LibWeb: Implement Node.getRootNode 3 年之前
  Andreas Kling 1b6f0f857e LibWeb: Re-mark nodes as needing style after moving between documents 3 年之前
  Andreas Kling 0264ae23bc LibWeb: Make CSS layout lazier 3 年之前
  Luke Wilde 6a7739c645 LibWeb: Convert Node.childNodes to NodeList 3 年之前
  Andreas Kling 71087422f6 LibWeb: Add Node::in_a_document_tree() 3 年之前
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser 3 年之前
  Andreas Kling 0ee457dfdf LibWeb: Provide a default DOM::EventTarget::dispatch_event() 3 年之前
  Luke Wilde f62477c093 LibWeb: Implement HTML fragment serialisation and use it in innerHTML 3 年之前
  Andreas Kling 449cbd5ecc LibWeb: Implement Node.isEqualNode(Node? otherNode) 3 年之前
  Andreas Kling a0528598b5 LibWeb: Implement Node.isSameNode(Node? otherNode) 3 年之前
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年之前
  Luke Wilde 1a28fc3cb5 LibWeb: Add preceding and following Node cases in tree constraints 3 年之前
  Luke Wilde 5e61382849 LibWeb: Make Node.textContent more spec compliant 3 年之前
  Luke Wilde d36838d050 LibWeb: Implement the (string) replace all operations for Node 3 年之前
  Luke Wilde f7f37eaa0f LibWeb: Make Node::root return a reference 3 年之前
  Sam Atkins 1159eefff3 LibWeb: Include DOM Node ID in serialized JSON 3 年之前
  Sam Atkins d7485df928 LibWeb: Give each Node a unique ID 3 年之前
  Sam Atkins 48a2239f60 LibWeb: Remove commented-out dbgln 3 年之前
  Luke Wilde bd55f0ad64 LibWeb: Add shadow including ancestor/descendant checks 3 年之前
  Luke 9cae827f07 LibWeb: Implement Node.contains 4 年之前
  Luke f3f2170ac6 LibWeb: Add the cloning steps in clone_node 4 年之前
  Luke e4ae1cdd1f LibWeb: Use the element factory in clone_node 4 年之前
  Luke 5430bc8963 LibWeb: Make clone_node capable of cloning document fragments 4 年之前
  Luke 0ea50d44bf LibWeb: Check if scripting is disabled before running script 4 年之前
  Timothy Flynn 1bbf3f1d09 LibWeb: Do not encode "internal_id" in DOM JSON 4 年之前
  Andreas Kling 384cffaa04 LibWeb: Fix build breakage after merging the oldish DOM inspector PR 4 年之前
  Adam Hodgen 4affe052b8 LibWeb: Add JSON serialization method to DOM::Node 4 年之前
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
  Ali Mohammad Pur fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec 4 年之前
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年之前