mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement "get all used history steps" for traversables
https://html.spec.whatwg.org/multipage/browsing-the-web.html#getting-all-used-history-steps
This commit is contained in:
parent
6ec88b36b9
commit
62bc8590ad
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 62bc8590ad
Pull-request: https://github.com/SerenityOS/serenity/pull/18541
Reviewed-by: https://github.com/awesomekling
2 changed files with 34 additions and 0 deletions
|
@ -30,6 +30,8 @@ public:
|
|||
bool running_nested_apply_history_step() const { return m_running_nested_apply_history_step; };
|
||||
VisibilityState system_visibility_state() const { return m_system_visibility_state; };
|
||||
|
||||
Vector<int> get_all_used_history_steps() const;
|
||||
|
||||
private:
|
||||
TraversableNavigable();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue