Historie revizí

Autor SHA1 Zpráva Datum
  Luke Wilde 34c130b336 LibWeb: Stub Range.getBoundingClientRect před 2 roky
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable před 2 roky
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s před 2 roky
  Andreas Kling 317ab7a04b LibWeb: Make Range's boundary point comparison a public function před 2 roky
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL před 2 roky
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ před 2 roky
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ před 2 roky
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro před 2 roky
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated před 2 roky
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible před 2 roky
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
  Andreas Kling bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated před 3 roky
  Andreas Kling 2fb9eb5257 LibWeb: Implement Range.deleteContents() před 3 roky
  Andreas Kling e1c71b3f91 LibWeb: Implement Range.cloneContents() před 3 roky
  Linus Groh 70b1f18e58 LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY() před 3 roky
  Timothy Flynn c3f9cd6dbd LibWeb: Convert Range to use TRY for error propagation před 3 roky
  Andreas Kling 8ab25f8d8c LibWeb: Implement Range.surroundContents(newParent) před 3 roky
  Andreas Kling 4d49c607f8 LibWeb: Fix spec transcription mistake in Range.extractContents() před 3 roky
  Andreas Kling ac8a8459d0 LibWeb: Don't allow setting Range start/end to document being destroyed před 3 roky
  Andreas Kling 1254758b00 LibWeb: Update live DOM ranges on Text and CharacterData mutations před 3 roky
  Andreas Kling c74b1b6d65 LibWeb: Implement Range.insertNode(node) před 3 roky
  Andreas Kling 8bc3f4c186 LibWeb: Fix logic mistakes in Range stringification před 3 roky
  Andreas Kling 16f4c76da6 LibWeb: Implement Range.extractContents() před 3 roky
  Andreas Kling 394cd77467 LibWeb: Implement stringifier for DOM Range :^) před 3 roky
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb před 3 roky
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML před 3 roky
  Luke Wilde ad5fb1fd7e LibWeb: Implement Range.comparePoint před 3 roky
  Luke Wilde 62b76e0658 LibWeb: Implement Range.isPointInRange před 3 roky
  Luke Wilde 386ee5ab17 LibWeb: Implement Range.intersectsNode před 3 roky