Shannon Booth
|
cc6e048bd6
|
LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
|
2026-04-24 20:08:29 +02:00 |
|
Timothy Flynn
|
8b6e3cb735
|
LibWeb+LibUnicode+WebContent: Port DOM:CharacterData to UTF-16
This replaces the underlying storage of CharacterData with Utf16String
and deals with the fallout.
|
2025-07-24 19:00:20 +02:00 |
|
Shannon Booth
|
31a3bc3681
|
LibWeb: Implement 'State-preserving atomic move integration'
This was recently added to both the HTML and DOM specifications,
introducing the new moveBefore DOM API, as well as the new internal
'removing steps'.
See:
* https://github.com/whatwg/html/commit/432e8fb
* https://github.com/whatwg/dom/commit/eaf2ac7
|
2025-04-26 08:45:37 -06:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|