LibWeb: Implement "consume history-action user activation"

This commit is contained in:
Jamie Mansfield 2024-05-25 14:21:02 +01:00 committed by Andrew Kaster
commit a741f68eb9
Notes: sideshowbarker 2024-07-18 08:59:31 +09:00
3 changed files with 33 additions and 1 deletions

View file

@ -150,6 +150,7 @@ private:
void reject_the_finished_promise(JS::NonnullGCPtr<NavigationAPIMethodTracker>, JS::Value exception);
void clean_up(JS::NonnullGCPtr<NavigationAPIMethodTracker>);
void notify_about_the_committed_to_entry(JS::NonnullGCPtr<NavigationAPIMethodTracker>, JS::NonnullGCPtr<NavigationHistoryEntry>);
void consume_history_action_user_activation(Window& window);
bool inner_navigate_event_firing_algorithm(
Bindings::NavigationType,