mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Implement "activate history entry" for navigables
This commit is contained in:
committed by
Andreas Kling
parent
0285a363e2
commit
09cb266cb8
@@ -46,6 +46,8 @@ public:
|
||||
|
||||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>>& get_session_history_entries() const;
|
||||
|
||||
void activate_history_entry(JS::GCPtr<SessionHistoryEntry>);
|
||||
|
||||
JS::GCPtr<DOM::Document> active_document();
|
||||
JS::GCPtr<BrowsingContext> active_browsing_context();
|
||||
JS::GCPtr<WindowProxy> active_window_proxy();
|
||||
|
||||
Reference in New Issue
Block a user