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
  Tim Ledbetter 0577a664dd LibWeb: Use correct offset value when replacing character data há 1 ano atrás
  Shannon Booth d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 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 eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String há 1 ano atrás
  Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String há 1 ano atrás
  Shannon Booth b2f3aa1c76 LibWeb: Use length() getter in CharacterData algorithms há 1 ano atrás
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String há 1 ano atrás
  Andreas Kling 1c47695bae LibWeb: Invalidate layout-transformed text on DOM text node change há 1 ano atrás
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void há 1 ano atrás
  Andreas Kling 80d6330a26 LibWeb: Don't create mutation record node lists if nobody is interested há 2 anos atrás
  Kenneth Myhra 2411dadc35 LibWeb: Make factory method of DOM::StaticNodeList fallible 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 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 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 bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ há 2 anos atrás
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ há 2 anos atrás
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated há 2 anos atrás
  Andreas Kling 48e0066371 LibWeb: Make NodeList GC-allocated há 2 anos atrás
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated há 2 anos atrás
  Luke Wilde 1ca8782c99 LibWeb: Implement "characterData" mutation record for MutationObserver há 3 anos atrás
  Luke Wilde ee719870c8 LibWeb: Implement CharacterData.{append,insert,delete}Data há 3 anos atrás
  Luke Wilde af5b4ae1c4 LibWeb: Implement CharacterData::set_data in terms of replace_data há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Andreas Kling 1254758b00 LibWeb: Update live DOM ranges on Text and CharacterData mutations há 3 anos atrás
  Andreas Kling 24e25fe3d0 LibWeb: Add CharacterData.replaceData(offset, count, data) há 3 anos atrás