mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Start fleshing out update document for history step application
This commit is contained in:
parent
40cbe9e72b
commit
699ead0939
Notes:
sideshowbarker
2024-07-17 08:34:29 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 699ead0939
Pull-request: https://github.com/SerenityOS/serenity/pull/21209
Issue: https://github.com/SerenityOS/serenity/issues/21185
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 62 additions and 14 deletions
|
@ -34,8 +34,8 @@ public:
|
|||
void set_system_visibility_state(VisibilityState);
|
||||
|
||||
struct HistoryObjectLengthAndIndex {
|
||||
size_t script_history_length;
|
||||
size_t script_history_index;
|
||||
u64 script_history_length;
|
||||
u64 script_history_index;
|
||||
};
|
||||
HistoryObjectLengthAndIndex get_the_history_object_length_and_index(int) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue