mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Implement "consume history-action user activation"
This commit is contained in:
parent
30539db2fc
commit
a741f68eb9
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/jamierocks
Commit: a741f68eb9
Pull-request: https://github.com/SerenityOS/serenity/pull/24437
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/tcl3
3 changed files with 33 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue