Historique des commits

Auteur SHA1 Message Date
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Tim Ledbetter 0577a664dd LibWeb: Use correct offset value when replacing character data il y a 1 an
  Shannon Booth d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String il y a 1 an
  Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String il y a 1 an
  Shannon Booth b2f3aa1c76 LibWeb: Use length() getter in CharacterData algorithms il y a 1 an
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Andreas Kling 1c47695bae LibWeb: Invalidate layout-transformed text on DOM text node change il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Andreas Kling 80d6330a26 LibWeb: Don't create mutation record node lists if nobody is interested il y a 2 ans
  Kenneth Myhra 2411dadc35 LibWeb: Make factory method of DOM::StaticNodeList 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 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s il y a 2 ans
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated il y a 2 ans
  Andreas Kling 48e0066371 LibWeb: Make NodeList GC-allocated il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Luke Wilde 1ca8782c99 LibWeb: Implement "characterData" mutation record for MutationObserver il y a 3 ans
  Luke Wilde ee719870c8 LibWeb: Implement CharacterData.{append,insert,delete}Data il y a 3 ans
  Luke Wilde af5b4ae1c4 LibWeb: Implement CharacterData::set_data in terms of replace_data il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Andreas Kling 1254758b00 LibWeb: Update live DOM ranges on Text and CharacterData mutations il y a 3 ans
  Andreas Kling 24e25fe3d0 LibWeb: Add CharacterData.replaceData(offset, count, data) il y a 3 ans