Jonathan Gamble
7385569a02
LibWeb: Selection toString focused text control delegation
...
Allows selected text in form controls to be copied to clipboard.
2026-01-02 18:40:05 +01:00
Timothy Flynn
2674bd428e
LibWeb: Implement up/down arrow navigation for EditingHostManager
2025-09-18 07:39:10 -04:00
ayeteadoe
3df8e00d91
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
Timothy Flynn
a270706411
LibWeb: Port DOM::Range stringification to UTF-16
2025-07-25 18:16:22 +02:00
Callum Law
2eb44229b4
LibWeb: Implement Selection.modify
2025-06-30 10:44:32 +01:00
Shannon Booth
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
...
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:
* JS::NonnullGCPtr -> GC::Ref
* JS::GCPtr -> GC::Ptr
* JS::HeapFunction -> GC::Function
* JS::CellImpl -> GC::Cell
* JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00