Timothy Flynn
|
fbd1f77161
|
LibWeb: Disentangle both ends of a MessagePort at once
Otherwise, the remote end believes it is still entangled and may try to
access its own (now null) remote port. This fixes a crash in WPT.
|
2025-05-24 10:47:06 +12:00 |
|
Tim Ledbetter
|
f854f644a7
|
LibWeb: Don't crash when interpolating non <number> scale values
|
2025-04-28 11:46:34 +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 |
|
Glenn Skrzypczak
|
1022566bff
|
LibWeb/Layout: Properly remove layout nodes
This properly remove the old layout node subtree when no new layout
node is created during layout update.
|
2025-03-31 18:19:58 +01:00 |
|
Psychpsyo
|
402d8220dd
|
LibWeb: Make style containment influence quotes
|
2025-02-06 17:44:50 +00:00 |
|
Luke Warlow
|
62f4cebbee
|
LibWeb: Fix dialog.requestClose() crash
The spec previously asserted that close watcher was not null.
This could lead to a crash in some situations,
so instead we skip to close the dialog.
|
2025-02-04 12:22:25 +01:00 |
|
Psychpsyo
|
67ed676831
|
LibWeb: Implement CSS 'contain' property
|
2025-01-28 11:24:40 +00:00 |
|