커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Kling 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching 1 년 전
  Andrew Kaster 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 1 년 전
  Shannon Booth 285bca1633 LibWeb: Use Optional<FlyString> const& in Element and NamedNodeMap 1 년 전
  Shannon Booth f32185420d LibWeb: Use FlyString where possible in NamedNodeMap 1 년 전
  Andreas Kling 41f56b0df9 LibWeb: Let supported_property_names() return Vector<FlyString> 1 년 전
  Shannon Booth 020839ad7a LibWeb: Remove ByteString usage in NamedNodeMap 1 년 전
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 년 전
  Shannon Booth 629f661e3b LibWeb: Port supported property names from DeprecatedString to String 1 년 전
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 년 전
  Shannon Booth 1812221a2d LibWeb: Add FlyString versions of NamedNodeMap::get_attribute_ns 1 년 전
  Shannon Booth b37aab1277 LibWeb: Port named_item_value from DeprecatedFlyString 1 년 전
  Shannon Booth 79f97da4b4 LibWeb: Make Element::has_attribute take a StringView 1 년 전
  Shannon Booth ab674f3bf6 LibWeb: Make Element::remove_attribute take a StringView 1 년 전
  Shannon Booth 75133cf733 LibWeb: Port NamedNodeMap from DeprecatedString to String 1 년 전
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 년 전
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 년 전
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 년 전
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 년 전
  Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects 2 년 전
  Kenneth Myhra e3e281addd LibWeb: Make factory method of DOM::NamedNodeMap fallible 2 년 전
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 년 전
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors 2 년 전
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 년 전
  Alexander Narsudinov 45525d4f85 LibWeb: Add NamedNodeMap::setNamedItemNS() method 2 년 전
  Alexander Narsudinov 530d5adc62 LibWeb: Add NamedNodeMap::removeNamedItemNS() method 2 년 전
  Alexander Narsudinov f2d7690702 LibWeb: Add NamedNodeMap::getNamedItemNS() 2 년 전
  Alexander Narsudinov 1a0fbe1e85 LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap 2 년 전
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 년 전
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 년 전