Historique des commits

Auteur SHA1 Message Date
  Andreas Kling e8f5085669 LibWeb: Implement Range.createContextualFragment() il y a 2 ans
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues il y a 2 ans
  Kenneth Myhra 0791195843 LibWeb: Make factory methods of DOM::Range fallible il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Andreas Kling b79bc25a1f LibWeb: Use DOM Selection instead of ad-hoc layout tree selection il y a 2 ans
  Andreas Kling bf69f4370e LibWeb: Implement BrowsingContext::selected_text() in terms of Selection il y a 2 ans
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() il y a 2 ans
  Luke Wilde 34c130b336 LibWeb: Stub Range.getBoundingClientRect 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
  Andreas Kling 317ab7a04b LibWeb: Make Range's boundary point comparison a public function 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 ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro il y a 2 ans
  Andreas Kling 45425de849 LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated il y a 3 ans
  Andreas Kling 2fb9eb5257 LibWeb: Implement Range.deleteContents() il y a 3 ans
  Andreas Kling e1c71b3f91 LibWeb: Implement Range.cloneContents() il y a 3 ans
  Andreas Kling 8ab25f8d8c LibWeb: Implement Range.surroundContents(newParent) 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 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 4c08757ff9 LibWeb: Add Range.detach il y a 3 ans