Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 2fb9eb5257 LibWeb: Implement Range.deleteContents() il y a 3 ans
  Andreas Kling e1c71b3f91 LibWeb: Implement Range.cloneContents() il y a 3 ans
  Linus Groh 70b1f18e58 LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY() il y a 3 ans
  Timothy Flynn c3f9cd6dbd LibWeb: Convert Range to use TRY for error propagation il y a 3 ans
  Andreas Kling 8ab25f8d8c LibWeb: Implement Range.surroundContents(newParent) il y a 3 ans
  Andreas Kling 4d49c607f8 LibWeb: Fix spec transcription mistake in Range.extractContents() il y a 3 ans
  Andreas Kling ac8a8459d0 LibWeb: Don't allow setting Range start/end to document being destroyed 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 c74b1b6d65 LibWeb: Implement Range.insertNode(node) il y a 3 ans
  Andreas Kling 8bc3f4c186 LibWeb: Fix logic mistakes in Range stringification il y a 3 ans
  Andreas Kling 16f4c76da6 LibWeb: Implement Range.extractContents() il y a 3 ans
  Andreas Kling 394cd77467 LibWeb: Implement stringifier for DOM Range :^) il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Luke Wilde ad5fb1fd7e LibWeb: Implement Range.comparePoint il y a 3 ans
  Luke Wilde 62b76e0658 LibWeb: Implement Range.isPointInRange il y a 3 ans
  Luke Wilde 386ee5ab17 LibWeb: Implement Range.intersectsNode il y a 3 ans
  Luke Wilde 8a755726ad LibWeb: Implement Range.selectNodeContents il y a 3 ans
  Luke Wilde 2b2dbdc74f LibWeb: Implement Range.collapse il y a 3 ans
  Luke Wilde dfdc2ddb9e LibWeb: Implement Range.selectNode il y a 3 ans
  Luke Wilde a26f1b2ff9 LibWeb: Implement Range.compareBoundaryPoints il y a 3 ans
  Luke Wilde d73fb7e10f LibWeb: Implement Range.set{Start,End}{Before,After} il y a 3 ans
  Luke Wilde 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant il y a 3 ans
  Luke Wilde a2acda5669 LibWeb: Abstract Range's members into AbstractRange il y a 3 ans
  Andreas Kling c25d653c31 LibWeb: Implement Range.commonAncestorContainer il y a 3 ans
  Andreas Kling 90cdeebfb3 LibWeb: Rename DOM::Window::document() => associated_document() il y a 3 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 9194a97cbe LibWeb: Add Document.createRange() il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans