Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth fc7f79e0e7 LibWeb: Use Element::namespace_ instead of ELement::namespace_uri vor 1 Jahr
  Shannon Booth 3bd04d2c58 LibWeb: Port Attr interface from DeprecatedString to String vor 1 Jahr
  Shannon Booth 75133cf733 LibWeb: Port NamedNodeMap from DeprecatedString to String vor 1 Jahr
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String vor 1 Jahr
  Timothy Flynn 9aae50a9c3 LibWeb: Handle attribute changes after actually changing the attribute vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 2 Jahren
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() vor 2 Jahren
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects vor 2 Jahren
  Kenneth Myhra e3e281addd LibWeb: Make factory method of DOM::NamedNodeMap fallible vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Alexander Narsudinov 45525d4f85 LibWeb: Add NamedNodeMap::setNamedItemNS() method vor 2 Jahren
  Alexander Narsudinov 530d5adc62 LibWeb: Add NamedNodeMap::removeNamedItemNS() method vor 2 Jahren
  Alexander Narsudinov 7679d38c5f LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem() vor 2 Jahren
  Alexander Narsudinov f2d7690702 LibWeb: Add NamedNodeMap::getNamedItemNS() vor 2 Jahren
  Alexander Narsudinov ce6cf5bab8 LibWeb: Make method NamedNodeMap::set_attribute() closer to the spec vor 2 Jahren
  Alexander Narsudinov 1a0fbe1e85 LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL vor 2 Jahren
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ vor 2 Jahren
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ vor 2 Jahren
  Andreas Kling 530675993b LibWeb: Rename Attribute to Attr vor 2 Jahren
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated vor 2 Jahren
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren