Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes há 1 ano atrás
  Andreas Kling 99ca2ccf08 LibWeb: Make DOMImplementation.createHTMLDocument() create HTMLDocument há 1 ano atrás
  Shannon Booth 636a85f04e LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation há 1 ano atrás
  Shannon Booth cd156bad6b LibWeb: Create XMLDocuments in DOMImplementation.createDocument há 1 ano atrás
  Shannon Booth 36c145b197 LibWeb: Fix crash in DOMImplementation.createDocument for null namespace há 1 ano atrás
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString há 1 ano atrás
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks há 1 ano atrás
  Shannon Booth b337b4370a LibWeb: Port validate_and_extract from DeprecatedFlyString há 1 ano atrás
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString há 1 ano atrás
  Andreas Kling f052823f5f LibWeb: Use FlyString for create_element() namespace strings há 1 ano atrás
  Shannon Booth e74031a396 LibWeb: Port Document interface from DeprecatedString to String há 1 ano atrás
  Shannon Booth bcb6851c07 LibWeb: Port Text interface from DeprecatedString to String há 1 ano atrás
  Shannon Booth ebdfe2e863 LibWeb: Port DocumentType from DeprecatedString to String há 1 ano atrás
  Shannon Booth 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String há 1 ano atrás
  Shannon Booth d8ae02ef59 LibWeb: Add spec comments to DOMImplementation há 1 ano atrás
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible há 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements há 2 anos atrás
  Kenneth Myhra ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible há 2 anos atrás
  Kenneth Myhra 0d9076c9f5 LibWeb: Make factory methods of DOM::Document fallible há 2 anos atrás
  Kenneth Myhra b9c5828fe6 LibWeb: Make factory method of DOM::DOMImplementation fallible há 2 anos atrás
  Kenneth Myhra c4d559bd37 LibWeb: Make factory method of DOM::DocumentType fallible há 2 anos atrás
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors há 2 anos atrás
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s há 2 anos atrás
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL há 2 anos atrás
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ há 2 anos atrás