mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:28:11 +00:00
Browser: Add window to inspect history
This commit is contained in:
parent
ebe925b7c0
commit
3454891d38
11 changed files with 259 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
DeprecatedString title;
|
||||
};
|
||||
void dump() const;
|
||||
Vector<URLTitlePair> get_all_history_entries();
|
||||
|
||||
void push(const URL& url, DeprecatedString const& title);
|
||||
void replace_current(const URL& url, DeprecatedString const& title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue