summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Selection
AgeCommit message (Expand)Author
2023-02-22LibWeb: Make factory method of Selection::Selection fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Range fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
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-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
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-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus 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
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling