1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

LibWeb: Implement the start of the Navigation API

This API is how JavaScript can manipulate the new Navigable concepts
directly. We are still missing most of the interesting algorithms on
Navigation that do the actual navigation steps, and call into the
currently WIP navigable AOs.
This commit is contained in:
Andrew Kaster 2023-08-23 10:57:12 -06:00 committed by Andrew Kaster
parent 51c2835044
commit 0c2f758067
9 changed files with 378 additions and 0 deletions

View file

@ -123,6 +123,7 @@ source_set("HTML") {
"MimeTypeArray.cpp",
"Navigable.cpp",
"NavigableContainer.cpp",
"Navigation.cpp",
"NavigationCurrentEntryChangeEvent.cpp",
"NavigationHistoryEntry.cpp",
"Navigator.cpp",