Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | LibWeb: Add missing properties from latest spec in SessionHistoryEntry | Aliaksandr 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-15 | LibWeb: Make SessionHistoryEntry GC-allocated | Andreas 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> |