summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Selection/Selection.h
AgeCommit message (Expand)Author
2023-02-22LibWeb: Make factory method of Selection::Selection fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-12LibWeb: Use DOM Selection instead of ad-hoc layout tree selectionAndreas Kling
2023-01-12LibWeb: Add convenient Selection::range() accessorAndreas Kling
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-10LibWeb: Implement Selection.collapse_to_endRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapse_to_startRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapseRafał Babiarz
2022-12-10LibWeb: Implement Selection.setBaseAndExtentLuke Wilde
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-11LibWeb: Implement a large chunk of the Selection APIAndreas Kling
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make Selection GC-allocatedAndreas Kling
2022-09-06LibWeb: Make AbstractRange and subclasses GC-allocatedAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling