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
/
Selection
Age
Commit message (
Expand
)
Author
2023-02-22
LibWeb: Make factory method of Selection::Selection 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-12
LibWeb: Add convenient Selection::range() accessor
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-10
LibWeb: Implement Selection.collapse_to_end
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse_to_start
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.setBaseAndExtent
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: Implement a large chunk of the Selection API
Andreas Kling
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Make Selection GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling