Jelle Raaijmakers
51ce46859e
LibWeb: Make DOM::Position's node mandatory
...
We can only construct positions if there's a node involved, which was
already enforced by Position::create() only accepting a GC::Ref.
2025-08-20 12:25:00 +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
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Andreas Kling
0a3b834346
LibWeb: Convert a bunch of dbg() to dbgln()
2021-01-09 14:03:06 +01:00
asynts
10f9c85090
LibWeb: Make DOM::Range more suitable for JS.
2020-12-09 21:05:06 +01:00
asynts
43dc47a494
LibWeb: Add support for range deletion.
2020-12-09 21:05:06 +01:00
Andreas Kling
e496a74bb3
LibWeb: Add a basic DOM::Position class
...
This will be used for editable content. :^)
2020-08-02 17:34:50 +02:00