ladybird/Meta/gn/secondary
Andrew Kaster 521ed0e911 LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
We have two known PlatformObjects that need to implement some of the
behavior of LegacyPlatformObjects to date: Window, and HTMLFormElement.

To make this not require double (or virtual) inheritance of
PlatformObject, move the behavior of LegacyPlatformObject into
PlatformObject. The selection of LegacyPlatformObject behavior is done
with a new bitfield of feature flags instead of a dozen virtual
functions that return bool. This change simplifies every class involved
in the diff with the notable exception of Window, which now needs some
ugly const casts to implement named property access.
2024-01-12 09:11:18 +01:00
..
AK Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Kernel Kernel: Add /sys/kernel/request_panic node to simulate a kernel panic 2023-11-27 09:24:52 -07:00
Ladybird Meta/gn: Build WebContent Qt bits only if enable_qt is set 2024-01-02 12:36:17 -05:00
Meta/Lagom Meta: Port recent changes to gn build 2023-12-13 10:51:27 -07:00
Tests Meta: Add test262-runner to the GN build 2023-12-26 11:16:10 +01:00
Userland LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
BUILD.gn Meta+Documentation+Ladybird: Update places that use ladybird filename 2023-10-27 07:11:35 +02:00