mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Implement "traverse the history by delta" for traversables
This commit is contained in:
committed by
Andreas Kling
parent
0e2684b10f
commit
aafa09e7a5
@@ -42,6 +42,7 @@ public:
|
||||
Vector<JS::Handle<Navigable>> get_all_navigables_whose_current_session_history_entry_will_change_or_reload(int) const;
|
||||
Vector<int> get_all_used_history_steps() const;
|
||||
void clear_the_forward_session_history();
|
||||
void traverse_the_history_by_delta(int delta);
|
||||
|
||||
private:
|
||||
TraversableNavigable();
|
||||
|
||||
Reference in New Issue
Block a user