Historique des commits

Auteur SHA1 Message Date
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() il y a 2 ans
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes il y a 2 ans
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects il y a 2 ans
  Kenneth Myhra e3e281addd LibWeb: Make factory method of DOM::NamedNodeMap fallible il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Alexander Narsudinov 45525d4f85 LibWeb: Add NamedNodeMap::setNamedItemNS() method il y a 2 ans
  Alexander Narsudinov 530d5adc62 LibWeb: Add NamedNodeMap::removeNamedItemNS() method il y a 2 ans
  Alexander Narsudinov f2d7690702 LibWeb: Add NamedNodeMap::getNamedItemNS() il y a 2 ans
  Alexander Narsudinov 1a0fbe1e85 LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
  Andreas Kling 530675993b LibWeb: Rename Attribute to Attr il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling a56b3f9862 LibWeb: Make NamedNodeMap GC-allocated il y a 2 ans
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions il y a 2 ans
  Luke Wilde a718c62c01 LibWeb: Implement all "attributes" mutation records for MutationObserver il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Andreas Kling 7fc770cfac LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::Element il y a 3 ans
  Timothy Flynn b67f6daf05 LibWeb: Weakly store NamedNodeMap's & Attribute's associated Element il y a 3 ans
  Timothy Flynn 2a3ac02ef1 LibWeb: Implement (most of) NamedNodeMap to store attributes il y a 3 ans