Reimar
26181f2958
LibWeb: Implement External interface
2026-01-22 14:56:46 +01:00
Jelle Raaijmakers
99923eac8d
LibWeb: Add stubbed Speech API
2026-01-20 06:51:04 -05:00
Sam Atkins
8a0ba904b9
LibWeb/HTML: Return Promises from Window scroll methods
...
A version of this was added in a610639119
and reverted in 70671b4c11 . The bugs
there (confusing scroll-to-position and scroll-by-delta, and not having
an execution context in some cases) have been fixed in this version.
2026-01-08 14:50:09 +00:00
Tim Ledbetter
70671b4c11
Revert "LibWeb/HTML: Return Promises from Window scroll methods"
...
This reverts commit a610639119 .
2025-12-26 19:33:51 +01:00
Sam Atkins
a610639119
LibWeb/HTML: Return Promises from Window scroll methods
...
Corresponds to part of:
c548a9a1d4
2025-12-23 14:24:28 +01:00
Idan Horowitz
d6c2893663
LibWeb: Add initial CookieStore support
2025-08-08 13:09:58 -04:00
Sam Atkins
511e282002
LibWeb/HTML: Return CSSStyleProperties from getComputedStyle()
...
Corresponds to 94fdd8ab1e
2025-07-16 09:50:30 +02:00
Totto16
b66e7ac1ba
LibWeb: Implement BarProp properties for Window
2025-03-29 02:35:27 +00:00
Andreas Kling
8d8aa964da
LibWeb: Make window.clientInformation [Replaceable] per spec IDL
2024-12-05 21:35:59 +01:00
Andreas Kling
3f461b96df
LibWeb: Implement window.stop()
...
Fixes a handful of timeouts on WPT.
2024-12-05 12:13:09 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00