ladybird/Libraries/LibWebView/EventLoop
ayeteadoe 4fb1ba0193 LibCore: Remove unused NotifierActivationEvent fd() and type() methods
In 11b8bbe one thing that was claimed was that we now properly set the
Notifier's actual fd on the NotifierActivationEvent. It turns out that
claim was false because a crucial step was forgotten: actually set the
m_notifier_fd when registering. Despite that mistake, it ultimately was
irrelevant as the methods on NotifierActivationEvent are currently
unused code. We were posting the event to the correct Notifier receiver
so the on_activation was still getting invoked.

Given they are unused, NotifierActivationEvent can be defined the same
way as TimerEvent is, where we just pass the event type enum to the
Event base class. Additionally, NotificationType can be moved to
the Notifier header as this enum is now always used in the context of
creating or using a Notifier instance.
2025-11-22 09:47:25 +01:00
..
EventLoopImplementationMacOS.h LibWebView: Add common source loop source for deferred_invoke() on macOS 2025-10-24 16:04:42 +02:00
EventLoopImplementationMacOS.mm LibCore: Remove unused NotifierActivationEvent fd() and type() methods 2025-11-22 09:47:25 +01:00
EventLoopImplementationQt.cpp LibCore: Remove unused NotifierActivationEvent fd() and type() methods 2025-11-22 09:47:25 +01:00
EventLoopImplementationQt.h LibCore: Remove unused "visible for timer purposes" concept 2025-08-11 16:55:25 +02:00
EventLoopImplementationQtEventTarget.cpp LibWebView+Services+UI: Move the EventLoop implementations to LibWebView 2024-11-11 07:35:43 -05:00
EventLoopImplementationQtEventTarget.h LibWebView+Services+UI: Move the EventLoop implementations to LibWebView 2024-11-11 07:35:43 -05:00