index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
Range.cpp
Age
Commit message (
Expand
)
Author
2023-03-10
LibWeb: Implement Range.createContextualFragment()
Andreas Kling
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory methods of Geometry::DOMRect fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Range fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-12
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
Andreas Kling
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-10
LibWeb: Stub Range.getBoundingClientRect
Luke Wilde
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-11
LibWeb: Make Range's boundary point comparison a public function
Andreas Kling
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-03-22
LibWeb: Implement Range.deleteContents()
Andreas Kling
2022-03-22
LibWeb: Implement Range.cloneContents()
Andreas Kling
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
Linus Groh
2022-03-22
LibWeb: Convert Range to use TRY for error propagation
Timothy Flynn
2022-03-21
LibWeb: Implement Range.surroundContents(newParent)
Andreas Kling
2022-03-21
LibWeb: Fix spec transcription mistake in Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Don't allow setting Range start/end to document being destroyed
Andreas Kling
2022-03-21
LibWeb: Update live DOM ranges on Text and CharacterData mutations
Andreas Kling
2022-03-21
LibWeb: Implement Range.insertNode(node)
Andreas Kling
2022-03-21
LibWeb: Fix logic mistakes in Range stringification
Andreas Kling
2022-03-21
LibWeb: Implement Range.extractContents()
Andreas Kling
2022-03-21
LibWeb: Implement stringifier for DOM Range :^)
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-26
LibWeb: Implement Range.comparePoint
Luke Wilde
2022-02-26
LibWeb: Implement Range.isPointInRange
Luke Wilde
2022-02-26
LibWeb: Implement Range.intersectsNode
Luke Wilde
2022-02-26
LibWeb: Implement Range.selectNodeContents
Luke Wilde
2022-02-26
LibWeb: Implement Range.collapse
Luke Wilde
2022-02-26
LibWeb: Implement Range.selectNode
Luke Wilde
2022-02-26
LibWeb: Implement Range.compareBoundaryPoints
Luke Wilde
2022-02-26
LibWeb: Implement Range.set{Start,End}{Before,After}
Luke Wilde
2022-02-26
LibWeb: Make Range.setStart and Range.setEnd spec compliant
Luke Wilde
2022-02-26
LibWeb: Abstract Range's members into AbstractRange
Luke Wilde
2022-02-25
LibWeb: Implement Range.commonAncestorContainer
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
[next]