summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/SessionHistoryEntry.cpp
AgeCommit message (Collapse)Author
2023-04-15LibWeb: Add missing properties from latest spec in SessionHistoryEntryAliaksandr Kalenik
Adds step and document_state properties. Both will be required for further navigables spec implementation. Co-authored-by: Andreas Kling <kling@serenityos.org>
2023-04-15LibWeb: Make SessionHistoryEntry GC-allocatedAndreas Kling
These will need to float around more than they're currently able to. Put them on the GC heap to prepare for that. Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>