Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 9d88e14f20 LibWeb: Add String variants of get_element_by_{} in ParentNode il y a 1 an
  Shannon Booth bfc0773285 LibWeb: Add String versions for some functions in ParentNode il y a 1 an
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Andreas Kling 76580bb9ba LibWeb: Cache lowercased tag name for getElementsByTagName() iteration il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Sam Atkins 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors il y a 1 an
  Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children il y a 2 ans
  Simon Wanner 9e00ef0849 LibWeb: Pass scope in ParentNode::query_selector_all il y a 2 ans
  Simon Wanner 4e6fb65ea3 LibWeb: Pass scope in ParentNode::query_selector il y a 2 ans
  Kenneth Myhra ff875d353b LibWeb: Make factory method of DOM::HTMLCollection fallible il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window il y a 2 ans
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Andreas Kling dc6e625680 LibWeb: Make ParentNode.children vend the same HTMLCollection every time il y a 2 ans
  Andreas Kling 6b3293a74b LibWeb: Support getElementsByTagName() properly in non-HTML documents il y a 2 ans
  Andreas Kling bd0648a492 LibWeb: Simplify getElementsByTagName{,NS}() filters il y a 2 ans
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated il y a 2 ans
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated il y a 2 ans
  Andreas Kling 48e0066371 LibWeb: Make NodeList GC-allocated il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace il y a 3 ans
  Linus Groh a68d31debd LibWeb: Convert ParentNode to use TRY for error propagation il y a 3 ans
  Luke Wilde d1bc9358c1 LibWeb: Implement ParentNode.replaceChildren il y a 3 ans
  Luke Wilde 34dfdc3f37 LibWeb: Implement ParentNode.append il y a 3 ans
  Luke Wilde d5c96c3ccf LibWeb: Implement ParentNode.prepend il y a 3 ans
  Luke Wilde 5ac57db5e9 LibWeb: Don't match the node querySelector(All) was called on il y a 3 ans
  Luke Wilde 2f7fb1fe63 LibWeb: Convert ParentNode.querySelectorAll to NodeList il y a 3 ans