ladybird/Userland/Libraries/LibWeb/Internals
Andrew Kaster 02a56f6480 LibWeb: Remove uses of obsolete PlatformObject::global_object()
This API is a relic from the time when it was important for objects to
have easy access to the Window, and to know it was the global object.

We now have more spec-related concepts like relevant_global_object and
current_global_object to pull the Window out of thin air.
2024-09-07 11:37:49 +02:00
..
Inspector.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Inspector.h LibWebView: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02:00
Inspector.idl LibWebView: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02:00
InternalAnimationTimeline.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
InternalAnimationTimeline.h LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
InternalAnimationTimeline.idl LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
Internals.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Internals.h LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Internals.idl LibWeb: Add a testing helper to send a single named key to an element 2024-08-20 09:29:48 +02:00