Timothy Flynn
7cf8eabb82
Browser: Use LibWeb's history state for history navigation
2024-04-14 18:53:58 -07:00
Timothy Flynn
5c5a00dd3a
Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView
...
These classes are used as-is in all chromes. Move them to LibWebView so
that non-Serenity chromes don't have to awkwardly reach into its headers
and sources.
2023-08-31 19:19:45 +02:00
Sam Atkins
f0395a2042
LibGUI+Userland: Rename try_load_from_gml()
-> load_from_gml()
:^)
...
It's the only one, so the `try` prefix is unnecessary now.
2023-01-07 14:39:30 +01:00
Sam Atkins
54b1326165
Userland: Replace all uses of load_from_gml
with try_load_from_gml
...
MOAR FIXMES! ;^)
2023-01-07 14:39:30 +01:00
Rafał Babiarz
3454891d38
Browser: Add window to inspect history
2022-12-31 04:36:22 -07:00