mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
LibWeb: Move system visibility state to TraversableNavigable
This no longer belongs in BrowsingContext.
This commit is contained in:
parent
046ae7fe86
commit
38cb15ff49
7 changed files with 37 additions and 40 deletions
|
@ -29,7 +29,9 @@ public:
|
|||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>>& session_history_entries() { return m_session_history_entries; }
|
||||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>> const& session_history_entries() const { return m_session_history_entries; }
|
||||
bool running_nested_apply_history_step() const { return m_running_nested_apply_history_step; }
|
||||
|
||||
VisibilityState system_visibility_state() const { return m_system_visibility_state; }
|
||||
void set_system_visibility_state(VisibilityState);
|
||||
|
||||
struct HistoryObjectLengthAndIndex {
|
||||
size_t script_history_length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue