mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Implement "clear the forward session history" for traversable
https://html.spec.whatwg.org/multipage/browsing-the-web.html#clear-the-forward-session-history
This commit is contained in:
parent
1ebae7a779
commit
0444df1a7c
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 0444df1a7c
Pull-request: https://github.com/SerenityOS/serenity/pull/18725
2 changed files with 32 additions and 0 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
VisibilityState system_visibility_state() const { return m_system_visibility_state; };
|
||||
|
||||
Vector<int> get_all_used_history_steps() const;
|
||||
void clear_the_forward_session_history();
|
||||
|
||||
private:
|
||||
TraversableNavigable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue