Shannon Booth
5a97dba495
LibWeb: Model Function as a callback type
...
Import WebIDL/Function.idl where TimerHandler uses Function, and let the
bindings generator handle it through the normal callback-function path.
This removes the special C++ mapping for Function and makes TimerHandler
use GC::Root<CallbackType>, matching the generated binding type when IDL
files are parsed together.
2026-04-23 07:07:49 +02:00
Timothy Flynn
80b612b789
LibWeb: Move the WindowOrWorkerGlobalScope caches attribute
...
Let's copy-paste the partial interface from the spec.
2026-04-03 11:04:12 +02:00
Luke Wilde
f06732d180
LibWeb: Mark CacheStorage as Experimental
...
CacheStorage is currently a stub that breaks anything that uses it.
2026-02-24 17:08:48 +01:00
Tete17
8fdd9b68dc
LibWeb: First implementation of the TrustedTypePolicyFactory
...
Most of the functions are either not implemented of filled with dummy
values.
2025-07-30 15:51:35 +01:00
Aliaksandr Kalenik
7efdd1c1ec
LibWeb: Stub CacheStorage interface
...
With this change we can again open login form https://discord.com/login
instead of failing in js because `caches.open()` is not defined.
2025-06-05 23:02:21 +02:00
Psychpsyo
9b8120d8e8
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00