Commit History

Author SHA1 Message Date
  Luke 0ea50d44bf LibWeb: Check if scripting is disabled before running script 4 years ago
  Timothy Flynn 1bbf3f1d09 LibWeb: Do not encode "internal_id" in DOM JSON 4 years ago
  Andreas Kling 384cffaa04 LibWeb: Fix build breakage after merging the oldish DOM inspector PR 4 years ago
  Adam Hodgen 4affe052b8 LibWeb: Add JSON serialization method to DOM::Node 4 years ago
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
  Ali Mohammad Pur fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec 4 years ago
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
  Luke 46f2c278b0 LibWeb: Implement Node.replaceChild 4 years ago
  Luke 8b5ea01cfb LibWeb: Use node_to_insert instead of node in Node::insert_before 4 years ago
  Luke 8bafbdddc6 LibWeb: Expose Node.ownerDocument 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Linus Groh 5da4c9bf1e LibWeb: Implement Node.cloneNode() 4 years ago
  AnotherTest 9c201767a0 LibWeb: Fix some FIXMEs related to ExceptionOr<T> 4 years ago
  Luke 83d2c3f2f5 LibWeb: Move element_child_count to ParentNode and add its IDL attribute 4 years ago
  Brian Gianforcaro 988c23fff0 LibWeb: Add implementation of Node.compareDocumentPosition() 4 years ago
  Luke 5beacf08a2 LibWeb: Make the node mutation algorithms more spec compliant 4 years ago
  Luke ca71ac484b LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)" 4 years ago
  Andreas Kling 380e688123 LibWeb: Remove nodes from their old parent in appendChild/insertBefore 4 years ago
  Timothy Flynn c503047c71 LibWeb: Get the first DOM node with a 'title' attribute for tooltip area 4 years ago
  Luke ed139bee7f LibWeb: Add a couple child node operations to Node and add node types 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling 2eddd74e85 LibWeb: Add DOM::Node::parent_or_shadow_host() 4 years ago
  Andreas Kling 9de1253f44 LibWeb: Remove a whole bunch of unnecessary #includes 4 years ago
  Andreas Kling a0bcfa30bf LibWeb: Add simple implementation of Node.removeChild() 4 years ago
  Andreas Kling 5a58f42e3c LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714e517b995b48e7b 4 years ago
  Andreas Kling b72f067f0d Kernel+Userland: Remove unused "effective priority" from threads 4 years ago
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 years ago
  Andreas Kling 0639e77898 LibWeb: Make the Window object "inherit" from EventTarget :^) 4 years ago