mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
This commit is contained in:
parent
e5f6d36616
commit
4ee5dfbe4b
8 changed files with 479 additions and 8 deletions
|
@ -48,6 +48,8 @@ struct SessionHistoryEntry {
|
|||
|
||||
// FIXME: persisted user state, which is implementation-defined, initially null
|
||||
// NOTE: This is where we could remember the state of form controls, for example.
|
||||
|
||||
WeakPtr<BrowsingContext> original_source_browsing_context;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue