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
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