Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 years ago |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 years ago |
Andreas Kling
|
e1c71b3f91
LibWeb: Implement Range.cloneContents()
|
3 years ago |
Linus Groh
|
70b1f18e58
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
|
3 years ago |
Timothy Flynn
|
c3f9cd6dbd
LibWeb: Convert Range to use TRY for error propagation
|
3 years ago |
Andreas Kling
|
8ab25f8d8c
LibWeb: Implement Range.surroundContents(newParent)
|
3 years ago |
Andreas Kling
|
4d49c607f8
LibWeb: Fix spec transcription mistake in Range.extractContents()
|
3 years ago |
Andreas Kling
|
ac8a8459d0
LibWeb: Don't allow setting Range start/end to document being destroyed
|
3 years ago |
Andreas Kling
|
1254758b00
LibWeb: Update live DOM ranges on Text and CharacterData mutations
|
3 years ago |
Andreas Kling
|
c74b1b6d65
LibWeb: Implement Range.insertNode(node)
|
3 years ago |
Andreas Kling
|
8bc3f4c186
LibWeb: Fix logic mistakes in Range stringification
|
3 years ago |
Andreas Kling
|
16f4c76da6
LibWeb: Implement Range.extractContents()
|
3 years ago |
Andreas Kling
|
394cd77467
LibWeb: Implement stringifier for DOM Range :^)
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 years ago |
Luke Wilde
|
ad5fb1fd7e
LibWeb: Implement Range.comparePoint
|
3 years ago |
Luke Wilde
|
62b76e0658
LibWeb: Implement Range.isPointInRange
|
3 years ago |
Luke Wilde
|
386ee5ab17
LibWeb: Implement Range.intersectsNode
|
3 years ago |
Luke Wilde
|
8a755726ad
LibWeb: Implement Range.selectNodeContents
|
3 years ago |
Luke Wilde
|
2b2dbdc74f
LibWeb: Implement Range.collapse
|
3 years ago |
Luke Wilde
|
dfdc2ddb9e
LibWeb: Implement Range.selectNode
|
3 years ago |
Luke Wilde
|
a26f1b2ff9
LibWeb: Implement Range.compareBoundaryPoints
|
3 years ago |
Luke Wilde
|
d73fb7e10f
LibWeb: Implement Range.set{Start,End}{Before,After}
|
3 years ago |
Luke Wilde
|
46ce50f74e
LibWeb: Make Range.setStart and Range.setEnd spec compliant
|
3 years ago |
Luke Wilde
|
a2acda5669
LibWeb: Abstract Range's members into AbstractRange
|
3 years ago |